Thread overview | |||||
---|---|---|---|---|---|
|
September 22, 2013 [Issue 11096] New: mixin templates are not regular templates | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=11096 Summary: mixin templates are not regular templates Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: regression Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: simendsjo@gmail.com --- Comment #0 from simendsjo <simendsjo@gmail.com> 2013-09-22 05:56:23 PDT --- I get this error with dmd head: t.d(4): Error: template instance A!() mixin templates are not regular templates t.d(4): Error: Cannot interpret A() at compile time t.d(4): while evaluating pragma(msg, A) mixin template A() { } void main() { pragma(msg, A); } Didn't break in 2.063.2. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
September 22, 2013 [Issue 11096] mixin templates are not regular templates | ||||
---|---|---|---|---|
| ||||
Posted in reply to simendsjo | http://d.puremagic.com/issues/show_bug.cgi?id=11096 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> 2013-09-22 08:05:30 PDT --- https://github.com/D-Programming-Language/dmd/pull/2584 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
October 09, 2013 [Issue 11096] mixin templates are not regular templates | ||||
---|---|---|---|---|
| ||||
Posted in reply to simendsjo | http://d.puremagic.com/issues/show_bug.cgi?id=11096 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@digitalmars.com Resolution| |INVALID --- Comment #2 from Walter Bright <bugzilla@digitalmars.com> 2013-10-08 20:28:25 PDT --- See the discussion in https://github.com/D-Programming-Language/dmd/pull/2584 for why this is expected behavior, rather than a bug. -- 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