[Issue 5587] Use __LINE__ to pick number in unittest block names

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=5587 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 5587] Use __LINE__ to pick number in unittest block names

2012-09-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 --- Comment #15 from Andrei Alexandrescu and...@metalanguage.com 2012-09-05 23:49:13 PDT --- Could we also change Lexer::uniqueId to not append _1 to the first symbol generated? I mean instead of symbol_1, symbol_2, ... it should generate

[Issue 5587] Use __LINE__ to pick number in unittest block names

2012-09-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 --- Comment #12 from github-bugzi...@puremagic.com 2012-09-05 19:47:04 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/dmd

[Issue 5587] Use __LINE__ to pick number in unittest block names

2012-09-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 --- Comment #14 from Jonathan M Davis jmdavisp...@gmx.com 2012-09-05 19:53:54 PDT --- Woohoo! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 5587] Use __LINE__ to pick number in unittest block names

2012-09-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 5587] Use __LINE__ to pick number in unittest block names

2011-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 --- Comment #9 from kenn...@gmail.com 2011-07-18 09:06:18 PDT --- Created an attachment (id=1009) Add __LINE__ to the unittest's uniqueId If the purpose is only let the user identify which line the unittest is on, adding the __LINE__ to its

[Issue 5587] Use __LINE__ to pick number in unittest block names

2011-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 --- Comment #10 from Andrei Alexandrescu and...@metalanguage.com 2011-07-18 09:12:56 PDT --- Very nice. Why patch and not pull request? -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving

[Issue 5587] Use __LINE__ to pick number in unittest block names

2011-07-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 --- Comment #11 from kenn...@gmail.com 2011-07-18 12:02:03 PDT --- (In reply to comment #10) Very nice. Why patch and not pull request? Just to get see if this is good enough. Anyway, DMD pull #264.

[Issue 5587] Use __LINE__ to pick number in unittest block names

2011-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 kenn...@gmail.com changed: What|Removed |Added CC||kenn...@gmail.com --- Comment #6

[Issue 5587] Use __LINE__ to pick number in unittest block names

2011-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 --- Comment #5 from Walter Bright bugzi...@digitalmars.com 2011-04-29 12:40:25 PDT --- (In reply to comment #4) Um, have to be careful about two unittests on the same line! Why? Either combine the functions into one, Which introduces a

[Issue 5587] Use __LINE__ to pick number in unittest block names

2011-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 --- Comment #7 from Steven Schveighoffer schvei...@yahoo.com 2011-04-29 12:59:43 PDT --- (In reply to comment #5) Why? Either combine the functions into one, Which introduces a complex special case. Actually, you are right, this

[Issue 5587] Use __LINE__ to pick number in unittest block names

2011-04-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 --- Comment #8 from Andrei Alexandrescu and...@metalanguage.com 2011-04-29 13:07:43 PDT --- (In reply to comment #5) (In reply to comment #4) Um, have to be careful about two unittests on the same line! Why? Either combine the functions

[Issue 5587] Use __LINE__ to pick number in unittest block names

2011-04-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 5587] Use __LINE__ to pick number in unittest block names

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au

[Issue 5587] Use __LINE__ to pick number in unittest block names

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added CC|

[Issue 5587] Use __LINE__ to pick number in unittest block names

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 --- Comment #2 from Walter Bright bugzi...@digitalmars.com 2011-04-28 17:07:25 PDT --- Um, have to be careful about two unittests on the same line! -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 5587] Use __LINE__ to pick number in unittest block names

2011-04-28 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=5587 Andrei Alexandrescu and...@metalanguage.com changed: What|Removed |Added CC|