Bug 17283 – std.experimental.typecons uses private module members
Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
phobos
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2017-03-29T10:00:36Z
Last change time
2018-01-05T13:28:10Z
Assigned to
No Owner
Creator
RazvanN
Comments
Comment #0 by razvan.nitu1305 — 2017-03-29T10:00:36Z
std.experimental.typecons uses private module members. Although this should have resulted in a compiler error, it hasn't due to a compiler bug. I discovered this while trying to fix the initial bug and now this is blocking [1]
[1] https://github.com/dlang/dmd/pull/6660
Comment #1 by razvan.nitu1305 — 2017-03-29T10:02:25Z
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
Comment #2 by github-bugzilla — 2017-04-03T13:52:36Z