This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Description
In Julia v0.6, there is the following error in precompilation
ERROR: LoadError: LoadError: invalid subtyping in definition of AbstractMesh
Stacktrace:
(...)
while loading /home/travis/.julia/v0.6/GeometryTypes/src/types.jl, in expression starting on line 9
This line is:
abstract AbstractMesh{VertT, FaceT} <: AbstractGeometry
The errors seems to be that AbstractGeometry has the parameters {N, T} an now in Julia v0.6, you cannot subtype a type without specifying all parameters.