On Tue, 29 Jun 2010 13:05:50 -0400, Heywood Floyd <soul...@gmail.com>
wrote:
Ok, thanks!
How does the chain of command/responsibility work here?
Should I file this to bugzilla?
(I'm not able to fix it myself as I haven't built dmd locally. I'm just
not quite there yet... : )
/heywood
Simen actually already filed it. See here:
http://d.puremagic.com/issues/show_bug.cgi?id=4406. In the future, just
go to http://d.puremagic.com/issues and you can file the bug directly.
It's good to ask on d.learn if you aren't sure.
And this bug isn't in dmd, it's in phobos :) They are compiled separately
(in case you are interested in trying your hand at phobos patches). All
the releases come with the complete source code, just cd to the src
directory and type make -f blah.mak where blah is your platform (posix,
windows, etc.).
-Steve