http://d.puremagic.com/issues/show_bug.cgi?id=9865
Summary: Crash on bogus import / circular reference
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ice
Severity: regression
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Vladimir Panteleev <[email protected]> 2013-04-03
15:22:11 EEST ---
=== a.d ===
import b : Baz;
struct Foo { Baz f; }
=== b.d ===
import a;
class Bar { Foo foo; }
Note that Baz does not exist in b.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------