[phobos] [dlang/phobos] 59df24: Fix for issue 16182
GitHub via phobos
phobos at puremagic.com
Fri Jul 29 06:40:41 PDT 2016
Branch: refs/heads/master
Home: https://github.com/dlang/phobos
Commit: 59df244abb8296089285c14935c498d624bc5890
https://github.com/dlang/phobos/commit/59df244abb8296089285c14935c498d624bc5890
Author: Puneet Goel <puneet at coverify.com>
Date: 2016-06-19 (Sun, 19 Jun 2016)
Changed paths:
M std/traits.d
Log Message:
-----------
Fix for issue 16182
https://issues.dlang.org/show_bug.cgi?id=16182
It is beyond my comprension as to why this irrelevant change helps
fixes #16182. I believe there is something amiss becuase expression
fqnSym!(__traits(parent, T)) ~ '.' is returning a char[] while
fqnSym!(__traits(parent, T)) ~ "." returns a string. This while
expression fqnSym!(__traits(parent, T)) returns a string.
Commit: f75eeb596d44544e98a23ee1fd0b60f9ae8b0956
https://github.com/dlang/phobos/commit/f75eeb596d44544e98a23ee1fd0b60f9ae8b0956
Author: Ilya Yaroshenko <ilyayaroshenko at gmail.com>
Date: 2016-07-29 (Fri, 29 Jul 2016)
Changed paths:
M std/traits.d
Log Message:
-----------
Merge pull request #4437 from puneet/master
Fix for for issue 16182 - std.traits.fullyQualifiedName Bug
Compare: https://github.com/dlang/phobos/compare/3b960a104328...f75eeb596d44
More information about the phobos
mailing list