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

Invalid subtyping in definition of AbstractMesh #77

Closed
@blegat

Description

@blegat

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions