[Issue 18585] Linker error if compiled with -dip1000

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18585

Carsten Blüggel  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
  Component|dmd |phobos
 Resolution|--- |FIXED

--- Comment #2 from Carsten Blüggel  ---
Fixed by
https://github.com/dlang/phobos/commit/92877fddb5fff7b76e95fd35fd50036cb57b9ba4

--


[Issue 18585] Linker error if compiled with -dip1000

2018-03-13 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18585
Issue 18585 depends on issue 17961, which changed state.

Issue 17961 Summary: std.uni does not compile with -unittest -dip1000
https://issues.dlang.org/show_bug.cgi?id=17961

   What|Removed |Added

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

--


[Issue 18585] Linker error if compiled with -dip1000

2018-03-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=18585

Carsten Blüggel  changed:

   What|Removed |Added

   Keywords||rejects-valid, safe
 CC||chi...@posteo.net
 Depends on||17961

--- Comment #1 from Carsten Blüggel  ---
The origin of errors seems to be, that std.uni is not -dip1000 compilable
currently.


Referenced Issues:

https://issues.dlang.org/show_bug.cgi?id=17961
[Issue 17961] std.uni does not compile with -unittest -dip1000
--