Bug 1176 – Error missing file and line number

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P2
Component
dmd
Product
D
Version
D1 (retired)
Platform
x86
OS
All
Creation time
2007-04-23T03:41:00Z
Last change time
2014-02-16T15:22:10Z
Keywords
diagnostic
Assigned to
bugzilla
Creator
wbaxter

Comments

Comment #0 by wbaxter — 2007-04-23T03:41:50Z
"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.
Comment #1 by thomas-dloop — 2007-04-27T12:33:07Z
Comment #2 by clugdbug — 2008-07-09T07:12:26Z
Fixed DMD1.032
Comment #3 by bugzilla — 2008-07-09T22:38:33Z
Fixed dmd 1.032 and 2.016