[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 changed: What|Removed |Added Version|D1 & D2 |D2 --

[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 #15 from Andrei Alexandrescu 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 "symbol", "symbol_1",

[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 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 changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[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 https://github.com/D-Programming-Language/dmd/commit/8f478ace129b50844aed91b5be82a78238cbb1

[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. https://github.com/D-Programming-Language

[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 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 this mail because: --

[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 uni

[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 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 into one, > > Wh

[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 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 solution requires compl

[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 fr

[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 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 complex special case. >

[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 changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment

[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 changed: What|Removed |Added CC||and...@metalanguage.com --- Comm

[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 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 receiving this mail beca

[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 changed: What|Removed |Added CC||bugzi...@digitalmars.com --- Comment #

[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 changed: What|Removed |Added CC||clugd...@yahoo.com.au Version|unspecif