-
Notifications
You must be signed in to change notification settings - Fork 10
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
Tuples! #94
Tuples! #94
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.
First pass!
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.
More comments. Also waiting on tests in from_relay
, when you get the chance!
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.
Some more comments! Nearly there. These comments are mostly about tests.
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.
I'll merge this once I make sure the tests pass! Thanks so much for all of your hard work!!
@hypercubestart hmm...any idea where this new error would be coming from? https://github.com/gussmith23/glenside/pull/94/checks?check_run_id=1866343438 It seems pretty dumb...it seems like somehow this line is running, even though the path already exists. It's really odd to me that only a single test is failing with this error, too. |
@gussmith23 ah I think i ran into that before, and rerunning the tests worked |
🤞 hope so! i already reran them once, didn't work D: |
Included in this PR:
fn create_worklist
infrom_relay/mod.rs
to efficiently parse larger programsrun_relay.py
to allow tuple output