[Issue 15175] New: rdmd --loop and --eval now complain about std.stream deprecation warnings
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Wed Oct 7 05:38:57 PDT 2015
https://issues.dlang.org/show_bug.cgi?id=15175
Issue ID: 15175
Summary: rdmd --loop and --eval now complain about std.stream
deprecation warnings
Product: D
Version: D2
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P1
Component: tools
Assignee: nobody at puremagic.com
Reporter: thecybershadow at gmail.com
> rdmd --force "--eval=writeln(`eval_works`);"
C:\Temp\.rdmd\eval.B69BD6FDCFC0950D6C336FE7B8FEF8B5.d(6): Deprecation: module
std.cstream is deprecated - It will be removed from Phobos in October 2016. If
you still need it, go to https://github.com/DigitalMars/undeaD
C:\D2\src\phobos\std\cstream.d(27): Deprecation: module std.stream is
deprecated - It will be removed from Phobos in October 2016. If you still need
it, go to https://github.com/DigitalMars/undeaD
C:\Temp\.rdmd\eval.B69BD6FDCFC0950D6C336FE7B8FEF8B5.d(13): Deprecation: module
std.socketstream is deprecated - It will be removed from Phobos in October
2016. If you still need it, go to https://github.com/DigitalMars/undeaD
C:\D2\src\phobos\std\socketstream.d(41): Deprecation: module std.stream is
deprecated - It will be removed from Phobos in October 2016. If you still need
it, go to https://github.com/DigitalMars/undeaD
C:\Temp\.rdmd\eval.B69BD6FDCFC0950D6C336FE7B8FEF8B5.d(13): Deprecation: module
std.stream is deprecated - It will be removed from Phobos in October 2016. If
you still need it, go to https://github.com/DigitalMars/undeaD
C:\Temp\.rdmd\eval.B69BD6FDCFC0950D6C336FE7B8FEF8B5.d(6): Deprecation: module
std.cstream is deprecated - It will be removed from Phobos in October 2016. If
you still need it, go to https://github.com/DigitalMars/undeaD
C:\D2\src\phobos\std\cstream.d(27): Deprecation: module std.stream is
deprecated - It will be removed from Phobos in October 2016. If you still need
it, go to https://github.com/DigitalMars/undeaD
C:\Temp\.rdmd\eval.B69BD6FDCFC0950D6C336FE7B8FEF8B5.d(13): Deprecation: module
std.socketstream is deprecated - It will be removed from Phobos in October
2016. If you still need it, go to https://github.com/DigitalMars/undeaD
C:\D2\src\phobos\std\socketstream.d(41): Deprecation: module std.stream is
deprecated - It will be removed from Phobos in October 2016. If you still need
it, go to https://github.com/DigitalMars/undeaD
C:\Temp\.rdmd\eval.B69BD6FDCFC0950D6C336FE7B8FEF8B5.d(13): Deprecation: module
std.stream is deprecated - It will be removed from Phobos in October 2016. If
you still need it, go to https://github.com/DigitalMars/undeaD
eval_works
--
More information about the Digitalmars-d-bugs
mailing list