-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Import to Tape #50
Import to Tape #50
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good. Some minor nitpicks, but the one comment I had on the core of this PR was the approach to handling "missing rules" with load_node!
. I think it's possible to do this with a default dispatch that returns missing
, and it would be a more "Julian" approach.
Co-authored-by: Kyle Daruwalla <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good, we can tackle some of the other suggestions in future PRs!
@ayush-1506 Since the codebase has changed significantly, would it make sense to grant write access to FluxML committers on this repo who are tracking this work (@ToucheSir and myself)? |
@darsnack Yes, unfortunately I don't have the required rights to grant write access to others. Tagging @DhairyaLGandhi here. |
Will do so. |
@DhairyaLGandhi Bump |
Done |
See the discussion in #49