Thread overview | ||||||
---|---|---|---|---|---|---|
|
November 02, 2012 [Issue 8943] New: Cannot get parent of an overload | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=8943 Summary: Cannot get parent of an overload Product: D Version: D2 Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: samukha@voliacable.com --- Comment #0 from Max Samukha <samukha@voliacable.com> 2012-11-02 09:08:42 PDT --- struct S { void foo(); } // Just to be able to alias __traits template AliasTuple(A...) { alias A AliasTuple; } alias AliasTuple!(__traits(getOverloads, S, "foo")) Overloads; alias AliasTuple!(__traits(parent, Overloads[0])) P; // fail static assert(is(P[0] == S)); Error: argument foo has no parent -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 03, 2012 [Issue 8943] Cannot get parent of an overload | ||||
---|---|---|---|---|
| ||||
Posted in reply to Max Samukha | http://d.puremagic.com/issues/show_bug.cgi?id=8943 Kenji Hara <k.hara.pg@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull, wrong-code --- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> 2012-11-02 21:20:30 PDT --- https://github.com/D-Programming-Language/dmd/pull/1251 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 08, 2012 [Issue 8943] Cannot get parent of an overload | ||||
---|---|---|---|---|
| ||||
Posted in reply to Max Samukha | http://d.puremagic.com/issues/show_bug.cgi?id=8943 --- Comment #2 from github-bugzilla@puremagic.com 2012-11-07 19:41:06 PST --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/9e45da96f9322ec087e1f25ba02f3626a81a2a7d fix Issue 8943 - Cannot get parent of an overload https://github.com/D-Programming-Language/dmd/commit/e99f0ce910fd44a5ac8b4301c31732dc0b9504e2 Merge pull request #1251 from 9rnsr/fix8943 Issue 8943 - Cannot get parent of an overload -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 08, 2012 [Issue 8943] Cannot get parent of an overload | ||||
---|---|---|---|---|
| ||||
Posted in reply to Max Samukha | http://d.puremagic.com/issues/show_bug.cgi?id=8943 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: ------- |
Copyright © 1999-2021 by the D Language Foundation