SDLang-D on Github
Sönke Ludwig via Digitalmars-d
digitalmars-d at puremagic.com
Tue May 17 03:22:23 PDT 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/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.
More information about the Digitalmars-d
mailing list