Thread overview
[Issue 24846] atomicLoad does not work for class arguments with -preview=nosharedaccess
Nov 07
Dlang Bot
Nov 10
Dlang Bot
5 days ago
Dlang Bot
November 07
https://issues.dlang.org/show_bug.cgi?id=24846

Richard (Rikki) Andrew Cattermole <alphaglosined@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alphaglosined@gmail.com

--- Comment #1 from Richard (Rikki) Andrew Cattermole <alphaglosined@gmail.com> ---
A quick look shows that core.* has no exception for this message.

I'm going to try and add an exclusion specifically for core.internal.atomic as that is a compiler implementation detail of the platform.

--
November 07
https://issues.dlang.org/show_bug.cgi?id=24846

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@rikkimax created dlang/dmd pull request #17053 "Fix bugzilla issue 24846 - atomicLoad does not work for class arguments with -preview=nosharedaccess" fixing this issue:

- Fix bugzilla issue 24846 - atomicLoad does not work for class arguments with -preview=nosharedaccess

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

--
November 10
https://issues.dlang.org/show_bug.cgi?id=24846

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

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #17053 "Fix bugzilla issue 24846 - atomicLoad does not work for class arguments with -preview=nosharedaccess" was merged into stable:

- ace7cea7731f493d11f906dde1fe5a7a793523a2 by Richard (Rikki) Andrew
Cattermole:
  Fix bugzilla issue 24846 - atomicLoad does not work for class arguments with
-preview=nosharedaccess

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

--
5 days ago
https://issues.dlang.org/show_bug.cgi?id=24846

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

- a7c85ec3be036e87a6fd76e0d4cd0fba36dd1e07 by Richard (Rikki) Andrew
Cattermole:
  Fix bugzilla issue 24846 - atomicLoad does not work for class arguments with
-preview=nosharedaccess

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

--