[Issue 4077] Bugs caused by bitwise operator precedence

2010-07-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4077 --- Comment #13 from bearophile_h...@eml.cc 2010-07-24 15:30:48 PDT --- Thank you very much to Stewart Gordon, Don and Walter. One more down. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are

[Issue 4077] Bugs caused by bitwise operator precedence

2010-07-24 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4077 Leandro Lucarella llu...@gmail.com changed: What|Removed |Added CC||llu...@gmail.com

[Issue 4077] Bugs caused by bitwise operator precedence

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4077 --- Comment #10 from Don clugd...@yahoo.com.au 2010-06-21 14:48:40 PDT --- Created an attachment (id=669) Patch against svn 552, D2 This patch implements Stewart Gordon's proposal. Quite simple, since it is just the parser. I'm not sure if

[Issue 4077] Bugs caused by bitwise operator precedence

2010-06-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4077 Don clugd...@yahoo.com.au changed: What|Removed |Added Keywords||patch

[Issue 4077] Bugs caused by bitwise operator precedence

2010-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4077 Don clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[Issue 4077] Bugs caused by bitwise operator precedence

2010-04-14 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4077 --- Comment #8 from Sobirari Muhomori dfj1es...@sneakemail.com 2010-04-14 10:28:27 PDT --- An academic example of use is to NOT short-circuit evaluation of operands. -- Configure issuemail:

[Issue 4077] Bugs caused by bitwise operator precedence

2010-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4077 Steven Schveighoffer schvei...@yahoo.com changed: What|Removed |Added CC|

[Issue 4077] Bugs caused by bitwise operator precedence

2010-04-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4077 --- Comment #7 from Adam D. Ruppe destructiona...@gmail.com 2010-04-12 06:42:57 PDT --- (In reply to comment #4) My experience shows that it's easy to forget bugs, because they are seen as something negative, so I suggest you to write them

[Issue 4077] Bugs caused by bitwise operator precedence

2010-04-11 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4077 --- Comment #4 from bearophile_h...@eml.cc 2010-04-11 04:34:32 PDT --- Thank you for your comments. Requiring parentheses is one of the few solutions I can see. * (this is he only time I can recall being bitten by this in all my years of

[Issue 4077] Bugs caused by bitwise operator precedence

2010-04-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4077 Brad Roberts bra...@puremagic.com changed: What|Removed |Added CC||bra...@puremagic.com

[Issue 4077] Bugs caused by bitwise operator precedence

2010-04-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4077 --- Comment #2 from bearophile_h...@eml.cc 2010-04-10 19:54:25 PDT --- Care to quantify 'frequent'? I'd like to, but finding hard statical data about bugs is hard. Often you just have to use your programming experience and memory of past

[Issue 4077] Bugs caused by bitwise operator precedence

2010-04-10 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=4077 Adam D. Ruppe destructiona...@gmail.com changed: What|Removed |Added CC|