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

names exported but not defined #122

Open
goretkin opened this issue Nov 30, 2017 · 0 comments
Open

names exported but not defined #122

goretkin opened this issue Nov 30, 2017 · 0 comments

Comments

@goretkin
Copy link
Contributor

julia> undefined_names(mod) = filter(s->!isdefined(mod, s), names(mod, false, true))
undefined_names (generic function with 1 method)

julia> undefined_names(GeometryTypes)
2-element Array{Symbol,1}:
 :isoutside  
 :triangulate

(I see that triangulate was deprecated once, but I didn't ever see isoutside defined)

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

No branches or pull requests

1 participant