-
Notifications
You must be signed in to change notification settings - Fork 4
Add build_function_implicit_args helper #297
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
base: main
Are you sure you want to change the base?
Conversation
aea8c20 to
ca804ce
Compare
OmriEshhar1
left a comment
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.
@OmriEshhar1 reviewed 3 files and all commit messages, and made 3 comments.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @naor-starkware).
a discussion (no related file):
fix conflicts and failed tests
a discussion (no related file):
please get @YairVaknin-starkware (or someone else that knows this code) review it.
crates/cairo-program-runner/src/bin/cairo_program_runner/main.rs line 16 at r2 (raw file):
use cairo_vm::vm::errors::cairo_run_errors::CairoRunError; use clap::Parser; use tempfile::NamedTempFile;
revert changes in this file (add / remove empty lines).
OmriEshhar1
left a comment
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.
@OmriEshhar1 made 1 comment.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @naor-starkware).
crates/cairo-program-runner-lib/src/utils.rs line 136 at r2 (raw file):
Ok(()) } // Builds the implicit arguments (builtin pointers, syscall_ptr) for a specific Cairo function
add empty line above
and add missing / at the beginning of the line
OmriEshhar1
left a comment
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.
Reviewable status: all files reviewed, 4 unresolved discussions (waiting on @naor-starkware and @YairVaknin-starkware).
ca804ce to
152d687
Compare
naor-starkware
left a comment
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.
@naor-starkware made 2 comments.
Reviewable status: 1 of 3 files reviewed, 4 unresolved discussions (waiting on @OmriEshhar1 and @YairVaknin-starkware).
crates/cairo-program-runner/src/bin/cairo_program_runner/main.rs line 16 at r2 (raw file):
Previously, OmriEshhar1 wrote…
revert changes in this file (add / remove empty lines).
Done.
crates/cairo-program-runner-lib/src/utils.rs line 136 at r2 (raw file):
Previously, OmriEshhar1 wrote…
add empty line above
and add missing / at the beginning of the line
Done.
OmriEshhar1
left a comment
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.
@OmriEshhar1 reviewed 2 files and all commit messages, and made 2 comments.
Reviewable status: all files reviewed, 4 unresolved discussions (waiting on @naor-starkware and @YairVaknin-starkware).
crates/cairo-program-runner/src/bin/cairo_program_runner/main.rs line 16 at r2 (raw file):
Previously, naor-starkware wrote…
Done.
there's still a diff (add empty line above parse_bool() function)
crates/cairo-program-runner-lib/src/utils.rs line 136 at r2 (raw file):
Previously, naor-starkware wrote…
Done.
there's still a missing / (the first line of the documentation should start with ///, not //).
e3657b6 to
cdab88e
Compare
OmriEshhar1
left a comment
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.
@OmriEshhar1 reviewed 2 files and all commit messages, and resolved 1 discussion.
Reviewable status: all files reviewed, 3 unresolved discussions (waiting on @naor-starkware and @YairVaknin-starkware).
OmriEshhar1
left a comment
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.
@OmriEshhar1 resolved 1 discussion.
Reviewable status: all files reviewed, 2 unresolved discussions (waiting on @naor-starkware and @YairVaknin-starkware).
Type
Description
Breaking changes?
This change is