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

ensure jl_compilation_sig does not narrow Vararg #48152

Merged
merged 2 commits into from
Jan 9, 2023
Merged

ensure jl_compilation_sig does not narrow Vararg #48152

merged 2 commits into from
Jan 9, 2023

Conversation

vtjnash
Copy link
Sponsor Member

@vtjnash vtjnash commented Jan 6, 2023

Some code cleanup, and an early exit path that avoids trying to create a compilation signature from something that cannot be turned into one. Previously we might try a little too hard to make one, even if it meant we ignored that it was expected to be Varargs.

Fix #48085

Some code cleanup, and an early exit path that avoids trying to create a
compilation signature from something that cannot be turned into one.
Previously we might try a little too hard to make one, even if it meant
we ignored that it was expected to be Varargs.

Fix #48085
@vtjnash vtjnash added the backport 1.9 Change should be backported to release-1.9 label Jan 6, 2023
@vtjnash vtjnash merged commit 45c81b1 into master Jan 9, 2023
@vtjnash vtjnash deleted the jn/48085 branch January 9, 2023 18:37
KristofferC pushed a commit that referenced this pull request Jan 10, 2023
Some code cleanup, and an early exit path that avoids trying to create a
compilation signature from something that cannot be turned into one.
Previously we might try a little too hard to make one, even if it meant
we ignored that it was expected to be Varargs.

Fix #48085

(cherry picked from commit 45c81b1)
@KristofferC KristofferC mentioned this pull request Jan 10, 2023
41 tasks
@KristofferC KristofferC removed the backport 1.9 Change should be backported to release-1.9 label Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants