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

Fix generic aliases #1083

Merged
merged 1 commit into from
Oct 3, 2024
Merged

Fix generic aliases #1083

merged 1 commit into from
Oct 3, 2024

Conversation

juhaku
Copy link
Owner

@juhaku juhaku commented Oct 3, 2024

Fix aliases support for generic container types like Option<T> and Vec<T>. Previously if alias was used within container type it was not recognized and the TypeTree was resolved incorrectly.

Fixes #1057

Fix aliases support for generic container types like `Option<T>` and
`Vec<T>`. Previously if alias was used within container type it was not
recognized and the `TypeTree` was resolved incorrectly.

Fixes #1057
@juhaku juhaku force-pushed the fix-generic-aliases branch from af56f45 to 6ac210f Compare October 3, 2024 16:14
@juhaku juhaku merged commit d5e722a into master Oct 3, 2024
22 checks passed
@juhaku juhaku deleted the fix-generic-aliases branch October 3, 2024 16:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Released
Development

Successfully merging this pull request may close these issues.

The new global config type aliases do not work well on Option<> types
1 participant