Thread overview
[Issue 23790] Cannot use cas on member variable with -preview=nosharedaccess
Mar 17, 2023
Atila Neves
Mar 21, 2023
Dlang Bot
Mar 22, 2023
Dlang Bot
Apr 01, 2023
Dlang Bot
March 17, 2023
https://issues.dlang.org/show_bug.cgi?id=23790

Atila Neves <atila.neves@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |rejects-valid

--
March 21, 2023
https://issues.dlang.org/show_bug.cgi?id=23790

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #15016 "Fix Issue 23790 - Cannot use cas on member variable with -preview=nosharedaccess" fixing this issue:

- Fix Issue 23790 - Cannot use cas on member variable with -preview=nosharedaccess

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

--
March 22, 2023
https://issues.dlang.org/show_bug.cgi?id=23790

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 #15016 "Fix Issue 23790 - Cannot use cas on member variable with -preview=nosharedaccess" was merged into stable:

- c9a887f51541d829469636b4eb13dd61cc807924 by RazvanN7:
  Fix Issue 23790 - Cannot use cas on member variable with
-preview=nosharedaccess

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

--
April 01, 2023
https://issues.dlang.org/show_bug.cgi?id=23790

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15066 "merge stable" was merged into master:

- 270845e4263b3043c444bbb3ba22d375493bf88e by Razvan Nitu:
  Fix Issue 23790 - Cannot use cas on member variable with
-preview=nosharedaccess (#15016)

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

--