You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In 1d770a1 the const annotation was removed to support older julia versions. But Meshes.jl now requires julia v1.9, therefore the annotations could be added back. The question is, if there's any reason not to do it?
In 1d770a1 the
constannotation was removed to support older julia versions. But Meshes.jl now requires julia v1.9, therefore the annotations could be added back. The question is, if there's any reason not to do it?