digitalmars.D.bugs - [Issue 10354] New: DIP37: ICE with using indirectly imported template through package.d
- d-bugmail puremagic.com (38/38) Jun 13 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10354
- d-bugmail puremagic.com (10/10) Jun 13 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10354
- d-bugmail puremagic.com (13/13) Jun 14 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10354
- d-bugmail puremagic.com (10/10) Jun 14 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10354
http://d.puremagic.com/issues/show_bug.cgi?id=10354 Summary: DIP37: ICE with using indirectly imported template through package.d Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: ice Severity: major Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: k.hara.pg gmail.com Sources: ------- module test; // test.d import pkg.mfoo; void main() { import pkg; foo!string(); bar!string(); } module pkg; // pkg/package.d public import pkg.mfoo; public import pkg.mbar; module pkg.mfoo; // pkg/mfoo.d void foo(T)() {} module pkg.mbar; // pkg/mbar.d void bar(T)() {} Command Line: ------- $ dmd -o- test.d -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 13 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10354 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull https://github.com/D-Programming-Language/dmd/pull/2177 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 13 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10354 Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/eea99d6fae537502440cee4dde09c35e7284407c fix Issue 10354 - DIP37: ICE with using indirectly imported template through package.d https://github.com/D-Programming-Language/dmd/commit/0c2086d1576408e70e60f1a3177ce89c31d1a0bf Issue 10354 - DIP37: ICE with using indirectly imported template through package.d -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 14 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10354 yebblies <yebblies gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |yebblies gmail.com Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Jun 14 2013