[Issue 3667] Regression(D2 only): broken out(result) in contracts

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

[Issue 3667] Regression(D2 only): broken out(result) in contracts

2010-06-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3667 --- Comment #8 from Don 2010-06-07 00:11:57 PDT --- *** Issue 3634 has been marked as a duplicate of this issue. *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: --

[Issue 3667] Regression(D2 only): broken out(result) in contracts

2010-05-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3667 Walter Bright changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 3667] Regression(D2 only): broken out(result) in contracts

2010-05-07 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3667 --- Comment #6 from Shin Fujishiro 2010-05-07 11:30:35 PDT --- Created an attachment (id=624) Patch for DMD 2.045 The attached patch should fix the problem. Since DMD 2.028, result variables are marked as const. The cause of this bug is tha

[Issue 3667] Regression(D2 only): broken out(result) in contracts

2010-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3667 --- Comment #5 from Luther Tychonievich 2010-03-15 20:43:30 PDT --- Not sure if it helps, but the compiler knows this problem will arise at compile time; the following compiles just fine, though it clearly should not: - int buggy(int y) ou

[Issue 3667] Regression(D2 only): broken out(result) in contracts

2010-03-15 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3667 Don changed: What|Removed |Added CC||bearophile_h...@eml.cc --- Comment #4 from Don

[Issue 3667] Regression(D2 only): broken out(result) in contracts

2010-03-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3667 Witold Baryluk changed: What|Removed |Added CC||bary...@smp.if.uj.edu.pl --- Comment

[Issue 3667] Regression(D2 only): broken out(result) in contracts

2010-02-21 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=3667 Andrei Alexandrescu changed: What|Removed |Added CC||and...@metalanguage.com --- Comm