November 07, 2013 [dmd-internals] [D-Programming-Language/dmd] 8d2ac8: fix Issue 11286 - Impure dtor makes "cannot call i... | ||||
---|---|---|---|---|
| ||||
Attachments:
| 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@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@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 |
Copyright © 1999-2021 by the D Language Foundation