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

bump the minimum supported Julia version to 1.10 (LTS) #654

Merged
merged 7 commits into from
Nov 21, 2024

Conversation

aviatesk
Copy link
Member

Maintaining this package that closely depends on Julia internals across multiple Julia versions is very cumbersome. Now that the LTS has been updated to 1.10, let's drop compatibility with earlier versions and simplify the code.

Maintaining this package that closely depends on Julia internals across
multiple Julia versions is very cumbersome. Now that the LTS has been
updated to 1.10, let's drop compatibility with earlier versions and
simplify the code.
Copy link
Collaborator

@simeonschaub simeonschaub left a comment

Choose a reason for hiding this comment

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

Overall SGTM, just some comments

src/builtins.jl Outdated Show resolved Hide resolved
src/builtins.jl Outdated Show resolved Hide resolved
else
return Some{Any}(Core.get_binding_type(getargs(args, frame)...))
end
return Some{Any}(Core.get_binding_type(getargs(args, frame)...))
Copy link
Collaborator

Choose a reason for hiding this comment

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

I thought splatting here was bad for inference, which is why n == 2 was special cased before?

Copy link
Member Author

Choose a reason for hiding this comment

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

Now the compiler has the special casings for these builtin functions and it doesn't register any tfuncs for them. Maybe we can recover tfuncs that are simplified version of the special cases.

Project.toml Outdated Show resolved Hide resolved
@aviatesk aviatesk merged commit cc89e74 into master Nov 21, 2024
6 of 10 checks passed
@aviatesk aviatesk deleted the avi/bump-Julia-1.10 branch November 21, 2024 13:32
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.

3 participants