March 06, 2021
https://issues.dlang.org/show_bug.cgi?id=21682

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #12255 "Fix 21682 - checkaction=context fails for expressions using static..." was merged into stable:

- b15cfe51d90f407270fd079ee1090af714ac150c by MoonlightSentinel:
  Fix 21682 - checkaction=context fails for expressions using static...

  ... operator overloads.

  Detect `TypeExp`'s and replace them with their identifiers.

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

--
March 13, 2021
https://issues.dlang.org/show_bug.cgi?id=21682

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

- 6d42dfad898dbcc82cd8e51790825610a121d3e3 by MoonlightSentinel:
  Fix 21682 - checkaction=context fails for expressions using static...

  ... operator overloads.

  Detect `TypeExp`'s and replace them with their identifiers.

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

--