On 15/01/2015 1:15 p.m., Mathias LANG wrote:
On Wednesday, 14 January 2015 at 23:58:45 UTC, Rikki Cattermole wrote:
On 15/01/2015 12:24 p.m., Andrei Alexandrescu wrote:
On 1/14/15 3:14 PM, Rikki Cattermole wrote:
So a dub file for phobos is needed? And maybe druntime too? I'll see
what I can do.
That would be very interesting, thanks. Prolly druntime is easiest -
one less dependency. Please share all discoveries you make with the core
team here. -- Andrei
Phobos is done (2.066 branch). I'll submit PR when soon.
Oh there will also be atleast two fixes.
Somebody forgot to add some version statements in linux/osx only code
and since I'm lazy no way I'm specifying every single file to dub.
excludedSourceFiles accept patterns and platform suffixes.
I'm using it for std.metastrings. Not really a loss since the
distributed version doesn't include it (also doesn't compile).
In the case of the version statements? Its two line additions in total.
They definitely should be there considering.