Thread overview
[Issue 11259] __traits(isSame) fails on the result of __traits(parent) if parent is a package
Aug 23, 2017
Mike
August 23, 2017
https://issues.dlang.org/show_bug.cgi?id=11259

Mike <slavo5150@yahoo.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slavo5150@yahoo.com

--- Comment #1 from Mike <slavo5150@yahoo.com> ---
Potential Fix: https://github.com/dlang/dmd/pull/7095

--
August 24, 2017
https://issues.dlang.org/show_bug.cgi?id=11259

--- Comment #2 from github-bugzilla@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

--
August 24, 2017
https://issues.dlang.org/show_bug.cgi?id=11259

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--
October 16, 2017
https://issues.dlang.org/show_bug.cgi?id=11259

--- Comment #3 from github-bugzilla@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

--