[Issue 6094] && doesn't shortcut properly with CTFE

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6094 Andrei Alexandrescu changed: What|Removed |Added Version|unspecified |D2 --

[Issue 6094] && doesn't shortcut properly with CTFE

2011-07-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6094 Andrei Alexandrescu changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|

[Issue 6094] && doesn't shortcut properly with CTFE

2011-07-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6094 --- Comment #12 from Don 2011-07-21 02:21:25 PDT --- One last little bit of complexity about this issue. The code for IfStatement::semantic() in statement.c contains this comment: // If we can short-circuit evaluate the if statement, don't

[Issue 6094] && doesn't shortcut properly with CTFE

2011-06-30 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6094 Don changed: What|Removed |Added Severity|regression |enhancement --- Comment #11 from Don 2011-06-30

[Issue 6094] && doesn't shortcut properly with CTFE

2011-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6094 Rob Jacques changed: What|Removed |Added Severity|enhancement |regression --- Comment #10 from Rob Jacq

[Issue 6094] && doesn't shortcut properly with CTFE

2011-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6094 Don changed: What|Removed |Added Severity|regression |enhancement --- Comment #9 from Don 2011-06-29

[Issue 6094] && doesn't shortcut properly with CTFE

2011-06-29 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6094 Rob Jacques changed: What|Removed |Added CC||sandf...@jhu.edu Severity|enhan

[Issue 6094] && doesn't shortcut properly with CTFE

2011-06-23 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6094 Don changed: What|Removed |Added Severity|normal |enhancement -- Configure issuemail: http://d.pu

[Issue 6094] && doesn't shortcut properly with CTFE

2011-06-06 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6094 Don changed: What|Removed |Added CC||clugd...@yahoo.com.au --- Comment #7 from Don 2

[Issue 6094] && doesn't shortcut properly with CTFE

2011-06-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6094 --- Comment #6 from Jonathan M Davis 2011-06-03 10:24:52 PDT --- Well, if it were allowed, I would expect to only work in places that _had_ to be evaluated at compile-time - such as the value of enums or inside template constraints. It would h

[Issue 6094] && doesn't shortcut properly with CTFE

2011-06-03 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6094 --- Comment #5 from Steven Schveighoffer 2011-06-03 06:29:02 PDT --- The problem I see with allowing this is, it won't compile as non-CTFE, even though normally CTFE-able functions can still be used during runtime. For example, if you have th

[Issue 6094] && doesn't shortcut properly with CTFE

2011-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6094 Brad Roberts changed: What|Removed |Added CC||bra...@puremagic.com --- Comment #4 fro

[Issue 6094] && doesn't shortcut properly with CTFE

2011-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6094 Andrei Alexandrescu changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Issue 6094] && doesn't shortcut properly with CTFE

2011-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6094 Jonathan M Davis changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Issue 6094] && doesn't shortcut properly with CTFE

2011-06-02 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6094 Steven Schveighoffer changed: What|Removed |Added CC||schvei...@yahoo.com --- Comment