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
{{ message }}
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.
Hello, it seems that instantiating a module within an object or another module confuses Ivy regarding what actions should be exported.
For example, in doc/example/leader_tutorial.ivy, ivy_show isolate=leader ... reveals that node.next and node.prev are exported actions of the leader isolate. I don't think this should be the case, as those are implemented in node.iso.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello, it seems that instantiating a module within an object or another module confuses Ivy regarding what actions should be exported.
For example, in
doc/example/leader_tutorial.ivy
,ivy_show isolate=leader ...
reveals that node.next and node.prev are exported actions of the leader isolate. I don't think this should be the case, as those are implemented in node.iso.The text was updated successfully, but these errors were encountered: