[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 and...@erdani.com 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 --- Comment #12 from Don clugd...@yahoo.com.au 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

[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 and...@metalanguage.com changed: What|Removed |Added Status|REOPENED|RESOLVED

[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 clugd...@yahoo.com.au changed: What|Removed |Added Severity|regression |enhancement --- Comment #9

[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 clugd...@yahoo.com.au changed: What|Removed |Added Severity|regression |enhancement --- Comment

[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 sandf...@jhu.edu changed: What|Removed |Added CC||sandf...@jhu.edu

[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 clugd...@yahoo.com.au changed: What|Removed |Added Severity|normal |enhancement -- Configure

[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 clugd...@yahoo.com.au changed: What|Removed |Added CC||clugd...@yahoo.com.au ---

[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 schvei...@yahoo.com 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

[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 jmdavisp...@gmx.com 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

[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 jmdavisp...@gmx.com changed: What|Removed |Added Status|NEW |RESOLVED

[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 and...@metalanguage.com changed: What|Removed |Added Status|RESOLVED|REOPENED

[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 bra...@puremagic.com changed: What|Removed |Added CC||bra...@puremagic.com