digitalmars.D.bugs - [Issue 2273] New: Whitespace is not inserted after commas
- d-bugmail puremagic.com Aug 07 2008
- d-bugmail puremagic.com Aug 14 2008
- d-bugmail puremagic.com Nov 08 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. --
Aug 07 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 --
Aug 14 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. --
Nov 08 2008









d-bugmail puremagic.com 