Thread overview
[Issue 20105] core.atomic 'cas' function is incomplete
Aug 20, 2019
Manu
Aug 20, 2019
Dlang Bot
Aug 31, 2019
Dlang Bot
August 20, 2019
https://issues.dlang.org/show_bug.cgi?id=20105

--- Comment #1 from Manu <turkeyman@gmail.com> ---
https://github.com/dlang/druntime/pull/2747

--
August 20, 2019
https://issues.dlang.org/show_bug.cgi?id=20105

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@TurkeyMan updated dlang/druntime pull request #2745 "Renovate core.atomic, improve and simplify the constraints on functions" fixing this issue:

- Add missing features to the API.
  Renovate core.atomic, improve and simplify the constraints on functions.
  Most functions are slightly more efficient.
  Concentrate more specific work into less surface area.

  Fixes issues 20107, 20106, 20105, 18643, 15007, 8831

https://github.com/dlang/druntime/pull/2745

--
August 31, 2019
https://issues.dlang.org/show_bug.cgi?id=20105

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/druntime pull request #2745 "Renovate core.atomic, improve and simplify the constraints on functions" was merged into master:

- 335d84f5bd227b9bbeb6789cd6a60a12e5d02b24 by Manu Evans:
  Add MemoryOrder args to cas.

  Fixes issue 20105

https://github.com/dlang/druntime/pull/2745

--