JuliaGeometry / TetGen.jl

Julia's TetGen wrapper
MIT License
42 stars 9 forks source link

Package fails to load #15

Closed eschnett closed 4 years ago

eschnett commented 4 years ago

I see this error when using TetGen:

ERROR: LoadError: UndefVarError: hascolumn not defined
Stacktrace:
 [1] include(::Function, ::Module, ::String) at ./Base.jl:380
 [2] include(::Module, ::String) at ./Base.jl:368
 [3] top-level scope at none:2
 [4] eval at ./boot.jl:331 [inlined]
 [5] eval(::Expr) at ./client.jl:467
 [6] top-level scope at ./none:3
in expression starting at /Users/eschnett/.julia/packages/TetGen/0qqtz/src/TetGen.jl:5
ERROR: LoadError: Failed to precompile TetGen [c5d3f3f7-f850-59f6-8a2e-ffc6dc1317ea] to /Users/eschnett/.julia/compiled/v1.5/TetGen/M9G11_8kmuz.ji.
Stacktrace:
 [1] error(::String) at ./error.jl:33
 [2] compilecache(::Base.PkgId, ::String) at ./loading.jl:1290
 [3] _require(::Base.PkgId) at ./loading.jl:1030
 [4] require(::Base.PkgId) at ./loading.jl:928
 [5] require(::Module, ::Symbol) at ./loading.jl:923
 [6] include(::String) at ./client.jl:457
 [7] top-level scope at none:6
in expression starting at /Users/eschnett/.julia/packages/TetGen/0qqtz/test/runtests.jl:1
ERROR: Package TetGen errored during testing

I think that hascolumn is supposed to come from GeometryBasics. Maybe that package changed?

SimonDanisch commented 4 years ago

Oh, let me merge: https://github.com/JuliaGeometry/TetGen.jl/pull/14