Thread overview
[Issue 16540] Attributes do not propagate correctly in lazy params
May 13, 2017
Walter Bright
May 13, 2017
Walter Bright
May 13, 2017
https://issues.dlang.org/show_bug.cgi?id=16540

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |bugzilla@digitalmars.com
         Resolution|---                         |WORKSFORME

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
This is working successfully in the current DMD version.

--
May 13, 2017
https://issues.dlang.org/show_bug.cgi?id=16540

--- Comment #2 from Walter Bright <bugzilla@digitalmars.com> ---
Added test case to ensure it keeps working:

https://github.com/dlang/dmd/pull/6776

--
May 21, 2017
https://issues.dlang.org/show_bug.cgi?id=16540

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

https://github.com/dlang/dmd/commit/1391130b641cab14e28de0c3490336cbb60ab2f2 fix Issue 16540 - Attributes do not propagate correctly in lazy params

https://github.com/dlang/dmd/commit/01e29d4ba2658882fe63063e13a4095e37209a7d Merge pull request #6776 from WalterBright/test16540

fix Issue 16540 - Attributes do not propagate correctly in lazy params merged-on-behalf-of: Daniel Murphy <yebblies@gmail.com>

--
May 21, 2017
https://issues.dlang.org/show_bug.cgi?id=16540

github-bugzilla@puremagic.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|WORKSFORME                  |FIXED

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

--- Comment #4 from github-bugzilla@puremagic.com ---
Commits pushed to newCTFE at https://github.com/dlang/dmd

https://github.com/dlang/dmd/commit/1391130b641cab14e28de0c3490336cbb60ab2f2 fix Issue 16540 - Attributes do not propagate correctly in lazy params

https://github.com/dlang/dmd/commit/01e29d4ba2658882fe63063e13a4095e37209a7d Merge pull request #6776 from WalterBright/test16540

--