Skip to content

Conversation

tchajed
Copy link
Contributor

@tchajed tchajed commented Oct 3, 2025

Fixes #141

I wanted to support and test type JustStructRecursion Box[JustStructRecursion], but it turns out that we don't handle a named type whose body requires a call to a generic type: even type Foo Box[uint64] is handled incorrectly.

@tchajed
Copy link
Contributor Author

tchajed commented Oct 3, 2025

Turns out this doesn't work, but only because of other bugs. Let's fix this on top of @upamanyus upcoming generics overhaul.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Support recursive structs with generics indirection

1 participant