-
Notifications
You must be signed in to change notification settings - Fork 2
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
Write to output when no casm_output_path provided #4
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.
I think it should stay as required, I don't really see a use case for that (simple debugging is easier when you have the sierra in the file too imo)
@piotmag769 if you want to omit writing file to the hard drive it's really useful since you would just call the binary in other process and read from stdout instead of performing read and write from disk (which is much more expensive) |
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.
Actually we should e2e test this somehow (match the output against a regex?)
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.
Ignore my last review lol i didn't notice the test
# Conflicts: # Cargo.toml # tests/data/wrong_sierra.json # tests/e2e.rs
No description provided.