Thread overview
[Issue 17283] std.experimental.typecons uses private module members
Mar 29, 2017
RazvanN
March 29, 2017
https://issues.dlang.org/show_bug.cgi?id=17283

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
std.experimental.typecons uses private members from std.typecons. Although this should have resulted in a compiler error, it didn't due to a compiler bug. I discovered this while trying to fix the aforementioned compiler bug and now this is blocking [1]

[1] https://github.com/dlang/dmd/pull/6660

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

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

https://github.com/dlang/phobos/commit/df400d9dff930a804998ba5ea8536ea312b8ca76 Fix Issue 17283 - std.experimental.typecons uses private module members

https://github.com/dlang/phobos/commit/69f437a50200bcda63c67e221df210175204076e Merge pull request #5319 from RazvanN7/Issue_17283

Fix Issue 17283 - std.experimental.typecons uses private module members merged-on-behalf-of: Jack Stouffer <jack@jackstouffer.com>

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

github-bugzilla@puremagic.com changed:

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

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

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

https://github.com/dlang/phobos/commit/df400d9dff930a804998ba5ea8536ea312b8ca76 Fix Issue 17283 - std.experimental.typecons uses private module members

https://github.com/dlang/phobos/commit/69f437a50200bcda63c67e221df210175204076e Merge pull request #5319 from RazvanN7/Issue_17283

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

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

https://github.com/dlang/phobos/commit/df400d9dff930a804998ba5ea8536ea312b8ca76 Fix Issue 17283 - std.experimental.typecons uses private module members

https://github.com/dlang/phobos/commit/69f437a50200bcda63c67e221df210175204076e Merge pull request #5319 from RazvanN7/Issue_17283

--
January 05, 2018
https://issues.dlang.org/show_bug.cgi?id=17283

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

https://github.com/dlang/phobos/commit/df400d9dff930a804998ba5ea8536ea312b8ca76 Fix Issue 17283 - std.experimental.typecons uses private module members

https://github.com/dlang/phobos/commit/69f437a50200bcda63c67e221df210175204076e Merge pull request #5319 from RazvanN7/Issue_17283

--