January 20, 2023
https://issues.dlang.org/show_bug.cgi?id=23598

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|Another nasty forward       |Circular reference bug with
                   |reference bug               |static if and eponymous
                   |                            |templates

--
January 20, 2023
https://issues.dlang.org/show_bug.cgi?id=23598

--- Comment #10 from Dlang Bot <dlang-bot@dlang.rocks> ---
@WalterBright created dlang/dmd pull request #14838 "fix Issue 23598 - Circular reference bug with static if and eponymous…" fixing this issue:

- fix Issue 23598 - Circular reference bug with static if and eponymous templates

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

--
January 20, 2023
https://issues.dlang.org/show_bug.cgi?id=23598

--- Comment #11 from Walter Bright <bugzilla@digitalmars.com> ---
Circular references that depend on the arms of a `static if` are always a likely source of chicken-egg problems.

--
January 21, 2023
https://issues.dlang.org/show_bug.cgi?id=23598

Max Samukha <maxsamukha@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=23646

--
January 23, 2023
https://issues.dlang.org/show_bug.cgi?id=23598

Walter Bright <bugzilla@digitalmars.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|                            |https://issues.dlang.org/sh
                   |                            |ow_bug.cgi?id=23651

--
January 26, 2023
https://issues.dlang.org/show_bug.cgi?id=23598

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

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

--- Comment #12 from Dlang Bot <dlang-bot@dlang.rocks> ---
dlang/dmd pull request #14838 "fix Issue 23598 - Circular reference bug with static if and eponymous…" was merged into master:

- 9295ea950c3b1badc8662aff40b3ce868ff142cf by Walter Bright:
  fix Issue 23598 - Circular reference bug with static if and eponymous
templates

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

--
1 2
Next ›   Last »