[Issue 17381] Checked format string is permissive after floating point argument

2021-03-31 Thread d-bugmail--- via Digitalmars-d-bugs
|--- |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

[Issue 17381] Checked format string is permissive after floating point argument

2021-03-31 Thread d-bugmail--- via Digitalmars-d-bugs
--- @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 --

[Issue 17381] Checked format string is permissive after floating point argument

2021-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17381 Berni44 changed: What|Removed |Added CC||witold.barylu...@gmail.com --- Comment #3 from Ber

[Issue 17381] Checked format string is permissive after floating point argument

2021-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
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 --

[Issue 17381] Checked format string is permissive after floating point argument

2021-03-27 Thread d-bugmail--- via Digitalmars-d-bugs
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

[Issue 17381] Checked format string is permissive after floating point argument

2021-03-24 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17381 Berni44 changed: What|Removed |Added CC||bugzi...@bernis-buecher.de Severity|enha

[Issue 17381] Checked format string is permissive after floating point argument

2021-02-12 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17381 Walter Bright changed: What|Removed |Added See Also||https://issues.dlang.org/sh

[Issue 17381] Checked format string is permissive after floating point argument

2020-03-20 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17381 Basile-z changed: What|Removed |Added CC|b2.t...@gmx.com | --

[Issue 17381] Checked format string is permissive after floating point argument

2017-09-27 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17381 b2.t...@gmx.com changed: What|Removed |Added CC||b2.t...@gmx.com OS|Linux