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

Supress warning regarding "empty" redefinition #12

Closed
juliohm opened this issue Feb 10, 2020 · 1 comment · Fixed by #13
Closed

Supress warning regarding "empty" redefinition #12

juliohm opened this issue Feb 10, 2020 · 1 comment · Fixed by #13

Comments

@juliohm
Copy link
Contributor

juliohm commented Feb 10, 2020

WARNING: both CSSUtil and Base export "empty"; uses of it in module Interact must be qualified

Maybe this name shouldn't be exported, or alternatively it could be extended after a import Base: empty. Would it be possible to fix this warning in interactive sessions (e.g. Jupyter)?

@juliohm
Copy link
Contributor Author

juliohm commented Feb 28, 2020

Can you please fix this? It is forcing people to write Base.empty explicitly. If CSSUtil defines and empty function, it should be imported from Base for a new method, and not exported.

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

Successfully merging a pull request may close this issue.

1 participant