Thread overview
[Issue 17848] Example of floating point literals in the documentation is invalid
Sep 22, 2017
ag0aep6g@gmail.com
September 22, 2017
https://issues.dlang.org/show_bug.cgi?id=17848

ag0aep6g@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, spec
                 CC|                            |ag0aep6g@gmail.com
           Hardware|x86                         |All
           Assignee|nobody@puremagic.com        |ag0aep6g@gmail.com
                 OS|Linux                       |All
           Severity|enhancement                 |minor

--- Comment #1 from ag0aep6g@gmail.com ---
https://github.com/dlang/dlang.org/pull/1897

--
September 22, 2017
https://issues.dlang.org/show_bug.cgi?id=17848

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/90bce087c1671bec00cf1a2d2d2d6bc84ed3cc4e fix issue 17848 - Example of floating point literals in the documentation is invalid

'd' is not a valid float suffix. It's not in the grammar, and dmd doesn't accept it.

https://github.com/dlang/dlang.org/commit/0b2a4a97797c2ec462dfbafa5248e7cc068d0e43 Merge pull request #1897 from aG0aep6G/patch-3

fix issue 17848 - Example of floating point literals in the documenta… merged-on-behalf-of: Steven Schveighoffer <schveiguy@users.noreply.github.com>

--
October 16, 2017
https://issues.dlang.org/show_bug.cgi?id=17848

--- Comment #3 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dlang.org

https://github.com/dlang/dlang.org/commit/90bce087c1671bec00cf1a2d2d2d6bc84ed3cc4e fix issue 17848 - Example of floating point literals in the documentation is invalid

https://github.com/dlang/dlang.org/commit/0b2a4a97797c2ec462dfbafa5248e7cc068d0e43 Merge pull request #1897 from aG0aep6G/patch-3

--