Thread overview
[Issue 24051] Safety attrib inference of enum/immut/const decls inconsistent with mutable static variable decls
Jul 19, 2023
Basile-z
Jul 20, 2023
Dlang Bot
Jul 27, 2023
Dlang Bot
July 19, 2023
https://issues.dlang.org/show_bug.cgi?id=24051

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |accepts-invalid

--
July 20, 2023
https://issues.dlang.org/show_bug.cgi?id=24051

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@dkorpel created dlang/dmd pull request #15434 "Fix 24051 - Safety attrib inference of enum/immut/const decls" fixing this issue:

- Fix 24051 - Safety attrib inference of enum/immut/const decls

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

--
July 27, 2023
https://issues.dlang.org/show_bug.cgi?id=24051

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 #15434 "Fix 24051 - Safety attrib inference of enum/immut/const decls" was merged into master:

- 76fd4c843eb9562dd6ed040bad215e7d73414db1 by Dennis Korpel:
  Fix 24051 - Safety attrib inference of enum/immut/const decls

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

--