-
Notifications
You must be signed in to change notification settings - Fork 0
[WIP] v0.3 refactor #28
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
base: main
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #28 +/- ##
==========================================
- Coverage 72.89% 71.50% -1.40%
==========================================
Files 9 8 -1
Lines 321 200 -121
==========================================
- Hits 234 143 -91
+ Misses 87 57 -30
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
I've added some more changes, and I'm happy to report that I think I at least fixed some of the linenumber problems (although not all of them, I've noticed...). One interesting problem I ran into: I can't have |
Great!
Exporting |
This is a rather large refactor that aims to resolve some inconveniences.
AbstractArrayInterface
is now no longer opinionatedAbstractArrayOps
is now no longer supported and we require more explicit usage of@derive
It is built on top of #18 so that one should be merged first.
To do