[dmd-internals] [D-Programming-Language/dmd] 8d2ac8: fix Issue 11286 - Impure dtor makes "cannot call i...
GitHub
noreply at github.com
Thu Nov 7 20:07:54 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 8d2ac819d9c71951e1adabaf0ce1c0e5073d8e91
https://github.com/D-Programming-Language/dmd/commit/8d2ac819d9c71951e1adabaf0ce1c0e5073d8e91
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-11-03 (Sun, 03 Nov 2013)
Changed paths:
M src/expression.c
M src/expression.h
M test/runnable/sdtor.d
Log Message:
-----------
fix Issue 11286 - Impure dtor makes "cannot call impure function" error, although it won't actually be called.
Commit: d9a2adb1bda4fa146ed3aa4acbce45c6be1ffdc0
https://github.com/D-Programming-Language/dmd/commit/d9a2adb1bda4fa146ed3aa4acbce45c6be1ffdc0
Author: Walter Bright <walter at walterbright.com>
Date: 2013-11-07 (Thu, 07 Nov 2013)
Changed paths:
M src/expression.c
M src/expression.h
M test/runnable/sdtor.d
Log Message:
-----------
Merge pull request #2677 from 9rnsr/fix11286
Issue 11286 - Impure dtor makes "cannot call impure function" error, although it won't actually be called.
Compare: https://github.com/D-Programming-Language/dmd/compare/7d308c579bb7...d9a2adb1bda4
More information about the dmd-internals
mailing list