Thread overview
[Issue 5409] Disallow (!x & y)
May 22, 2018
Dmitry Olshansky
Apr 30, 2020
Dlang Bot
Dec 17, 2022
Iain Buclaw
May 22, 2018
https://issues.dlang.org/show_bug.cgi?id=5409

Dmitry Olshansky <dmitry.olsh@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |bootcamp
                 CC|                            |dmitry.olsh@gmail.com

--- Comment #9 from Dmitry Olshansky <dmitry.olsh@gmail.com> ---
Seems like a natural extension to our & and && being not allowed in the same expression w/o parens.

--
April 30, 2020
https://issues.dlang.org/show_bug.cgi?id=5409

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

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

--- Comment #10 from Dlang Bot <dlang-bot@dlang.rocks> ---
@wolframw created dlang/dmd pull request #11077 "Fix Issue 5409 - Disallow (!x & y)" fixing this issue:

- Fix Issue 5409 - Disallow (!x & y)

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

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=5409

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P4

--