https://d.puremagic.com/issues/show_bug.cgi?id=12398
--- Comment #4 from Andrej Mitrovic <[email protected]> 2014-03-18 07:46:02 PDT --- I think Vlad's test-case was probably from his AE lib. The issue is likely that 'std.stream' was publicly available from within some other module, for example this works in 2.065: ----- import std.stdio; // comment this out for failure import std.stream : Stream; void main() { new std.stream.File(__FILE__); } ----- This no longer works in git-head, but I think that's ok. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
