[Issue 9057] Regression(Beta): Segfault or "Non-constant expression" error with local import
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Apr 25 21:54:47 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=9057
--- Comment #4 from github-bugzilla at puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd
https://github.com/dlang/dmd/commit/f1e54366b7650665a820a27069d2f5a17ecae69b
Remove workaround for issue 9057
In https://github.com/dlang/dmd/pull/5500, issue 14666 has been properly fixed
by adding mechanism of
deferred semantic2 running for imported modules. Now, the workaround for issue
9057 in `todt.c` is
unnecessary anymore.
https://github.com/dlang/dmd/commit/17aab68d6dfd8df39d50a8bd2851dafc820b3049
Merge pull request #5700 from 9rnsr/fix14666
Remove workaround for issue 9057
--
More information about the Digitalmars-d-bugs
mailing list