[Issue 8765] assert should print the source code for the condition when no message argument present

2022-09-08 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8765 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 8765] assert should print the source code for the condition when no message argument present

2021-11-04 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8765 moonlightsenti...@disroot.org changed: What|Removed |Added CC||moonlightsentinel@disroot.o

[Issue 8765] assert should print the source code for the condition when no message argument present

2018-02-03 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8765 Timothee Cour changed: What|Removed |Added CC||timothee.co...@gmail.com --- Comment #13 from

[Issue 8765] assert should print the source code for the condition when no message argument present

2015-10-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8765 Andrej Mitrovic changed: What|Removed |Added URL||https://github.com/D-Progra

[Issue 8765] assert should print the source code for the condition when no message argument present

2015-10-11 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8765 --- Comment #12 from Andrej Mitrovic --- (In reply to Walter Bright from comment #11) > (In reply to Val Markovic from comment #0) > > Currently I just get "unittest failure" instead of the condition > > source, which is useless. > > It gives the fil

[Issue 8765] assert should print the source code for the condition when no message argument present

2014-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8765 --- Comment #11 from Walter Bright --- (In reply to Val Markovic from comment #0) > Currently I just get "unittest failure" instead of the condition > source, which is useless. It gives the file/line, which is not useless: 1. editors, IDEs, etc., ca

[Issue 8765] assert should print the source code for the condition when no message argument present

2014-06-19 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=8765 Walter Bright changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #10 from

[Issue 8765] assert should print the source code for the condition when no message argument present

2013-11-24 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8765 --- Comment #9 from Andrej Mitrovic 2013-11-24 05:18:56 PST --- (In reply to comment #8) > Time for a resurrection? Yeah, I'll give it another go soon. -- Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email ---

[Issue 8765] assert should print the source code for the condition when no message argument present

2013-11-24 Thread d-bugmail
https://d.puremagic.com/issues/show_bug.cgi?id=8765 yebblies changed: What|Removed |Added CC||yebbl...@gmail.com --- Comment #8 from yeb

[Issue 8765] assert should print the source code for the condition when no message argument present

2013-01-01 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8765 Andrej Mitrovic changed: What|Removed |Added Keywords||pull --- Comment #7 from Andrej Mitr

[Issue 8765] assert should print the source code for the condition when no message argument present

2012-10-22 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8765 Andrej Mitrovic changed: What|Removed |Added CC||tim.dolo...@gmail.com --- Comment #6

[Issue 8765] assert should print the source code for the condition when no message argument present

2012-10-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8765 --- Comment #5 from Val Markovic 2012-10-21 20:52:19 PDT --- Same as bearophile; the following program void main() { assert(5 == 4); } gives me the following output: core.exception.AssertError@test(2): Assertion failure

[Issue 8765] assert should print the source code for the condition when no message argument present

2012-10-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8765 Andrej Mitrovic changed: What|Removed |Added AssignedTo|nob...@puremagic.com|andrej.mitrov...@gmail.com --- Comme

[Issue 8765] assert should print the source code for the condition when no message argument present

2012-10-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8765 bearophile_h...@eml.cc changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Com

[Issue 8765] assert should print the source code for the condition when no message argument present

2012-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8765 --- Comment #2 from Andrej Mitrovic 2012-10-20 16:44:41 PDT --- (In reply to comment #1) > (In reply to comment #0) > > assert(5 == 4); Actually wait a minute, it already does this in 2.060. Is there some other example where this doesn't work

[Issue 8765] assert should print the source code for the condition when no message argument present

2012-10-20 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=8765 Andrej Mitrovic changed: What|Removed |Added CC||andrej.mitrov...@gmail.com --- Comme