[Issue 10335] Error messages should have unique ID

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10335

Iain Buclaw  changed:

   What|Removed |Added

   Priority|P2  |P4

--


[Issue 10335] Error messages should have unique ID

2015-10-17 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=10335

Shriramana Sharma  changed:

   What|Removed |Added

 CC||samj...@gmail.com

--


[Issue 10335] Error messages should have unique ID

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10335


bearophile_h...@eml.cc changed:

   What|Removed |Added

 CC||bearophile_h...@eml.cc


--- Comment #1 from bearophile_h...@eml.cc 2013-06-11 09:45:58 PDT ---
I think this enhancement is a good idea, despite requiring some work to be
implemented.

One discussion:
http://forum.dlang.org/thread/ojuvtluqkqazaejuq...@forum.dlang.org


(In reply to comment #0)

 These error codes need not necessarily be the same in DMD as in GDC, LDC, or
 other D compilers, but at least within DMD it would be nice to have consistent
 IDs between releases.

It's much better for error message IDs to be standard for all D compilers, to
simplify both the documentation and the ease for the programmer to debug code
using different compilers. I think the C# error numbers are the same between
dotnet and mono.

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


[Issue 10335] Error messages should have unique ID

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10335


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

   What|Removed |Added

 CC||andrej.mitrov...@gmail.com


--- Comment #2 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-06-11 
14:04:13 PDT ---
Yeah, I had this thought before too. A page with a list of IDs, error message
descriptions and how to work around them and fix the code would be very useful
to have.

Currently the only thing we have is this: http://dlang.org/warnings.html

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


[Issue 10335] Error messages should have unique ID

2013-06-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=10335



--- Comment #3 from Andrej Mitrovic andrej.mitrov...@gmail.com 2013-06-11 
14:06:09 PDT ---
(In reply to comment #2)
 Yeah, I had this thought before too. A page with a list of IDs, error message
 descriptions and how to work around them and fix the code would be very useful
 to have.
 
 Currently the only thing we have is this: http://dlang.org/warnings.html

Note that we should consider making and distributing a simple text file which
is then processed and converted into an HTML file.

The reason why is that it would allow IDE tools to read this text file and then
display the full information of a given error/warning ID.

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