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

2021-03-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17381

Dlang Bot  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |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 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-31 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=17381

Dlang Bot  changed:

   What|Removed |Added

   Keywords||pull

--- Comment #4 from Dlang Bot  ---
@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 Berni44  ---
*** Issue 21529 has been marked as a duplicate of this issue. ***

--


[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 hence the
orphan-arguments-exception overlooked.

Meanwhile format is able to format floats and doubles at compiletime (but yet
not reals). Therefore the code above works meanwhile, but not with 1.5L yet.

--


[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|enhancement |normal

--


[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
   ||ow_bug.cgi?id=3248

--


[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   |All

--