JuliaGeometry / GeometryTypes.jl

Geometry types for Julia
Other
67 stars 41 forks source link

Deprecated syntax in meshes.jl #118

Closed CrashBurnRepeat closed 6 years ago

CrashBurnRepeat commented 6 years ago

In investigating a deprecation warning in another package (GLVisualize.jl) I realized the deprecation was actually in GeometryTypes.jl. To see the original issue and its traceback to GeometryTypes.jl, please see here.

The deprecated syntax arises because map! now expects a call of the format map!(function, destination, collection...) instead of (if I'm understanding correctly) map!(function, collection...)