-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat(starknet_sierra_compile_types): add crate #3245
feat(starknet_sierra_compile_types): add crate #3245
Conversation
Artifacts upload workflows: |
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 1 of 5 files at r1.
Reviewable status: 1 of 5 files reviewed, all discussions resolved (waiting on @noamsp-starkware and @ShahakShama)
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 4 of 5 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @noamsp-starkware and @ShahakShama)
d4dbf17
to
871869b
Compare
Benchmark movements: full_committer_flow performance regressed! |
This is the `_types` crate for the compiler component that the class manager will use (a thin functional wrapper will wrap the existing compiler code in `starknet_sierra_compile` crate, thus will be added there. This is the reason the non-`_types` crate already exists.
871869b
to
0e4a6de
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.
Reviewed 2 of 3 files at r2, 1 of 1 files at r3, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @noamsp-starkware and @ShahakShama)
This is the
_types
crate for the compiler component that the class manager will use (a thin functional wrapper will wrap the existing compiler code instarknet_sierra_compile
crate, thus will be added there. This is the reason the non-_types
crate already exists.