I'd like to merge two fixes before next release (will be 2.056). https://github.com/D-Programming-Language/phobos/pull/276 Current unit tests of std.datetime and std.windows.registry are broken in Windows with multi-byte code pages (At least Japanese locale).
https://github.com/D-Programming-Language/dmd/pull/433 My inout patch was merged, but it wasn't completion. I think this patch will fix remains. Kenji Hara 2011/10/3 David Simcha <[email protected]>: > I noticed that some pretty important bugs (specifically the ones w.r.t. > inout) recently got fixed. This is a major step forward since it allows > containers to be written that work properly with const. Is it time to start > thinking about another release soon? > _______________________________________________ > dmd-internals mailing list > [email protected] > http://lists.puremagic.com/mailman/listinfo/dmd-internals > _______________________________________________ dmd-internals mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-internals
