[Issue 12196] Bad error message for multiple declarations

2017-07-10 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12196

Vladimir Panteleev  changed:

   What|Removed |Added

 Resolution|WORKSFORME  |DUPLICATE

--- Comment #3 from Vladimir Panteleev  ---


*** This issue has been marked as a duplicate of issue 953 ***

--


[Issue 12196] Bad error message for multiple declarations

2017-07-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12196

Vladimir Panteleev  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WORKSFORME

--- Comment #2 from Vladimir Panteleev  ---
Fixed by https://github.com/dlang/dmd/pull/4021. Now it prints:

test.d(3): Deprecation: instead of C-style syntax, use D-style syntax 'int[N]
a'
test.d(3): Deprecation: instead of C-style syntax, use D-style syntax 'int[N]
b'

--


[Issue 12196] Bad error message for multiple declarations

2017-07-05 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=12196

Vladimir Panteleev  changed:

   What|Removed |Added

   Hardware|x86 |All
 OS|Windows |All

--


[Issue 12196] Bad error message for multiple declarations

2014-02-19 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=12196


Andrej Mitrovic andrej.mitrov...@gmail.com changed:

   What|Removed |Added

 CC||andrej.mitrov...@gmail.com
   See Also||https://d.puremagic.com/iss
   ||ues/show_bug.cgi?id=5807


--- Comment #1 from Andrej Mitrovic andrej.mitrov...@gmail.com 2014-02-19 
06:34:10 PST ---
I'm pretty sure I saw this filed somewhere already. Can't find it now, although
Issue 5807 is related.

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---