digitalmars.D.bugs - [Issue 7416] New: 2.058 regression: fails to instantiate a constrained function template with a nested function
- d-bugmail puremagic.com (27/27) Feb 01 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7416
- d-bugmail puremagic.com (9/9) Feb 01 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7416
- d-bugmail puremagic.com (9/9) Feb 01 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7416
- d-bugmail puremagic.com (10/10) Feb 01 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7416
http://d.puremagic.com/issues/show_bug.cgi?id=7416 Summary: 2.058 regression: fails to instantiate a constrained function template with a nested function Product: D Version: D2 Platform: All OS/Version: All Status: NEW Keywords: rejects-valid Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: mailme+d nilsb.dyndns.org --- Comment #0 from Nils <mailme+d nilsb.dyndns.org> 2012-02-01 03:18:11 PST --- --- void t(alias a)() if(is(typeof(a()))) {} void failure() { void f() {} alias t!f x; // "does not match template declaration" } --- introduced by commit 47a6eab28b169849e835ea1299a811ec946f1a89 (Add escape check to nested function symbol) -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 01 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7416 Don <clugdbug yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |clugdbug yahoo.com.au Severity|normal |regression -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 01 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7416 --- Comment #1 from github-bugzilla puremagic.com 2012-02-01 21:20:39 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/960f6fd4404750ab2d637f66d63ff70c98f5b73c fix Issue 7416 - 2.058 regression: fails to instantiate a constrained function template with a nested function -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 01 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7416 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: -------
Feb 01 2012