[Issue 11259] __traits(isSame) fails on the result of __traits(parent) if parent is a package

2017-10-16 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11259

--- Comment #3 from github-bugzi...@puremagic.com ---
Commits pushed to stable at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/020c2982cd37a9270d606101dcaef69068566e3a
Fix Issue 11259:  __traits(isSame) fails on the result of __traits(parent) if
parent is a package

https://github.com/dlang/dmd/commit/81e0ca2d4be6eb3e475b1c843a33bea2e564efe0
Merge pull request #7095 from JinShil/parent_trait

--


[Issue 11259] __traits(isSame) fails on the result of __traits(parent) if parent is a package

2017-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11259

--- Comment #2 from github-bugzi...@puremagic.com ---
Commits pushed to master at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/020c2982cd37a9270d606101dcaef69068566e3a
Fix Issue 11259:  __traits(isSame) fails on the result of __traits(parent) if
parent is a package

https://github.com/dlang/dmd/commit/81e0ca2d4be6eb3e475b1c843a33bea2e564efe0
Merge pull request #7095 from JinShil/parent_trait

Fix Issue 11259:  __traits(isSame) fails on the result of __traits(parent) if
parent is a package

--


[Issue 11259] __traits(isSame) fails on the result of __traits(parent) if parent is a package

2017-08-24 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11259

github-bugzi...@puremagic.com changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--


[Issue 11259] __traits(isSame) fails on the result of __traits(parent) if parent is a package

2017-08-22 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=11259

Mike  changed:

   What|Removed |Added

 CC||slavo5...@yahoo.com

--- Comment #1 from Mike  ---
Potential Fix: https://github.com/dlang/dmd/pull/7095

--