https://d.puremagic.com/issues/show_bug.cgi?id=12398
--- Comment #5 from Kenji Hara <[email protected]> 2014-03-18 07:55:58 PDT --- (In reply to comment #4) > 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. Yes, it is exactly the issue 313, it should be rejected in git-head. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
