Thread overview
[Issue 2273] New: Whitespace is not inserted after commas
Aug 07, 2008
d-bugmail
Aug 14, 2008
d-bugmail
Nov 08, 2008
d-bugmail
Dec 27, 2012
Walter Bright
August 07, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2273

           Summary: Whitespace is not inserted after commas
           Product: D
           Version: 2.017
          Platform: PC
        OS/Version: Windows
            Status: NEW
          Keywords: ddoc
          Severity: trivial
          Priority: P2
         Component: DMD
        AssignedTo: bugzilla@digitalmars.com
        ReportedBy: samukha@voliacable.com


For example, whitespace after commas is missing in documentation comments for
template parameters. The fix will be as trivial as changing a couple of
writeByte(',')'s to writestring(", ")'s.


-- 

August 14, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2273


bugzilla@digitalmars.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED




------- Comment #1 from bugzilla@digitalmars.com  2008-08-14 03:04 -------
Fixed dmd 1.034 and 2.018


-- 

November 08, 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2273


samukha@voliacable.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #2 from samukha@voliacable.com  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.


-- 

November 08, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=2273



--- Comment #3 from github-bugzilla@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: -------
November 08, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=2273



--- Comment #4 from github-bugzilla@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: -------
November 08, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=2273



--- Comment #5 from github-bugzilla@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: -------
December 27, 2012
http://d.puremagic.com/issues/show_bug.cgi?id=2273


Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
                 CC|                            |bugzilla@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: -------
May 08, 2013
http://d.puremagic.com/issues/show_bug.cgi?id=2273



--- Comment #6 from github-bugzilla@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: -------