Thread overview
[Issue 20461] [dip1000] Passing stack allocated string to assert compiles
Mar 20, 2020
Walter Bright
Mar 20, 2020
Dlang Bot
Mar 27, 2020
Dlang Bot
March 20, 2020
https://issues.dlang.org/show_bug.cgi?id=20461

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com
            Summary|[dip1000] Passing stack     |[dip1000] Passing stack
                   |allocated string to         |allocated string to assert
                   |`assert` compiles           |compiles

--
March 20, 2020
https://issues.dlang.org/show_bug.cgi?id=20461

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #10947 "fix Issue 20461 - [dip1000] Passing stack allocated string to assert …" fixing this issue:

- fix Issue 20461 - [dip1000] Passing stack allocated string to assert compiles

https://github.com/dlang/dmd/pull/10947

--
March 27, 2020
https://issues.dlang.org/show_bug.cgi?id=20461

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #10947 "fix Issue 20461 - [dip1000] Passing stack allocated string to assert …" was merged into master:

- a3207884443060f7c9724449b2b7eb33a2d5316c by Walter Bright:
  fix Issue 20461 - [dip1000] Passing stack allocated string to assert compiles

https://github.com/dlang/dmd/pull/10947

--