|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript electronics |
digitalmars.D - Feature request : Make Error Messages More Helpful
I've considered one solution to make error messages more helpful, add one attribute to DObject bool thissymtriggeredanerror; and when error triggered make this DObject 's attribut thissymtriggeredanerror to be true and each check of emiting error messages would first try to figure out whether all expressions statements has thissymtriggeredanerror set to be false, then real semantic parse is executed. this would avoid the great bunch error messages coz by only 1 simple mistake like user forget to declare a variable, and user mis declared the prototype of a func. this could help user to read the error message more efficiently. though this feature request should be in rather low priority ;) Apr 03 2007
Davidl Wrote:I've considered one solution to make error messages more helpful, add one attribute to DObject bool thissymtriggeredanerror; this would avoid the great bunch error messages coz by only 1 simple mistake like user forget to declare a variable, and user mis declared the prototype of a func. this could help user to read the error message more efficiently. though this feature request should be in rather low priority ;) Apr 03 2007
Dan wrote:Davidl Wrote:I've considered one solution to make error messages more helpful, add one attribute to DObject Apr 14 2007
Julio César Carrascal wrote:Dan wrote:Davidl Wrote:I've considered one solution to make error messages more helpful, add one attribute to DObject Apr 14 2007
Don Clugston wrote: Apr 14 2007
|