Thread overview
[Issue 13212] Trailing Windows line endings not stripped from .ddoc macros
[Issue 13212] Windows line endings handled incorrectly by ddoc macros
Jul 29, 2014
Nick Treleaven
Aug 10, 2014
Nick Treleaven
Aug 10, 2014
Nick Treleaven
July 29, 2014
https://issues.dlang.org/show_bug.cgi?id=13212

Nick Treleaven <ntrel-public@yahoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull
                URL|                            |https://github.com/D-Progra
                   |                            |mming-Language/dmd/pull/382
                   |                            |9
                 CC|                            |ntrel-public@yahoo.co.uk

--
August 10, 2014
https://issues.dlang.org/show_bug.cgi?id=13212

--- Comment #1 from Nick Treleaven <ntrel-public@yahoo.co.uk> ---
Important note: This is only reproducible when the macros are in a separate .ddoc file.

--
August 10, 2014
https://issues.dlang.org/show_bug.cgi?id=13212

Nick Treleaven <ntrel-public@yahoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Windows line endings        |Trailing Windows line
                   |handled incorrectly by ddoc |endings not stripped from
                   |macros                      |.ddoc macros

--
August 11, 2014
https://issues.dlang.org/show_bug.cgi?id=13212

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/35735aaf062e4f11c0d6418169e0d72422d34673 Fix Issue 13212 - Windows line endings handled incorrectly by ddoc macros

Handle \r as \n in macro definitions to prevent a trailing carriage return on a macro with an empty line following it.

https://github.com/D-Programming-Language/dmd/commit/a3a1ef0bf134b00e37875cff2508510a82974530 Merge pull request #3829 from ntrel/macro-cr

Fix Issue 13212 - Trailing Windows line endings not stripped from .ddoc macros

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=13212

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|unspecified                 |D2

--