-
-
Notifications
You must be signed in to change notification settings - Fork 41
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 conversion of quint indices operator #2510
Conversation
c3a3b1c
to
1ae5754
Compare
I've tested this in quint integration tests to ensure the logic is correct too. |
Codecov Report
@@ Coverage Diff @@
## main #2510 +/- ##
==========================================
- Coverage 78.48% 78.48% -0.01%
==========================================
Files 441 441
Lines 15484 15493 +9
Branches 2498 2486 -12
==========================================
+ Hits 12152 12159 +7
- Misses 3332 3334 +2
... and 3 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
Found a bug with empty lists. addressing now. |
I was forgetting to special case construction of empty lists.
Fixed empty lists. |
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
Thanks! |
Closes #2509
Since quint lists are 0-indexed, we need to adjust the indices produced by
DOMAIN
.make fmt-fix
(or had formatting run automatically on all files edited)./unreleased/
for any new functionality