Skip to content

specialize last #25

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

Merged
merged 1 commit into from
Apr 12, 2025
Merged

specialize last #25

merged 1 commit into from
Apr 12, 2025

Conversation

nsajko
Copy link
Collaborator

@nsajko nsajko commented Apr 12, 2025

Fixes #22

@nsajko
Copy link
Collaborator Author

nsajko commented Apr 12, 2025

julia> Base.infer_effects(last, Tuple{BoxConst{Float32}})
(+c,+e,+n,+t,+s,+m,+i)

julia> Base.infer_effects(last, Tuple{Box{Float32}})
(!c,+e,+n,+t,+s,?m,+i)

@nsajko nsajko merged commit 2bd8fb8 into JuliaArrays:main Apr 12, 2025
2 checks passed
@nsajko nsajko deleted the last branch April 12, 2025 09:24
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.

specialize last
1 participant