Thread overview
[Issue 15177] [REG2.069.0-b1] mixin + traits issue with 2.069 beta 1
[Issue 15177] mixin + traits issue with 2.069 beta 1
Oct 08, 2015
Martin Nowak
Oct 09, 2015
Kenji Hara
Oct 10, 2015
Martin Nowak
October 08, 2015
https://issues.dlang.org/show_bug.cgi?id=15177

Martin Nowak <code@dawg.eu> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |code@dawg.eu
           Severity|enhancement                 |regression

--
October 09, 2015
https://issues.dlang.org/show_bug.cgi?id=15177

Kenji Hara <k.hara.pg@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull, rejects-valid
           Hardware|x86_64                      |All
            Summary|mixin + traits issue with   |[REG2.069.0-b1] mixin +
                   |2.069 beta 1                |traits issue with 2.069
                   |                            |beta 1
                 OS|Linux                       |All

--- Comment #1 from Kenji Hara <k.hara.pg@gmail.com> ---
https://github.com/D-Programming-Language/dmd/pull/5172

--
October 10, 2015
https://issues.dlang.org/show_bug.cgi?id=15177

github-bugzilla@puremagic.com changed:

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

--
October 10, 2015
https://issues.dlang.org/show_bug.cgi?id=15177

--- Comment #2 from github-bugzilla@puremagic.com ---
Commits pushed to stable at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/f26ae0052ec82c61d63247096c78503caab8ce9d fix Issue 15177 - mixin + traits issue with 2.069 beta 1

https://github.com/D-Programming-Language/dmd/commit/d752f698caaaec89a52630e3255d576bb03cd9f9 Merge pull request #5172 from 9rnsr/fix15177

[REG2.069.0-b1] Issue 15177 - mixin + traits issue with 2.069 beta 1

--
October 10, 2015
https://issues.dlang.org/show_bug.cgi?id=15177

--- Comment #3 from Martin Nowak <code@dawg.eu> ---
This was about __traits(allMembers, mymod) listing generated
TypeInfoStructDeclaration members.

--
October 14, 2015
https://issues.dlang.org/show_bug.cgi?id=15177

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to master at https://github.com/D-Programming-Language/dmd

https://github.com/D-Programming-Language/dmd/commit/f26ae0052ec82c61d63247096c78503caab8ce9d fix Issue 15177 - mixin + traits issue with 2.069 beta 1

https://github.com/D-Programming-Language/dmd/commit/d752f698caaaec89a52630e3255d576bb03cd9f9 Merge pull request #5172 from 9rnsr/fix15177

--