D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 3764 - Remove Phobos workarounds for fixed bugs
Summary: Remove Phobos workarounds for fixed bugs
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: phobos (show other issues)
Version: D2
Hardware: Other Windows
: P2 normal
Assignee: No Owner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-02 02:49 UTC by Don
Modified: 2016-01-03 14:14 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Don 2010-02-02 02:49:35 UTC
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).
Comment 2 Andrei Alexandrescu 2015-11-03 19:35:38 UTC
(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!
Comment 4 Jack Stouffer 2015-11-04 02:14:19 UTC
(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