Thread overview | ||||||
---|---|---|---|---|---|---|
|
August 11, 2013 [Issue 10800] New: ParameterDefaultValueTuple returns an empty string for default values in property functions. | ||||
---|---|---|---|---|
| ||||
http://d.puremagic.com/issues/show_bug.cgi?id=10800 Summary: ParameterDefaultValueTuple returns an empty string for default values in property functions. Product: D Version: unspecified Platform: All OS/Version: All Status: NEW Severity: normal Priority: P2 Component: Phobos AssignedTo: nobody@puremagic.com ReportedBy: opantm2+dbugs@gmail.com --- Comment #0 from Ognjen <opantm2+dbugs@gmail.com> 2013-08-11 13:29:20 PDT --- The static if(is(typeof(func[0])) PT == __parameters) returns false for property functions and should be using FunctionTypeOf instead. Will create a pull request once I get this working. -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 11, 2013 [Issue 10800] ParameterDefaultValueTuple returns an empty string for default values in property functions. | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ognjen | http://d.puremagic.com/issues/show_bug.cgi?id=10800 Kapps <opantm2+dbugs@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Keywords| |pull --- Comment #1 from Kapps <opantm2+dbugs@gmail.com> 2013-08-11 14:00:00 PDT --- Pull Request: https://github.com/D-Programming-Language/phobos/pull/1466 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 11, 2013 [Issue 10800] ParameterDefaultValueTuple returns an empty string for default values in property functions. | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ognjen | http://d.puremagic.com/issues/show_bug.cgi?id=10800 --- Comment #2 from github-bugzilla@puremagic.com 2013-08-11 16:54:33 PDT --- Commits pushed to master at https://github.com/D-Programming-Language/phobos https://github.com/D-Programming-Language/phobos/commit/fd177fd4f7fe0a4076c7080d032e4f7384ef2654 Fix issue 10800 https://github.com/D-Programming-Language/phobos/commit/dcb9bd27312c27449d06211bc3f22a948e59dddc Merge pull request #1466 from Kapps/master Fix issue 10800 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- |
August 12, 2013 [Issue 10800] ParameterDefaultValueTuple returns an empty string for default values in property functions. | ||||
---|---|---|---|---|
| ||||
Posted in reply to Ognjen | http://d.puremagic.com/issues/show_bug.cgi?id=10800 Kapps <opantm2+dbugs@gmail.com> 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: ------- |
Copyright © 1999-2021 by the D Language Foundation