-
Notifications
You must be signed in to change notification settings - Fork 38
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
using EltypeExtensions: elconvert #352
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #352 +/- ##
==========================================
- Coverage 99.91% 99.48% -0.44%
==========================================
Files 8 8
Lines 1147 1154 +7
==========================================
+ Hits 1146 1148 +2
- Misses 1 6 +5 ☔ View full report in Codecov by Sentry. |
Can you add a description to ElTypeExtensions.jl README? |
done. |
@dlfivefifty can you merge this? |
I think this is fine but perhaps we should move EltypeExtensions.jl to JuliaArrays first? It's better for it to be a community developed pacakge. |
I think |
This is true.
but this solution doesn't seem great. EltypeExtensions supports all kinds of collections, for example, it could be used for DomainSets. |
Updated to [email protected] |
The goal is to let multiple packages (FillArrays, QuasiArrays, LazyArrays, etc.) use the same
elconvert
while not having to depend on each other.