Thread overview
[Issue 20853] static array ptr cannot be used in safe code but it should be allowed
May 22, 2020
Adam D. Ruppe
Apr 03, 2022
Dlang Bot
Apr 06, 2022
Dlang Bot
May 22, 2020
https://issues.dlang.org/show_bug.cgi?id=20853

Adam D. Ruppe <destructionator@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |safe

--
April 03, 2022
https://issues.dlang.org/show_bug.cgi?id=20853

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 #13944 "Fix issue 20853 - static array ptr cannot be used in safe code but it…" fixing this issue:

- Fix issue 20853 - static array ptr cannot be used in safe code but it should be allowed

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

--
April 06, 2022
https://issues.dlang.org/show_bug.cgi?id=20853

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 #13944 "Fix issue 20853 - static array ptr cannot be used in safe code but it…" was merged into master:

- 40bc873a871a7c6891d9262da5931a0f9f59a60f by Dennis Korpel:
  Fix issue 20853 - static array ptr cannot be used in safe code but it should
be allowed

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

--