Thread overview
[Issue 20063] compiler segfaults on passing templates expression to lazy val
Jul 18, 2019
Ali Ak
Jul 18, 2019
Basile-z
Jul 18, 2019
Dlang Bot
Jul 19, 2019
Dlang Bot
Mar 21, 2020
Basile-z
July 18, 2019
https://issues.dlang.org/show_bug.cgi?id=20063

Ali Ak <ali.akhtarzada@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice

--
July 18, 2019
https://issues.dlang.org/show_bug.cgi?id=20063

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |b2.temp@gmx.com
           Hardware|x86                         |All
                 OS|Mac OS X                    |All
           Severity|enhancement                 |regression

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
That's a 2.087 regression caused by the fix for non global templates (https://issues.dlang.org/show_bug.cgi?id=5710).

--
July 18, 2019
https://issues.dlang.org/show_bug.cgi?id=20063

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@SSoulaimane created dlang/dmd pull request #10196 "Fix issue 20063 - Patch closure variables when converting expressions to delegates" fixing this issue:

- Fix issue 20063 - Patch closure variables when converting expressions to delegates

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

--
July 19, 2019
https://issues.dlang.org/show_bug.cgi?id=20063

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 #10196 "Fix issue 20063 - Patch closure variables when converting expressions to delegates" was merged into stable:

- 127fc3fc07c8c62402f8dd8d2ee3b08dc72b5395 by سليمان السهمي  (Suleyman Sahmi):
  Fix issue 20063 - Patch closure variables when converting expressions to
delegates

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

--
March 21, 2020
https://issues.dlang.org/show_bug.cgi?id=20063

Basile-z <b2.temp@gmx.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|b2.temp@gmx.com             |

--