Workarounds to the following fixed compiler bugs appear in the Phobos source (grep for "@@@"). The workarounds can now be removed. 2340 2341 2597 2612 2674 2675 2725 3269 Additionally, bug 2130 has been resolved as "by design", so the comments about it should be removed from the source code. (There are still at least six unfixed compiler bugs that affect Phobos).
https://github.com/D-Programming-Language/phobos/pull/3793
(In reply to Jack Stouffer from comment #1) > https://github.com/D-Programming-Language/phobos/pull/3793 Merged. Anything left? If not, please close this. Thanks!
Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/d085228a43f9d81fbd2a52a55a069a2e222af153 fix issue 3764 https://github.com/D-Programming-Language/phobos/commit/110dcefbf486579e3a233eef0b34dff6100d3c85 Merge pull request #3793 from JackStouffer/issue3764 [Issue 3764] Remove Phobos workarounds for fixed bugs
(In reply to Andrei Alexandrescu from comment #2) > Merged. Anything left? If not, please close this. Thanks! When the commit message in a PR says that an issue is fixed, then the issue is auto closed by github-bugzilla@puremagic.com
Commits pushed to stable at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/d085228a43f9d81fbd2a52a55a069a2e222af153 fix issue 3764 https://github.com/D-Programming-Language/phobos/commit/110dcefbf486579e3a233eef0b34dff6100d3c85 Merge pull request #3793 from JackStouffer/issue3764