Thread overview
[Issue 21553] incorrect call to expressionSemantic() in statementsem.d
Jan 17, 2021
Walter Bright
Jan 17, 2021
Dlang Bot
Jan 17, 2021
Walter Bright
Jan 17, 2021
Dlang Bot
January 17, 2021
https://issues.dlang.org/show_bug.cgi?id=21553

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |wrong-code

--
January 17, 2021
https://issues.dlang.org/show_bug.cgi?id=21553

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #12133 "fix Issue 21553 - incorrect call to expressionSemantic() in statement…" fixing this issue:

- fix Issue 21553 - incorrect call to expressionSemantic() in statementsem.d

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

--
January 17, 2021
https://issues.dlang.org/show_bug.cgi?id=21553

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|Windows                     |All

--
January 17, 2021
https://issues.dlang.org/show_bug.cgi?id=21553

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 #12133 "fix Issue 21553 - incorrect call to expressionSemantic() in statement…" was merged into master:

- 90e8313f1fdb3c79bed25f4ae41d8d706b8d60de by Walter Bright:
  fix Issue 21553 - incorrect call to expressionSemantic() in statementsem.d

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

--