www.digitalmars.com         C & C++   DMDScript  

digitalmars.D - SDLang-D on Github

reply Chris <wendlec tcd.ie> writes:
 Nick, fyi, when I compile the library with dmd v2.071.0, I get 
the following warning:

sdlang-d 0.9.5: building configuration "library"...
src/sdlang/lexer.d(13,8): 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

Also, maybe you should update the copyright notice in dub.json. 
It still says "2015".
May 17 2016
parent =?UTF-8?Q?S=c3=b6nke_Ludwig?= <sludwig outerproduct.org> writes:
Am 17.05.2016 um 11:45 schrieb Chris:
  Nick, fyi, when I compile the library with dmd v2.071.0, I get the
 following warning:

 sdlang-d 0.9.5: building configuration "library"...
 src/sdlang/lexer.d(13,8): 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
Nice, I just saw that opening files with non-ASCII characters on Windows was recently fixed for std.stdio. Using std.stream is, I think, only used to work around that. I'll switch back to std.stdio in DUB, which has the same warning.
May 17 2016