-
Notifications
You must be signed in to change notification settings - Fork 24
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
[Types] Add recursive wiring key ordering check #1317
Conversation
Fixes #1316 Ensures that recursive types check tuple key ordering
Codecov ReportPatch coverage:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #1317 +/- ##
==========================================
- Coverage 85.94% 85.94% -0.01%
==========================================
Files 169 169
Lines 17727 17732 +5
==========================================
+ Hits 15236 15240 +4
- Misses 2491 2492 +1
☔ 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.
Looks good modulo magma_type comment for is_bindable
Fixes #1316
Ensures that recursive types check tuple key ordering