Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: hydrate composite generic_args #72

Merged

Conversation

MartianGreed
Copy link
Contributor

No description provided.

Comment on lines +176 to +180
generic_args: comp
.generic_args
.into_iter()
.map(|(name, token)| (name, Self::hydrate(token, filtered)))
.collect(),
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah true, options are treated as generic at this point. Good catch.

@glihm glihm merged commit 54435a9 into cartridge-gg:main Nov 28, 2024
3 checks passed
@MartianGreed MartianGreed deleted the feat/composite-generic-hydration branch November 29, 2024 08:09
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.

2 participants