digitalmars.D - SDLang-D on Github
- Chris (8/8) May 17 2016 @Nick, fyi, when I compile the library with dmd v2.071.0, I get
- =?UTF-8?Q?S=c3=b6nke_Ludwig?= (5/11) May 17 2016 Nice, I just saw that opening files with non-ASCII characters on Windows...
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
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/undeaDNice, 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