Thread overview
[Issue 20133] [REG2.084.0] Bogus slice assignment in recursive CTFE call
Aug 19, 2019
RazvanN
Oct 27, 2021
Dlang Bot
Oct 27, 2021
Dlang Bot
Nov 08, 2021
Dlang Bot
August 19, 2019
https://issues.dlang.org/show_bug.cgi?id=20133

RazvanN <razvan.nitu1305@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305@gmail.com

--- Comment #1 from RazvanN <razvan.nitu1305@gmail.com> ---
Introduced by: https://github.com/dlang/dmd/pull/9071

--
October 27, 2021
https://issues.dlang.org/show_bug.cgi?id=20133

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@BorisCarvajal created dlang/dmd pull request #13228 "Fix Issue 20133 - [REG2.084.0] Bogus slice assignment in recursive CTFE call" fixing this issue:

- Fix Issue 20133 - [REG2.084.0] Bogus slice assignment in recursive CTFE call

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

--
October 27, 2021
https://issues.dlang.org/show_bug.cgi?id=20133

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 #13228 "Fix Issue 20133 - [REG2.084.0] Bogus slice assignment in recursive CTFE call" was merged into stable:

- 72087baef11a71d2c6f6ea9bde9885a860cb658c by Boris Carvajal:
  Fix Issue 20133 - [REG2.084.0] Bogus slice assignment in recursive CTFE call

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

--
November 08, 2021
https://issues.dlang.org/show_bug.cgi?id=20133

--- Comment #4 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13279 "Merge `stable` into `master`" was merged into master:

- 2d495c7c2073f7fb2234f81602dc9ec9af0c93b8 by Boris Carvajal:
  Fix Issue 20133 - [REG2.084.0] Bogus slice assignment in recursive CTFE call

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

--