Thread overview | |||||
---|---|---|---|---|---|
|
July 22, 2012 [Issue 8415] New: Forward reference error with static nested classes | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=8415 Summary: Forward reference error with static nested classes Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: andrej.mitrovich@gmail.com --- Comment #0 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2012-07-22 15:03:49 PDT --- class Foo { this(Foo.Bar.Doo) { } static class Bar { static class Doo { } } } void main() { } bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Doo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Doo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Doo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'opDot' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'opDispatch' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Doo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Doo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Foo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Doo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Doo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'o' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'do' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Doo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Foo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'D' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Doo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Doo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'do' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Doo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Foo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Doo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Doo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Foo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Doo' bug_fwd_ref.d(10): Error: class test.Foo.Bar is forward referenced when looking for 'Doo' bug_fwd_ref.d(7): Error: no property 'Doo' for type 'test.Foo.Bar' bug_fwd_ref.d(7): Error: Foo.Bar.Doo is used as a type Failed: "dmd" "-unittest" "-w" "-J." "-v" "-o-" "bug_fwd_ref.d" "-I." >Exit code: 1 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 14, 2012 [Issue 8415] Forward reference error with static nested classes | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=8415 --- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2012-09-13 20:17:20 PDT --- Anyone know if this is a hard to fix bug? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 17, 2013 [Issue 8415] Forward reference error with static nested classes | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=8415 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME --- Comment #2 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-09-17 14:49:06 PDT --- Works in 2.063.2. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation