[Issue 2273] Whitespace is not inserted after commas

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=2273

Andrei Alexandrescu  changed:

   What|Removed |Added

Version|D1 & D2 |D2

--


[Issue 2273] Whitespace is not inserted after commas

2013-05-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2273



--- Comment #6 from github-bugzi...@puremagic.com 2013-05-08 10:20:53 PDT ---
Commit pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/ed9d02fca95df59a1f713a55a5d7e3f833c69870
Add space after comma

More fix for issue 2273

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2273] Whitespace is not inserted after commas

2012-12-27 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2273


Walter Bright  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||bugzi...@digitalmars.com
Version|2.017   |D1 & D2
 Resolution||FIXED


-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2273] Whitespace is not inserted after commas

2012-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2273



--- Comment #5 from github-bugzi...@puremagic.com 2012-11-07 23:00:01 PST ---
Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/51172255fe4c5005c14c4cca80a9840f68cd5a74
fix Issue 2273 - Whitespace is not inserted after commas

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2273] Whitespace is not inserted after commas

2012-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2273



--- Comment #4 from github-bugzi...@puremagic.com 2012-11-07 20:47:42 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/fc31fc2e1f6329b7c64e9785360079d6588f9c7d
fix Issue 2273 - Supplemental fix for dmd pull #1243

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2273] Whitespace is not inserted after commas

2012-11-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2273



--- Comment #3 from github-bugzi...@puremagic.com 2012-11-07 19:45:16 PST ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/7c7198830b826971f61ec20ea873719bbac336ad
Fixes Issue 2273 - Add whitespace after commas.

https://github.com/D-Programming-Language/dmd/commit/04891ca1e554d46be873ebe607ddeb614d934e57
Merge pull request #1243 from AndrejMitrovic/Fix2273

Fix Issue 2273 - Add whitespace after commas in ddoc

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---


[Issue 2273] Whitespace is not inserted after commas

2008-11-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=2273


[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|FIXED   |




--- Comment #2 from [EMAIL PROTECTED]  2008-11-08 11:01 ---
There are still a few cases when spaces are not inserted after commas. grep for
writeByte(','). At least those appearing in the generated docs need fixing. See
the return type of min in std_algorithm.html, for example.


--