-
Notifications
You must be signed in to change notification settings - Fork 728
Add builtin_list. #8856
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
Add builtin_list. #8856
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
6467f71 to
a77d840
Compare
61f9e59 to
06b3f65
Compare
a77d840 to
c8a3a3f
Compare
06b3f65 to
2549515
Compare
2549515 to
7b116ed
Compare
5c86abf to
0d31d63
Compare
|
with standalone_mode = false. Suggestion: |
|
with standalone_mode = false. Suggestion: |
0d31d63 to
b6e364f
Compare
|
Previously, ilyalesokhin-starkware wrote…
ignore, there was a here where local_exprs and output_builtin_vars got out of sync. See r2 <-> r3 |
|
Previously, ilyalesokhin-starkware wrote…
ignore, same a the comment bellow. |
b6e364f to
780abbc
Compare
7b116ed to
40a51c3
Compare
780abbc to
e272ceb
Compare
|
Why wasn't this needed before? Code quote: if !self.config.testing {
// Add a local variable for the output builtin
casm_build_extend!(self.ctx, localvar local;);
self.local_exprs.insert(BuiltinName::output, self.ctx.get_value(local, false));
} |
ilyalesokhin-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.
@ilyalesokhin-starkware resolved 2 discussions.
Reviewable status: 0 of 5 files reviewed, 1 unresolved discussion.
|
Previously, ilyalesokhin-starkware wrote…
ok, it's because of the change above. |
e272ceb to
ef85b99
Compare
ef85b99 to
72c755d
Compare
orizi
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.
@orizi reviewed 5 files and all commit messages, and made 1 comment.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @ilyalesokhin-starkware).
crates/cairo-lang-runnable-utils/src/builder.rs line 583 at r5 (raw file):
} for (name, var) in self.input_builtin_vars.iter() {
doc the loop.
72c755d to
8dd2786
Compare
ilyalesokhin-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.
@ilyalesokhin-starkware made 1 comment.
Reviewable status: 4 of 5 files reviewed, 1 unresolved discussion (waiting on @orizi).
crates/cairo-lang-runnable-utils/src/builder.rs line 583 at r5 (raw file):
Previously, orizi wrote…
doc the loop.
done,
decided to merge self.input_builtin_vars and self.output_builtin_vars in the process.
orizi
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.
@orizi reviewed 1 file and all commit messages, made 1 comment, and resolved 1 discussion.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @ilyalesokhin-starkware).
f32b0af to
2d97434
Compare
8dd2786 to
b661915
Compare
b661915 to
ebb3aec
Compare
2d97434 to
2196c9d
Compare
orizi
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.
@orizi reviewed 2 files and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @ilyalesokhin-starkware).
ebb3aec to
c968fb9
Compare
2196c9d to
5cf8c70
Compare
c968fb9 to
294c369
Compare
orizi
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.
@orizi reviewed 1 file and all commit messages, and made 1 comment.
Reviewable status:complete! all files reviewed, all discussions resolved (waiting on @ilyalesokhin-starkware).

No description provided.