Thread overview
[Issue 22860] `Error: unknown` with mutually recursive and nested SumType
Mar 18, 2022
Dlang Bot
Mar 18, 2022
Iain Buclaw
Mar 18, 2022
Dlang Bot
Mar 27, 2022
Dlang Bot
March 18, 2022
https://issues.dlang.org/show_bug.cgi?id=22860

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

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

--- Comment #1 from Dlang Bot <dlang-bot@dlang.rocks> ---
@ibuclaw updated dlang/dmd pull request #13839 "fix Issue 22859 - Error: forward reference of variable 'isAssignable' for mutually recursed 'allSatisfy'" fixing this issue:

- fix Issue 22860 - 'Error: unknown' with mutually recursive and nested SumType

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

--
March 18, 2022
https://issues.dlang.org/show_bug.cgi?id=22860

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw@gdcproject.org
          Component|phobos                      |dmd
           Hardware|x86_64                      |All
                 OS|Windows                     |All

--
March 18, 2022
https://issues.dlang.org/show_bug.cgi?id=22860

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 #13839 "fix Issue 22859 - Error: forward reference of variable 'isAssignable' for mutually recursed 'allSatisfy'" was merged into stable:

- 4bbb338308245de1755b67c5e28d95a251504061 by Iain Buclaw:
  fix Issue 22860 - 'Error: unknown' with mutually recursive and nested SumType

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

--
March 27, 2022
https://issues.dlang.org/show_bug.cgi?id=22860

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

- 2a215e0c3693cbfa50c43515459571b163c1bad1 by Iain Buclaw:
  fix Issue 22860 - 'Error: unknown' with mutually recursive and nested SumType

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

--