Thread overview
[Issue 17633] Unary negation has the wrong type
Jul 10, 2017
Eyal
Jul 10, 2017
Vladimir Panteleev
Jul 14, 2017
Eyal
Oct 16, 2023
Basile-z
July 10, 2017
https://issues.dlang.org/show_bug.cgi?id=17633

--- Comment #1 from Eyal <eyal@weka.io> ---
If C's rules are not desirable here. That's fine.

assert_minus_1 should STILL not fail.

instead of -ubyte becoming int as in C, -ubyte can at least become byte.

--
July 10, 2017
https://issues.dlang.org/show_bug.cgi?id=17633

Vladimir Panteleev <dlang-bugzilla@thecybershadow.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|dlang.org                   |dmd
           Severity|enhancement                 |normal

--
July 14, 2017
https://issues.dlang.org/show_bug.cgi?id=17633

Eyal <eyal@weka.io> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=17637

--
October 16, 2023
https://issues.dlang.org/show_bug.cgi?id=17633

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |b2.temp@gmx.com
         Resolution|---                         |WORKSFORME

--