On 5/11/12, Andrej Mitrovic <andrej.mitrov...@gmail.com> wrote: > It turns out it's not a regression: > http://d.puremagic.com/issues/show_bug.cgi?id=8082 > Something odd about module compilation order which makes unrelated > modules error out. >
In my project making sure my main.d file is compiled *last* reduces the error count from ~400 lines to just 2 error lines.