Thread overview
[Issue 21414] Spurious "non-constant expression" error with immutable constructors
Nov 25, 2021
Dlang Bot
Nov 26, 2021
Dlang Bot
Dec 14, 2021
Dlang Bot
November 25, 2021
https://issues.dlang.org/show_bug.cgi?id=21414

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 #13358 "Fix Issue 21414 - Spurious non-constant expression error with immutable constructors" fixing this issue:

- Fix Issue 21414 - Spurious non-constant expression error with immutable constructors

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

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

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 #13358 "Fix Issue 21414 - Spurious `non-constant` expression error with immutable constructors" was merged into stable:

- 3e1dd9762af33aa2f5be71a1c3cee1ac0602a5a3 by RazvanN7:
  Fix Issue 21414 - Spurious non-constant expression error with immutable
constructors

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

--
December 14, 2021
https://issues.dlang.org/show_bug.cgi?id=21414

--- Comment #3 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #13421 "merge stable" was merged into master:

- 473f409206cb98c753e9baa6ec55c3bcb127c7d2 by Razvan Nitu:
  Fix Issue 21414 - Spurious non-constant expression error with immutable
constructors (#13358)

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

--