digitalmars.D.bugs - [Issue 10148] New: regression 062=>063: unjustified 'safe function cannot call system function'
- d-bugmail puremagic.com (42/42) May 23 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10148
- d-bugmail puremagic.com (10/10) May 23 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10148
- d-bugmail puremagic.com (12/12) May 24 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10148
- d-bugmail puremagic.com (10/10) May 24 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10148
- d-bugmail puremagic.com (10/10) May 24 2013 http://d.puremagic.com/issues/show_bug.cgi?id=10148
http://d.puremagic.com/issues/show_bug.cgi?id=10148 Summary: regression 062=>063: unjustified 'safe function cannot call system function' Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: thelastmammoth gmail.com 2.062: compile works 2.063(beta5): compile error that doesn't make sense: a.d(7): Error: safe function 'a.foo2!(int).foo2.A!(int).A.foo3!(int).foo3' cannot call system function 'a.foo1' a.d(16): Error: template instance a.foo2!(int).foo2.A!(int).A.foo3!(int) error instantiating a.d: ---- void foo1(){} auto foo2(S)() { struct A(S){ void foo3(T2)(){ foo1(); } this(S a){ } } return A!int(0); } void main(){ foo2!int.foo3!int; } ---- -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 23 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10148 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull https://github.com/D-Programming-Language/dmd/pull/2072 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 23 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10148 Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/cf3fa533dba1133bfc9c85141b5d9b9b7abfb216 fix Issue 10148 - unjustified 'safe function cannot call system function' https://github.com/D-Programming-Language/dmd/commit/59693a8e4e750f3848d415de6100c1b30082e3ef [REG2.063a] Issue 10148 - unjustified 'safe function cannot call system function' -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 24 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10148 Commit pushed to 2.063 at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/835ea085971819115536291c2d66488b3358d8d1 [REG2.063a] Issue 10148 - unjustified 'safe function cannot call system function' -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 24 2013
http://d.puremagic.com/issues/show_bug.cgi?id=10148 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla digitalmars.com Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
May 24 2013