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

[wip] drop 0.4 + fixes for 0.6 #79

Closed
wants to merge 2 commits into from

Conversation

CarloLucibello
Copy link

@SimonDanisch tests are passing on 0.5, but not on 0.6, probably because FixedSizeArrays has not been updated yet.

A minor problem
slice has been removed from base in favour of view. Do you want to keep that name?

A major one

abstract GeometryTypes.AbstractMesh{VertT,FaceT} <: GeometryTypes.GeometryPrimitive

is not allowed anymore, you cannot inherit from a union. For the time being I removed the inheritance. An option would be to add another layer of (unparametrized) abstraction above GeometryPrimitive. You can carry on from here if you want or give me some direction.

Cheers,
Carlo

@SimonDanisch
Copy link
Member

Thanks! I will try to fix the remaining errors on the branch #80

SimonDanisch added a commit that referenced this pull request Apr 6, 2017
@SimonDanisch
Copy link
Member

#80 seems to be passing with your changes, so I'll close this for now :)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants