Thread overview
[Issue 20597] [REG2.080] Wrong closure GC allocation with dip1000
Feb 23, 2020
Ketmar Dark
Apr 06, 2020
Walter Bright
Apr 06, 2020
Walter Bright
Apr 07, 2020
Dlang Bot
Apr 14, 2020
Dlang Bot
February 22, 2020
https://issues.dlang.org/show_bug.cgi?id=20597

johanengelen@weka.io changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry, rejects-valid

--
February 23, 2020
https://issues.dlang.org/show_bug.cgi?id=20597

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

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

--
April 06, 2020
https://issues.dlang.org/show_bug.cgi?id=20597

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@digitalmars.com

--- Comment #1 from Walter Bright <bugzilla@digitalmars.com> ---
Fixed by https://github.com/dlang/dmd/pull/11006

--
April 06, 2020
https://issues.dlang.org/show_bug.cgi?id=20597

Walter Bright <bugzilla@digitalmars.com> changed:

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

--
April 07, 2020
https://issues.dlang.org/show_bug.cgi?id=20597

Dlang Bot <dlang-bot@dlang.rocks> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |pull

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright updated dlang/dmd pull request #11006 "fix Issue 20596 - [REG2.086] Error on missed stack allocation for clo…" fixing this issue:

- fix Issues 20596, 20597 - Error on missed stack allocation for closure for template

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

--
April 14, 2020
https://issues.dlang.org/show_bug.cgi?id=20597

Dlang Bot <dlang-bot@dlang.rocks> changed:

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

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #11006 "fix Issues 20596, 20967 - [REG2.086] Error on missed stack allocation for clo…" was merged into master:

- 3d746b956b85d07646fe901d5e705306ab5027b9 by Walter Bright:
  fix Issues 20596, 20597 - Error on missed stack allocation for closure for
template

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

--