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

possibly incorrect Base.@assume_effects :consistent #69

Open
nsajko opened this issue Oct 13, 2024 · 0 comments
Open

possibly incorrect Base.@assume_effects :consistent #69

nsajko opened this issue Oct 13, 2024 · 0 comments

Comments

@nsajko
Copy link
Collaborator

nsajko commented Oct 13, 2024

I'm not sure if the Base.@assume_effects :consistent here is correct:

Base.@assume_effects :consistent function stripped_type_unchecked(
::Type{DenseArray}, ::Type{<:FixedSizeArray{<:Any,<:Any,V}},
) where {V}
U = stripped_type(DenseVector, V)
FixedSizeArray{E,N,U{E}} where {E,N}
end

xref JuliaLang/julia#54410 (comment)

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

No branches or pull requests

1 participant