Thread overview
[Issue 16600] Wrong error message for ambiguous mutable/immutable constructor
May 09, 2017
Walter Bright
May 09, 2017
Walter Bright
Jun 10, 2017
Walter Bright
April 03, 2017
https://issues.dlang.org/show_bug.cgi?id=16600

--- Comment #1 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/bb2e552c567e70c501cc411af0ba9e74acc2c8c9 Fix Issue 16600 - Wrong error message for ambiguous mutable/immutable constructor

https://github.com/dlang/dmd/commit/fbddd24bcc5544d9fa6b736c42348cd3b1e4d5c9 Merge pull request #6662 from RazvanN7/Issue_16600

Fix Issue 16600 - Wrong error message for ambiguous mutable/immutable
constructor
merged-on-behalf-of: Andrei Alexandrescu <andralex@users.noreply.github.com>

--
April 03, 2017
https://issues.dlang.org/show_bug.cgi?id=16600

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
May 09, 2017
https://issues.dlang.org/show_bug.cgi?id=16600

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=17349

--
May 09, 2017
https://issues.dlang.org/show_bug.cgi?id=16600

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Reopened as it is no longer an error:

https://github.com/dlang/dmd/pull/6731

--
June 10, 2017
https://issues.dlang.org/show_bug.cgi?id=16600

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #3 from Walter Bright <bugzilla@digitalmars.com> ---
Fixed by https://github.com/dlang/dmd/pull/6731

--
June 17, 2017
https://issues.dlang.org/show_bug.cgi?id=16600

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/bb2e552c567e70c501cc411af0ba9e74acc2c8c9 Fix Issue 16600 - Wrong error message for ambiguous mutable/immutable constructor

https://github.com/dlang/dmd/commit/fbddd24bcc5544d9fa6b736c42348cd3b1e4d5c9 Merge pull request #6662 from RazvanN7/Issue_16600

--
August 07, 2017
https://issues.dlang.org/show_bug.cgi?id=16600

--- Comment #5 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/bb2e552c567e70c501cc411af0ba9e74acc2c8c9 Fix Issue 16600 - Wrong error message for ambiguous mutable/immutable constructor

https://github.com/dlang/dmd/commit/fbddd24bcc5544d9fa6b736c42348cd3b1e4d5c9 Merge pull request #6662 from RazvanN7/Issue_16600

--