Thread overview
[Issue 24107] The error for exceeding the CTFE recursion limit bypasses speculative compilation.
Aug 24, 2023
Harry Gillanders
Sep 08, 2023
Dlang Bot
Sep 11, 2023
Dlang Bot
August 24, 2023
https://issues.dlang.org/show_bug.cgi?id=24107

Harry Gillanders <contact@harrygillanders.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |CTFE

--
September 08, 2023
https://issues.dlang.org/show_bug.cgi?id=24107

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #15587 "Fix Issue 24107 - The error for exceeding the CTFE recursion limit by passes speculative compilation." fixing this issue:

- Fix Issue 24107 - The error for exceeding the CTFE recursion limit bypasses speculative compilation.

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

--
September 11, 2023
https://issues.dlang.org/show_bug.cgi?id=24107

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #15587 "Fix Issue 24107 - The error for exceeding the CTFE recursion limit by passes speculative compilation." was merged into master:

- 44ddc26d1a3ced47636f54280380db1ef3189a7a by RazvanN7:
  Fix Issue 24107 - The error for exceeding the CTFE recursion limit bypasses
speculative compilation.

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

--