Re: std.string.lineSplitter is missing in the GDC compiler

2016-02-05 Thread David Nadlinger via D.gnu
On Friday, 5 February 2016 at 02:48:31 UTC, Haiwei wrote: I found there is no lineSplitter in the std/string.d in the gdc library. Is that a bug? IIRC lineSplitter was only introduced in Phobos 2.067 or 2.068. GDC probably just hasn't caught up yet. — David

Re: Build gdc on Windows - GDB compatibility

2016-02-05 Thread Vadim Lopatin via D.gnu
On Wednesday, 3 February 2016 at 13:50:56 UTC, Johannes Pfau wrote: (Pre-)Alpha quality binaries are available, but we don't want to advertise these on the homepage: ftp://ftp.gdcproject.org/binaries/5.2.0/x86_64-w64-mingw32/gdc-5.2.0+2.066.1.7z ftp://ftp.gdcproject.org/binaries/5.2.0/i686-w64-mi