digitalmars.D.bugs - [Issue 7463] New: Duplicated error message with bad template value parameter
- d-bugmail puremagic.com (22/22) Feb 08 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7463
- d-bugmail puremagic.com (9/9) Feb 08 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7463
- d-bugmail puremagic.com (10/10) Feb 17 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7463
- d-bugmail puremagic.com (8/8) Feb 17 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7463
- d-bugmail puremagic.com (9/9) Feb 24 2012 http://d.puremagic.com/issues/show_bug.cgi?id=7463
http://d.puremagic.com/issues/show_bug.cgi?id=7463 Summary: Duplicated error message with bad template value parameter Product: D Version: D1 & D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody puremagic.com ReportedBy: clugdbug yahoo.com.au --- Comment #0 from Don <clugdbug yahoo.com.au> 2012-02-08 06:49:18 PST --- template foo(Undefined x) {} gives duplicate errors. Caused by TemplateValueParameter::semantic() in template.c (The simple solution of leaving that function if sparam->type == Type::terror doesn't quite work because it causes failures in xtest46 for bug 6295). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 08 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7463 Don <clugdbug yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |diagnostic Severity|normal |minor -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 08 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7463 Walter Bright <bugzilla digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla digitalmars.com --- Comment #1 from Walter Bright <bugzilla digitalmars.com> 2012-02-17 22:59:58 PST --- https://github.com/D-Programming-Language/dmd/pull/704 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 17 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7463 --- Comment #2 from github-bugzilla puremagic.com 2012-02-17 23:02:02 PST --- Commit pushed to dmd-1.x at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/113d2a0858fe701f120fd00522411a4c42a55ad2 fix Issue 7463 - Duplicated error message with bad template value parameter -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 17 2012
http://d.puremagic.com/issues/show_bug.cgi?id=7463 Don <clugdbug yahoo.com.au> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: -------
Feb 24 2012