Thread overview
[Issue 21774] formatException is not constant instead of static assert error
[Issue 21774] "formatException is not constant" instead of "static assert error"
Apr 24, 2021
Berni44
May 13, 2021
Berni44
May 13, 2021
Berni44
March 27, 2021
https://issues.dlang.org/show_bug.cgi?id=21774

moonlightsentinel@disroot.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |moonlightsentinel@disroot.o
                   |                            |rg

--- Comment #1 from moonlightsentinel@disroot.org ---
Digger blames this commit:

commit 01effdd82273934ab9d82b7b4af283b28d9131f7
Author: Viktor <dayllenger@protonmail.com>
Date:   Thu Jul 11 12:32:21 2019 +0300

    dmd: Improve template constraint error messages (#9715)

    Improve template constraint error messages
    merged-on-behalf-of: Razvan Nitu <RazvanN7@users.noreply.github.com>

--
April 24, 2021
https://issues.dlang.org/show_bug.cgi?id=21774

Berni44 <bugzilla@bernis-buecher.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|formatException is not      |"formatException is not
                   |constant instead of static  |constant" instead of
                   |assert error                |"static assert error"

--
May 13, 2021
https://issues.dlang.org/show_bug.cgi?id=21774

Berni44 <bugzilla@bernis-buecher.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
May 13, 2021
https://issues.dlang.org/show_bug.cgi?id=21774

--- Comment #2 from Berni44 <bugzilla@bernis-buecher.de> ---
https://github.com/dlang/phobos/pull/8070 fixed this too.

--