http://d.puremagic.com/issues/show_bug.cgi?id=8510
Summary: No line number in error message for conflicting
aliases
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: DMD
AssignedTo: [email protected]
ReportedBy: [email protected]
--- Comment #0 from Robert Clipsham <[email protected]> 2012-08-05
01:34:35 BST ---
$ cat test.d
alias int a;
alias int a;
$ dmd test.d
Error: alias test.a conflicts with alias test.a at test.d(2)
The line number is only given for one of the conflicting symbols.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------