wilzbach / tools-test

1 stars 0 forks source link

rdmd --loop and --eval now complain about std.stream deprecation warnings #131

Closed wilzbach closed 8 years ago

wilzbach commented 8 years ago

Note: the issue was created automatically migrated from https://issues.dlang.org

Original bug ID: BZ#15175 From: Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> Reported version: D2

wilzbach commented 8 years ago

Comment author: Vladimir Panteleev <dlang-bugzilla@thecybershadow.net>

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

wilzbach commented 8 years ago

Comment author: github-bugzilla@puremagic.com

Commit pushed to master at https://github.com/D-Programming-Language/tools

https://github.com/D-Programming-Language/tools/commit/cf6139e61a0bfa63d2d734006534288fa1d9ea91 rdmd: Use -d with --loop/--eval to silence std.stream warnings

Fixes issue 15175

wilzbach commented 8 years ago

Comment author: github-bugzilla@puremagic.com

Commit pushed to stable at https://github.com/D-Programming-Language/tools

https://github.com/D-Programming-Language/tools/commit/cf6139e61a0bfa63d2d734006534288fa1d9ea91 rdmd: Use -d with --loop/--eval to silence std.stream warnings