April 04, 2021
https://issues.dlang.org/show_bug.cgi?id=21797

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@MoonlightSentinel created dlang/dmd pull request #12371 "Fix 21797 - Stack overflow for forward-referenced enum min / max" fixing this issue:

- Fix 21797 - Stack overflow for forward-referenced enum min / max

  Apply the fix for `.init` to `.min` / `.max`.
  See 54805374b0043a38c50f1ea13412004901e5797d

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

--
April 04, 2021
https://issues.dlang.org/show_bug.cgi?id=21797

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 #12371 "Fix 21797 - Stack overflow for forward-referenced enum min / max" was merged into master:

- 2ae90b863befa78b2479aedebc2db9941e67c231 by MoonlightSentinel:
  Fix 21797 - Stack overflow for forward-referenced enum min / max

  Apply the fix for `.init` to `.min` / `.max`.
  See 54805374b0043a38c50f1ea13412004901e5797d

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

--