|--- |FIXED
--- Comment #5 from Dlang Bot ---
dlang/phobos pull request #7916 "Fix Issue 17381 - Checked format string is
permissive after floating point argument" was merged into master:
- 88547b8cbbbc70aa6c393286cab6314df3e0c77c by berni44:
Fix Issue 17381 - Checked format
---
@berni44 updated dlang/phobos pull request #7916 "Fix Issue 17381 - Checked
format string is permissive after floating point argument" fixing this issue:
- Fix Issue 17381 - Checked format string is permissive after floating point
argument
https://github.com/dlang/phobos/pull/7916
--
https://issues.dlang.org/show_bug.cgi?id=17381
Berni44 changed:
What|Removed |Added
CC||witold.barylu...@gmail.com
--- Comment #3 from Ber
https://issues.dlang.org/show_bug.cgi?id=17381
--- Comment #2 from Berni44 ---
dlang-bot seems to have forgotton to mention this:
https://github.com/dlang/phobos/pull/7916
--
https://issues.dlang.org/show_bug.cgi?id=17381
--- Comment #1 from Berni44 ---
Meanwhile I found the reason for this: When checking at compile time, there is
a cannot-format-floats-at-compiletime-exception thrown. For testing purpose
this is ignored (as it is supposed to work in runtime) and henc
https://issues.dlang.org/show_bug.cgi?id=17381
Berni44 changed:
What|Removed |Added
CC||bugzi...@bernis-buecher.de
Severity|enha
https://issues.dlang.org/show_bug.cgi?id=17381
Walter Bright changed:
What|Removed |Added
See Also||https://issues.dlang.org/sh
https://issues.dlang.org/show_bug.cgi?id=17381
Basile-z changed:
What|Removed |Added
CC|b2.t...@gmx.com |
--
https://issues.dlang.org/show_bug.cgi?id=17381
b2.t...@gmx.com changed:
What|Removed |Added
CC||b2.t...@gmx.com
OS|Linux