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 #40336, limit single-level nested Type signature #40341

Closed
wants to merge 1 commit into from

Conversation

aviatesk
Copy link
Member

@aviatesk aviatesk commented Apr 4, 2021

Previously type_more_complex returns false for Type{Type{...}}
compared against Type{...}. AFAIU this should return true, and
the change will fix #40336.

Previously `type_more_complex` returns `false` for `Type{Type{...}}`
compared against `Type{...}`. AFAIU this should return `true`, and
the change will fix JuliaLang#40336.
@aviatesk
Copy link
Member Author

aviatesk commented Apr 9, 2021

close in favor of #40379

@aviatesk aviatesk closed this Apr 9, 2021
@aviatesk aviatesk deleted the fix40336 branch April 9, 2021 01:45
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.

limit_type_size failure for Type{Type{..}}
1 participant