digitalmars.D.bugs - [Issue 7786] New: dmd crashes with invalid module name
- d-bugmail puremagic.com (25/25) Mar 27 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7786
- d-bugmail puremagic.com (10/10) Mar 27 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7786
- d-bugmail puremagic.com (16/16) Apr 03 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7786
- d-bugmail puremagic.com (10/10) Apr 03 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7786
- d-bugmail puremagic.com (9/9) Apr 05 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7786
- d-bugmail puremagic.com (10/10) Apr 05 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7786
http://d.puremagic.com/issues/show_bug.cgi?id=7786 Summary: dmd crashes with invalid module name Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: zan77137 nifty.com --- Comment #0 from SHOO <zan77137 nifty.com> 2012-03-27 08:30:12 PDT --- This codes crashes dmd! ------- src/a.d ------- module src.a; ------- [EOF] ------- ------- src/b.d ------- module src; // Lack of the module name. (only the package name) ------- [EOF] ------- $ dmd src/b.d src/a.d (File order of command line is necessary for reproduction.) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 27 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7786 bearophile_hugs eml.cc changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bearophile_hugs eml.cc --- Comment #1 from bearophile_hugs eml.cc 2012-03-27 09:44:44 PDT --- See also Issue 7782 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 27 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7786 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Severity|normal |regression --- Comment #2 from Kenji Hara <k.hara.pg gmail.com> 2012-04-03 02:09:26 PDT --- In 2.058: $ dmd src/a.d src/b.d src\b.d: Error: module src from file src\b.d conflicts with package name src c:\d/ $ dmd src/b.d src/a.d src\b.d: Error: module src module and package have the same name This is a regression. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 03 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7786 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |ice, pull --- Comment #3 from Kenji Hara <k.hara.pg gmail.com> 2012-04-03 02:26:22 PDT --- https://github.com/D-Programming-Language/dmd/pull/861 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 03 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7786 --- Comment #4 from github-bugzilla puremagic.com 2012-04-05 10:10:08 PDT --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/49dff5907d282a36e7152b80ac2300ca54d98183 Merge pull request #864 from donc/regression7786 Fix issue 7786 dmd crashes with invalid module name -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 05 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7786 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla digitalmars.com Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Apr 05 2012