[Issue 17283] std.experimental.typecons uses private module members

2018-01-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17283

--- Comment #5 from github-bugzi...@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

--


[Issue 17283] std.experimental.typecons uses private module members

2017-08-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17283

--- Comment #4 from github-bugzi...@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

--


[Issue 17283] std.experimental.typecons uses private module members

2017-06-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17283

--- Comment #3 from github-bugzi...@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

--


[Issue 17283] std.experimental.typecons uses private module members

2017-04-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17283

--- Comment #2 from github-bugzi...@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 <j...@jackstouffer.com>

--


[Issue 17283] std.experimental.typecons uses private module members

2017-04-03 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17283

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 17283] std.experimental.typecons uses private module members

2017-03-29 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17283

--- Comment #1 from RazvanN  ---
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

--