Thread overview
[Issue 21798] checkaction=context creates temporary of type void
Apr 04, 2021
Dlang Bot
Apr 04, 2021
Dlang Bot
Apr 09, 2021
Dlang Bot
April 04, 2021
https://issues.dlang.org/show_bug.cgi?id=21798

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/dmd pull request #12373 "Fix 21798 - checkaction=context creates temporary of type void" fixing this issue:

- Fix 21798 - checkaction=context creates temporary of type void

  Skip temporaries for `void` expressions and defer error messages to
  further semantic analysis.

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

--
April 04, 2021
https://issues.dlang.org/show_bug.cgi?id=21798

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 #12373 "Fix 21798 - checkaction=context creates temporary of type void" was merged into stable:

- 78a0efe8b57e671ee3951c23709f8fa7033a924c by MoonlightSentinel:
  Fix 21798 - checkaction=context creates temporary of type void

  Skip temporaries for `void` expressions and defer error messages to
  further semantic analysis.

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

--
April 09, 2021
https://issues.dlang.org/show_bug.cgi?id=21798

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

- f5f75b6ff03d757f70564c3df71f19995166bf96 by MoonlightSentinel:
  Fix 21798 - checkaction=context creates temporary of type void

  Skip temporaries for `void` expressions and defer error messages to
  further semantic analysis.

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

--