[Issue 17848] Example of floating point literals in the documentation is invalid

2017-10-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17848

--- Comment #3 from github-bugzi...@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

--


[Issue 17848] Example of floating point literals in the documentation is invalid

2017-09-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17848

--- Comment #2 from github-bugzi...@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 

--


[Issue 17848] Example of floating point literals in the documentation is invalid

2017-09-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17848

ag0ae...@gmail.com changed:

   What|Removed |Added

   Keywords||pull, spec
 CC||ag0ae...@gmail.com
   Hardware|x86 |All
   Assignee|nob...@puremagic.com|ag0ae...@gmail.com
 OS|Linux   |All
   Severity|enhancement |minor

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

--