Thread overview
[Issue 1176] New: Error missing file and line number
Apr 23, 2007
d-bugmail
Apr 27, 2007
d-bugmail
Jul 09, 2008
d-bugmail
Jul 10, 2008
d-bugmail
April 23, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1176

           Summary: Error missing file and line number
           Product: D
           Version: 1.013
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Severity: normal
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: wbaxter@gmail.com


"Error: cannot implicitly convert expression (_param_0) of type
luigi.gui.Widget to luigi.gui.Button"

The above error appeared because of a line of code like this:

       b31b.clicked ~= (Button b){
           onApplyTexture();
       };

All error messages should print file an line numbers, preferably in the form:
 <filename>(<linenumber>): Error: <the message>

This makes it easier for IDEs and text editors to automatically take the user to the line that generated the error.


-- 

April 27, 2007
http://d.puremagic.com/issues/show_bug.cgi?id=1176


thomas-dloop@kuehne.cn changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         OS/Version|Windows                     |All




------- Comment #1 from thomas-dloop@kuehne.cn  2007-04-27 12:33 -------
test case:
http://dstress.kuehne.cn/nocompile/v/void_02_D.d


-- 

July 09, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1176


clugdbug@yahoo.com.au changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #2 from clugdbug@yahoo.com.au  2008-07-09 07:12 -------
Fixed DMD1.032


-- 

July 10, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=1176





------- Comment #3 from bugzilla@digitalmars.com  2008-07-09 22:38 -------
Fixed dmd 1.032 and 2.016


--