On Monday, September 05, 2011 23:24:43 Walter Bright wrote: > Does this have to do with > http://d.puremagic.com/issues/show_bug.cgi?id=6606?
No. It was an adjustment to some error messages only. The resultant code ended up with if statements with statically-known values under some conditions, which resulted in unreachable code, which then didn't compile (the Windows unittest builds weren't being compiled with -w before, which is why Kenji didn't catch it). The changes have been completed reverted, and a new pull request which doesn't have the problem has been created (but not merged in). - Jonathan M Davis _______________________________________________ phobos mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/phobos
