-
Notifications
You must be signed in to change notification settings - Fork 9
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
derive subcomponentinput #260
Conversation
50df822
to
baffd30
Compare
Merge loops. Suggestion: let v = Vec::with_capacity(capacity);
v.set_len(capacity);
v |
in the compiler repo we are using Code quote: if let Data::Struct(data_struct) = &input.data { |
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.
Reviewed 35 of 38 files at r1, all commit messages.
Reviewable status: 35 of 38 files reviewed, 2 unresolved discussions (waiting on @ohad-starkware)
stwo_cairo_prover/crates/air_structs_derive/src/lib.rs
line 36 at r1 (raw file):
Previously, ilyalesokhin-starkware wrote…
in the compiler repo we are using
https://docs.rs/syn/latest/syn/
my main worry is that you have silent parsing errors here.
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: 35 of 38 files reviewed, 2 unresolved discussions (waiting on @ilyalesokhin-starkware)
stwo_cairo_prover/crates/air_structs_derive/src/lib.rs
line 99 at r1 (raw file):
Previously, ilyalesokhin-starkware wrote…
Merge loops.
Done.
9a12c17
to
5b7c782
Compare
5b7c782
to
cee8b86
Compare
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: 33 of 38 files reviewed, 1 unresolved discussion (waiting on @ohad-starkware)
stwo_cairo_prover/crates/air_structs_derive/src/lib.rs
line 99 at r1 (raw file):
Previously, ohad-starkware (Ohad) wrote…
Done.
I don't see it.
cee8b86
to
0adc6bd
Compare
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: 33 of 38 files reviewed, 1 unresolved discussion (waiting on @ilyalesokhin-starkware and @ohad-starkware)
stwo_cairo_prover/crates/air_structs_derive/src/lib.rs
line 99 at r1 (raw file):
Previously, ilyalesokhin-starkware wrote…
I don't see it.
oh the expanded function right
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.
Reviewed 2 of 38 files at r1, 2 of 3 files at r2, 1 of 1 files at r5.
Reviewable status: all files reviewed (commit messages unreviewed), all discussions resolved (waiting on @ohad-starkware)
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.
@Alon-Ti ptal
Reviewable status: all files reviewed (commit messages unreviewed), all discussions resolved (waiting on @ohad-starkware)
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.
Reviewed 35 of 38 files at r1, 2 of 3 files at r2, 1 of 1 files at r5, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @ohad-starkware)
This change is