www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - Shebangs and line numbers

reply Kazuhiro Inaba <Kazuhiro_member pathlink.com> writes:
On DMD 0.147 (both Windows and Linux version), this program


void main() { assert(false); }

signals "Error: AssertError Failure test.d(1)," since dmd just simplely

But I think it is more convenient to see "test.d(2)" here.
Feb 23 2006
parent reply Wang Zhen <nehzgnaw gmail.com> writes:
Kazuhiro Inaba wrote:
 On DMD 0.147 (both Windows and Linux version), this program
 

 void main() { assert(false); }
 
 signals "Error: AssertError Failure test.d(1)," since dmd just simplely

 But I think it is more convenient to see "test.d(2)" here.
 
 
Already reported by Thomas a few days ago. (digitalmars.D.bugs:6280)
Feb 23 2006
parent Kazuhiro Inaba <Kazuhiro_member pathlink.com> writes:
Oops, sorry for cluttering the ng. Thanks for pointing it out!

In article <dtk7e0$297a$1 digitaldaemon.com>, Wang Zhen says...
Already reported by Thomas a few days ago. (digitalmars.D.bugs:6280)
Feb 23 2006