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
We need to improve the way we import modules written in clever. For example, currently there is no way to use a CLV module without importing everything of this module to the global namespace. We could also add something like set_import_path(), so we could avoid of using import modules.std.logging.logger.*;.
The text was updated successfully, but these errors were encountered:
We need to improve the way we import modules written in clever. For example, currently there is no way to use a CLV module without importing everything of this module to the global namespace. We could also add something like
set_import_path()
, so we could avoid of usingimport modules.std.logging.logger.*;
.The text was updated successfully, but these errors were encountered: