Thread overview
[Issue 15428] __traits(compiles, super()) cause error "multiple constructor calls" later
Dec 09, 2015
Ketmar Dark
Dec 09, 2015
Ketmar Dark
Sep 05, 2016
Sophie
December 09, 2015
https://issues.dlang.org/show_bug.cgi?id=15428

Ketmar Dark <ketmar@ketmar.no-ip.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ketmar@ketmar.no-ip.org

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

--- Comment #1 from Ketmar Dark <ketmar@ketmar.no-ip.org> ---
p.s. or, maybe, it should only check that flag, but never change.

--
September 05, 2016
https://issues.dlang.org/show_bug.cgi?id=15428

Sophie <meapineapple@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=16468

--
January 17, 2017
https://issues.dlang.org/show_bug.cgi?id=15428

bitter.taste@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |meapineapple@gmail.com

--- Comment #2 from bitter.taste@gmx.com ---
*** Issue 16468 has been marked as a duplicate of this issue. ***

--
January 17, 2017
https://issues.dlang.org/show_bug.cgi?id=15428

bitter.taste@gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bitter.taste@gmx.com

--- Comment #3 from bitter.taste@gmx.com ---
Covered by DMD's PR https://github.com/dlang/dmd/pull/6462

--
February 11, 2017
https://issues.dlang.org/show_bug.cgi?id=15428

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

https://github.com/dlang/dmd/commit/d23913c8971766a461e2a973dd9c7fccbad90793 Fix issue 15428 - Properly detach the temporary scope for compiles()

https://github.com/dlang/dmd/commit/0689490b0f40d2cfbf9492925fde28f1a3b2e312 Merge pull request #6462 from LemonBoy/b15428

Fix issue 15428 - Properly detach the temporary scope for compiles()

--
February 11, 2017
https://issues.dlang.org/show_bug.cgi?id=15428

github-bugzilla@puremagic.com changed:

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

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

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

https://github.com/dlang/dmd/commit/d23913c8971766a461e2a973dd9c7fccbad90793 Fix issue 15428 - Properly detach the temporary scope for compiles()

https://github.com/dlang/dmd/commit/0689490b0f40d2cfbf9492925fde28f1a3b2e312 Merge pull request #6462 from LemonBoy/b15428

--
March 22, 2017
https://issues.dlang.org/show_bug.cgi?id=15428

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

https://github.com/dlang/dmd/commit/d23913c8971766a461e2a973dd9c7fccbad90793 Fix issue 15428 - Properly detach the temporary scope for compiles()

https://github.com/dlang/dmd/commit/0689490b0f40d2cfbf9492925fde28f1a3b2e312 Merge pull request #6462 from LemonBoy/b15428

--