[phobos] [D-Programming-Language/phobos] 152191: Revert "Improve error message"

Jonathan M Davis jmdavisProg at gmx.com
Mon Sep 5 23:28:49 PDT 2011


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


More information about the phobos mailing list