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

avoid constructing Vector{Tuple{Type{...},Type{...}}} #10

Merged
merged 1 commit into from
May 3, 2022

Conversation

aviatesk
Copy link
Contributor

This commit adapts to the incoming upstream change of the Julia compiler.
More specifically this change is necessary after JuliaLang/julia#44725,
which fixes an internal bug of the compiler, which in turn makes the test
suite of SquidGame fail without this change (if you're interested, please
see JuliaLang/julia#44725 (comment)).

This commit adapts to the incoming upstream change of the Julia compiler.
More specifically this change is necessary after JuliaLang/julia#44725,
which fixes an internal bug of the compiler, which in turn makes the test
suite of SquidGame fail without this change (if you're interested, please
see <JuliaLang/julia#44725 (comment)>).
@andrewrosemberg andrewrosemberg merged commit edd0bb4 into andrewrosemberg:main May 3, 2022
@andrewrosemberg
Copy link
Owner

Thank you! Looks good to me!

@aviatesk aviatesk deleted the avi/44725 branch May 4, 2022 23:17
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