-
Notifications
You must be signed in to change notification settings - Fork 11
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
chore: code to compilation file from gateway #344
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. Join @ArniStarkware and the rest of your teammates on Graphite |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## arni/declare/post_compilation/validation/trait_for_builtin_name #344 +/- ##
================================================================================================
Coverage 82.50% 82.50%
================================================================================================
Files 32 33 +1
Lines 1623 1623
Branches 1623 1623
================================================================================================
Hits 1339 1339
Misses 219 219
Partials 65 65 ☔ View full report in Codecov by Sentry. |
31fc7d7
to
99c0672
Compare
361094e
to
255fbad
Compare
99c0672
to
8169305
Compare
255fbad
to
ac80823
Compare
8169305
to
4733c8e
Compare
ac80823
to
afdd207
Compare
4733c8e
to
2546a4b
Compare
afdd207
to
e87b419
Compare
2546a4b
to
6a332d4
Compare
e87b419
to
c553217
Compare
6a332d4
to
0f229c0
Compare
0f229c0
to
93e2b1b
Compare
+reviewer:@Yael-Starkware |
This PR is (almost only) copy-past of code from one file to another. |
Moved to Code quote: pub type GatewayResult<T> = Result<T, GatewayError>; |
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 7 of 7 files at r1, all commit messages.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @ArniStarkware)
This change is