Thread overview
[Issue 21319] DMD crashes on immutable circular reference
Oct 17, 2020
Basile-z
Feb 23, 2021
Dlang Bot
Mar 02, 2021
Dlang Bot
Mar 06, 2021
Dlang Bot
October 17, 2020
https://issues.dlang.org/show_bug.cgi?id=21319

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |ice
                 CC|                            |b2.temp@gmx.com
           Hardware|x86_64                      |All
                 OS|Windows                     |All
           Severity|minor                       |regression

--- Comment #1 from Basile-z <b2.temp@gmx.com> ---
regression

---
Up to      2.062  : Failure with output: onlineapp.d(5): Error: cannot evaluate
new C at compile time
2.063   to 2.064  : Failure with output: onlineapp.d(5): Error: cannot
implicitly convert expression (C()) of type onlineapp.C to immutable(C)
           2.065.0: Failure with output:
-----
onlineapp.d(5): Deprecation: variable onlineapp.C.c immutable field with
initializer should be static, __gshared, or an enum
onlineapp.d(5): Error: cannot implicitly convert expression (C()) of type
onlineapp.C to immutable(C)
-----

           2.066.0: Success with output: onlineapp.d(5): Deprecation: variable
onlineapp.C.c immutable field with initializer should be static, __gshared, or
an enum
Since      2.067.1: Segfault and no output
---

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

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

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

--- Comment #2 from Dlang Bot <dlang-bot@dlang.rocks> ---
@RazvanN7 created dlang/dmd pull request #12224 "Fix Issue 21319 - DMD crashes on immutable circular reference" fixing this issue:

- Fix Issue 21319 - DMD crashes on immutable circular reference

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

--
March 02, 2021
https://issues.dlang.org/show_bug.cgi?id=21319

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 #12224 "Fix Issue 21319 - DMD crashes on immutable circular reference" was merged into stable:

- 2c3a68f2ee405b8d63b0859a8a189e3661b5b893 by RazvanN7:
  Fix Issue 21319 - DMD crashes on immutable circular reference

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

--
March 06, 2021
https://issues.dlang.org/show_bug.cgi?id=21319

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

- 4ced6d06bd431613b3cacd54fd63036643be1aa6 by RazvanN7:
  Fix Issue 21319 - DMD crashes on immutable circular reference

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

--