Thread overview | |||||
---|---|---|---|---|---|
|
April 17, 2013 [Issue 9951] New: DMD segfaults on indirect selective circular import | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=9951 Summary: DMD segfaults on indirect selective circular import Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Keywords: ice Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: cbkbbejeap@mailinator.com --- Comment #0 from Nick Sabalausky <cbkbbejeap@mailinator.com> 2013-04-17 14:54:40 PDT --- a.d: ----------- import b; import foo; ----------- b.d: ----------- import a : func; ----------- foo.d: ----------- void func(){} ----------- $ dmd a.d Segmentation fault -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
April 18, 2013 [Issue 9951] DMD segfaults on indirect selective circular import | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | http://d.puremagic.com/issues/show_bug.cgi?id=9951 Maxim Fomin <maxim@maxim-fomin.ru> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |maxim@maxim-fomin.ru --- Comment #1 from Maxim Fomin <maxim@maxim-fomin.ru> 2013-04-17 21:52:16 PDT --- From git-head: b.d(1): Error: b.func at b.d(1) conflicts with foo.func at foo.d(1) b.d(1): Error: alias b.func cannot resolve -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
May 09, 2013 [Issue 9951] DMD segfaults on indirect selective circular import | ||||
---|---|---|---|---|
| ||||
Posted in reply to Nick Sabalausky | http://d.puremagic.com/issues/show_bug.cgi?id=9951 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE --- Comment #2 from Kenji Hara <k.hara.pg@gmail.com> 2013-05-09 02:20:18 PDT --- *** This issue has been marked as a duplicate of issue 9865 *** -- 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