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
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)?
The text was updated successfully, but these errors were encountered:
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.
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)?The text was updated successfully, but these errors were encountered: