Thread overview | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|
|
July 23, 2013 [Issue 10700] New: Add __traits(isOverride) to get if a function is override | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=10700 Summary: Add __traits(isOverride) to get if a function is override Product: D Version: future Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P2 Component: DMD AssignedTo: nobody@puremagic.com ReportedBy: doob@me.com --- Comment #0 from Jacob Carlborg <doob@me.com> 2013-07-23 00:49:21 PDT --- Add __traits(isOverride) to get if a function is override -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 23, 2013 [Issue 10700] Add __traits(isOverride) to get if a function is override | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jacob Carlborg | http://d.puremagic.com/issues/show_bug.cgi?id=10700 --- Comment #1 from Jacob Carlborg <doob@me.com> 2013-07-23 00:50:55 PDT --- Pull request: https://github.com/D-Programming-Language/dmd/pull/2366#issuecomment-21316103 Documentation needs to be added for this as well. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 23, 2013 [Issue 10700] Add __traits(isOverrideFunction) to get if a function is override | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jacob Carlborg | http://d.puremagic.com/issues/show_bug.cgi?id=10700 Jacob Carlborg <doob@me.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|Add __traits(isOverride) to |Add |get if a function is |__traits(isOverrideFunction |override |) to get if a function is | |override --- Comment #2 from Jacob Carlborg <doob@me.com> 2013-07-23 01:10:31 PDT --- It's actual __traits(__isOverrideFunction). -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 23, 2013 [Issue 10700] Add __traits(isOverrideFunction) to get if a function is override | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jacob Carlborg | http://d.puremagic.com/issues/show_bug.cgi?id=10700 --- Comment #3 from Jacob Carlborg <doob@me.com> 2013-07-23 02:05:52 PDT --- Pull request for the documentation: https://github.com/D-Programming-Language/dlang.org/pull/366. This also includes the documentation for the getUnitTests trait. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
July 23, 2013 [Issue 10700] Add __traits(isOverrideFunction) to get if a function is override | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jacob Carlborg | http://d.puremagic.com/issues/show_bug.cgi?id=10700 Walter Bright <bugzilla@digitalmars.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bugzilla@digitalmars.com --- Comment #4 from Walter Bright <bugzilla@digitalmars.com> 2013-07-23 14:05:47 PDT --- Pull request has been pulled: https://github.com/D-Programming-Language/dmd/pull/2366 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
November 04, 2013 [Issue 10700] Add __traits(isOverrideFunction) to get if a function is override | ||||
---|---|---|---|---|
| ||||
Posted in reply to Jacob Carlborg | http://d.puremagic.com/issues/show_bug.cgi?id=10700 Jacob Carlborg <doob@me.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Jacob Carlborg <doob@me.com> 2013-11-04 00:22:42 PST --- Documentation has been merged as well: https://github.com/D-Programming-Language/dlang.org/commit/f16a20135baadf40e9076220043044824bf3c3d2 -- 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