-
Notifications
You must be signed in to change notification settings - Fork 3
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
fix!: Use latest results extension spec #370
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #370 +/- ##
==========================================
- Coverage 91.42% 91.32% -0.10%
==========================================
Files 47 47
Lines 5249 5294 +45
==========================================
+ Hits 4799 4835 +36
- Misses 450 459 +9 ☔ View full report in Codecov by Sentry. |
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.
Some minor queries
assert isinstance(ty_arg, TypeArg) | ||
assert isinstance(len_arg, ConstArg) |
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.
can these asserts result in unhelpful errors?
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.
No, failing asserts would be a compiler bug since you shouldn't be able to construct an array type with invalid args
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.
LGTM
🤖 I have created a release *beep* *boop* --- ## [0.9.0](v0.8.1...v0.9.0) (2024-08-12) ### ⚠ BREAKING CHANGES * ### Bug Fixes * Use latest results extension spec ([#370](#370)) ([d9cc8d2](d9cc8d2)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Fixes #369 and fixes #365.
Make Guppy conform with the latest results spec introduced in CQCL/tket2#494
BREAKING CHANGE: