March 29, 2013 [Issue 9827] New: Duplicate file on command-line issues a bad diagnostic | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=9827 Summary: Duplicate file on command-line issues a bad diagnostic 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> 2013-03-28 18:48:35 PDT --- $ dmd test.d test.d 2.062: > Error: module test from file test.d conflicts with another module test from file test.d 2.063: > Error: module test from file test.d must be imported as module 'test' The error should be: > Error: file test.d is passed more than once on the command-line Or perhaps there should be no error and DMD should be smart enough to merge duplicate file paths on the command-line. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
March 29, 2013 [Issue 9827] Duplicate file on command-line issues a bad diagnostic | ||||
---|---|---|---|---|
| ||||
Posted in reply to Andrej Mitrovic | http://d.puremagic.com/issues/show_bug.cgi?id=9827 Andrej Mitrovic <andrej.mitrovich@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Andrej Mitrovic <andrej.mitrovich@gmail.com> 2013-03-28 19:09:03 PDT --- https://github.com/D-Programming-Language/dmd/pull/1811 -- 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