September 17, 2013 [Issue 11055] New: Regression (2.064 git-head): 'pure' function prevents its in-contract from checking parameters | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=11055 Summary: Regression (2.064 git-head): 'pure' function prevents its in-contract from checking parameters Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: regression Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: kekeniro2@yahoo.co.jp --- Comment #0 from kekeniro2@yahoo.co.jp 2013-09-17 00:45:00 PDT --- This code doesn't work in git-head. It is a regression introduced in 2.064 alpha. CODE: class SomeClass { pure void foo(int n) in { assert( !n ); } body { } } OUTPUT: Error: pure nested function '__require' cannot access mutable data 'n' -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 17, 2013 [Issue 11055] Regression (2.064 git-head): 'pure' function prevents its in-contract from checking parameters | ||||
---|---|---|---|---|
| ||||
Posted in reply to kekeniro2@yahoo.co.jp | http://d.puremagic.com/issues/show_bug.cgi?id=11055 Henning Pohl <henning@still-hidden.de> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |henning@still-hidden.de Resolution| |DUPLICATE --- Comment #1 from Henning Pohl <henning@still-hidden.de> 2013-09-17 04:52:06 PDT --- *** This issue has been marked as a duplicate of issue 10981 *** -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
Copyright © 1999-2021 by the D Language Foundation