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

Precompilation error under julia v1.9.0-rc2 #175

Closed
JoshuaLampert opened this issue Apr 4, 2023 · 2 comments
Closed

Precompilation error under julia v1.9.0-rc2 #175

JoshuaLampert opened this issue Apr 4, 2023 · 2 comments

Comments

@JoshuaLampert
Copy link
Contributor

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}
[...]
@ranocha
Copy link
Owner

ranocha commented Apr 4, 2023

I filed an issue at the main Julia repo: JuliaLang/julia#49250

@JoshuaLampert
Copy link
Contributor Author

I can confirm that this is fixed under julia v1.9.0-rc3.

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

2 participants