digitalmars.D.bugs - Shebangs and line numbers
- Kazuhiro Inaba (6/6) Feb 23 2006 On DMD 0.147 (both Windows and Linux version), this program
- Wang Zhen (2/12) Feb 23 2006 Already reported by Thomas a few days ago. (digitalmars.D.bugs:6280)
- Kazuhiro Inaba (2/3) Feb 23 2006
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
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
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