We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
With julia v1.9.0-rc2 I get the following error during precompilation:
ERROR: LoadError: MethodError: no method matching convolve_interior_coefficients!(::Vector{Float64}, ::StaticArraysCore.SVector{1, Float64}, ::Float64, ::StaticArraysCore.SVector{1, Float64}, ::Vector{Float64}, ::Float64, ::Int64, ::Int64, ::SummationByPartsOperators.FastMode) Closest candidates are: convolve_interior_coefficients!(::AbstractVector, ::StaticArraysCore.SVector{LowerOffset}, ::Any, ::StaticArraysCore.SVector{UpperOffset}, ::AbstractVector, ::Any, ::Any, ::Static.StaticInt{left_boundary_width}, ::Static.StaticInt{right_boundary_width}, ::Any) where {LowerOffset, UpperOffset, left_boundary_width, right_boundary_width} [...]
The text was updated successfully, but these errors were encountered:
I filed an issue at the main Julia repo: JuliaLang/julia#49250
Sorry, something went wrong.
I can confirm that this is fixed under julia v1.9.0-rc3.
No branches or pull requests
With julia v1.9.0-rc2 I get the following error during precompilation:
The text was updated successfully, but these errors were encountered: