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
On a more general note, the lively.modules right now fails silently when certain exports of a module do not exist. I think we can do better than that, by:
Do log a warning if there are imports that could not be satisfied.
Give some hints about wether or not the import approach is doomed to begin with, i.e. some packages simply expose all of their entities via a default export.
On a more general note, the
lively.modules
right now fails silently when certain exports of a module do not exist. I think we can do better than that, by:Originally posted by @merryman in #592 (comment)
The text was updated successfully, but these errors were encountered: