-
Notifications
You must be signed in to change notification settings - Fork 23
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 bug 407 #408
Fix bug 407 #408
Conversation
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.
makes sense. Now array objects have ref and size as fields.
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #408 +/- ##
==========================================
+ Coverage 77.63% 77.65% +0.02%
==========================================
Files 69 69
Lines 5481 5474 -7
==========================================
- Hits 4255 4251 -4
+ Misses 1226 1223 -3
Flags with carried forward coverage won't be shown. Click here to find out more.
|
@GabrielKS is it expected that this breaks PSY? |
No, that was not expected (though strictly speaking it is only breaking the PSY tests…). I'll get into it. |
Okay, yesterday evening's implementation was fundamentally wrongheaded. We do need a special case for |
See bug #407 for a detailed description of the issue. This implements the proposed fix from that bug report, i.e., adds a special case for
AbstractArray
. I couldn't resist a bit more cleanup of now-redundant code as well.