Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix module_functions(m::Module) to skip names that aren't defined #5

Merged
merged 2 commits into from
Sep 28, 2020

Conversation

NHDaly
Copy link
Owner

@NHDaly NHDaly commented Sep 28, 2020

Fixes module_functions(m::Module) when iterating all names(m,all=true) to skip names that aren't defined. I'm not exactly sure why that can return names that aren't defined, but it can and it does.

@NHDaly NHDaly added the bug Something isn't working label Sep 28, 2020
@NHDaly NHDaly merged commit 2b37f35 into master Sep 28, 2020
@NHDaly NHDaly deleted the module_functions-catch-exceptions branch September 28, 2020 15:07
NHDaly added a commit that referenced this pull request Sep 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant