Thread overview
[Issue 23088] spurious case of "`expression` has no effect"
May 04, 2022
Basile-z
May 04, 2022
Basile-z
May 08, 2022
Dlang Bot
May 27, 2022
Dlang Bot
May 04, 2022
https://issues.dlang.org/show_bug.cgi?id=23088

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|spurious case of            |spurious case of
                   |"`expression`" has no       |"`expression` has no
                   |effect                      |effect"

--
May 04, 2022
https://issues.dlang.org/show_bug.cgi?id=23088

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
-we

--
May 08, 2022
https://issues.dlang.org/show_bug.cgi?id=23088

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@maxhaton created dlang/dmd pull request #14091 "Fix Issue 23088 - This bug is a symptom of a bad error message." fixing this issue:

- Fix Issue 23088 - This bug is a symptom of a bad error message.

  The expression (or rather it's context is still worthy of being illegal)

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

--
May 27, 2022
https://issues.dlang.org/show_bug.cgi?id=23088

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 #14091 "Fix Issue 23088 - This bug is a symptom of a bad error message." was merged into master:

- 3eedace3346b6245695f4c00ce6bae760cf7df57 by mhh:
  Fix Issue 23088 - This bug is a symptom of a bad error message.

  The expression (or rather it's context is still worthy of being illegal)

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

--