[Issue 3735] op=

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=3735 Andrei Alexandrescu and...@erdani.com changed: What|Removed |Added Version|D1 D2 |D2 --

[Issue 3735] op=

2012-01-23 Thread d-bugmail
/2b757bdcc82c69ff4021361acd93f8a0b26df65c fix Issue 3735 - op= -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 3735] op=

2012-01-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3735 Walter Bright bugzi...@digitalmars.com changed: What|Removed |Added Status|NEW |RESOLVED

[Issue 3735] op=

2012-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3735 --- Comment #2 from Don clugd...@yahoo.com.au 2012-01-18 12:06:10 PST --- Apart from Stewart's comment, there's also the case of . a = b is different to a = a b, if a is short or byte. (The first does an unsigned shift, the second does a

[Issue 3735] op=

2012-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3735 timon.g...@gmx.ch changed: What|Removed |Added CC||timon.g...@gmx.ch --- Comment #3

[Issue 3735] op=

2012-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3735 --- Comment #4 from Stewart Gordon s...@iname.com 2012-01-18 16:31:48 PST --- (In reply to comment #2) Apart from Stewart's comment, there's also the case of . a = b is different to a = a b, if a is short or byte. (The first does an

[Issue 3735] op=

2012-01-18 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3735 --- Comment #5 from timon.g...@gmx.ch 2012-01-18 16:36:54 PST --- (In reply to comment #4) byte a = cast(byte) 0b; // why does it insist on a cast? Because 240 does not fit inside the range -128 to 127. static assert(0b !=

[Issue 3735] op=

2010-09-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3735 Stewart Gordon s...@iname.com changed: What|Removed |Added Keywords||rejects-valid