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

Strange error message on nightly test #224

Open
asinghvi17 opened this issue Oct 6, 2024 · 1 comment
Open

Strange error message on nightly test #224

asinghvi17 opened this issue Oct 6, 2024 · 1 comment

Comments

@asinghvi17
Copy link
Member


WARNING: Method definition ncoord(GeoInterface.MultiLineStringTrait, GeometryBasics.MultiLineString{N, T, Element, A} where A<:AbstractArray{Element, 1} where Element<:(GeometryBasics.LineString{N, T, P, V} where V<:(AbstractArray{var"#s11", 1} where var"#s11"<:GeometryBasics.Ngon{N, T, 2, P}) where P<:(GeometryBasics.AbstractPoint{Dim, T} where T where Dim)) where T<:Real) where {N} in module GeometryBasics at /Users/anshul/.julia/packages/GeometryBasics/ebXl0/src/geointerface.jl:66 overwritten at /Users/anshul/.julia/dev/GeometryOps/test/helpers.jl:15.
WARNING: Method definition geointerface_geomtype(GeoInterface.LineTrait) in module GeometryBasics at /Users/anshul/.julia/packages/GeometryBasics/ebXl0/src/geointerface.jl:27 overwritten at /Users/anshul/.julia/dev/GeometryOps/test/helpers.jl:23.
Internal error: during type inference of
apply(var"##Primitives#262".var"#7#8", Type, GeoInterface.Wrappers.Polygon{false, false, Array{GeoInterface.Wrappers.LinearRing{false, false, Array{Tuple{Int64, Int64}, 1}, Nothing, Nothing}, 1}, Nothing, Nothing})
Encountered unexpected error in runtime:
AssertionError(msg="irinterp is unable to handle heavy recursion")
collect_limitations! at ./compiler/ssair/irinterp.jl:4 [inlined]
from_interprocedural! at ./compiler/abstractinterpretation.jl:390 [inlined]
infercalls at ./compiler/abstractinterpretation.jl:204

when precompiling. But tests still pass.

@rafaqz
Copy link
Member

rafaqz commented Oct 6, 2024

I guess apply does "heavy recursion"?

But not that deep... Would be a shame if type stability broke, let's hope they will fix this

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