digitalmars.D.bugs - [Issue 7563] New: Class members with default template arguments have no type
- d-bugmail puremagic.com (32/32) Feb 22 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7563
- d-bugmail puremagic.com (10/10) Feb 26 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7563
- d-bugmail puremagic.com (9/9) Mar 03 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7563
- d-bugmail puremagic.com (10/10) Mar 04 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7563
http://d.puremagic.com/issues/show_bug.cgi?id=7563 Summary: Class members with default template arguments have no type Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: siegelords_abode yahoo.com --- Comment #0 from siegelords_abode yahoo.com 2012-02-22 13:17:25 PST --- DMD 2.058 class Test { void test(T, bool a = true)(T t) { } } void main() { auto test = new Test; pragma(msg, typeof(test.test!(int, true)).stringof); pragma(msg, typeof(test.test!(int)).stringof); // Error: expression (test.test!(int)) has no type } Doesn't happen if test is a free function or a nested function. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 22 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7563 Kenji Hara <k.hara.pg gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull, rejects-valid --- Comment #1 from Kenji Hara <k.hara.pg gmail.com> 2012-02-26 03:13:13 PST --- https://github.com/D-Programming-Language/dmd/pull/766 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 26 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7563 --- Comment #2 from github-bugzilla puremagic.com 2012-03-03 22:57:50 PST --- Commit pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9225eea616ceb84e3b04d4e27c4d75db69fd282f Merge pull request #766 from 9rnsr/fix7563 Issue 7563 - Class members with default template arguments have no type -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Mar 03 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7563 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: -------
Mar 04 2012