-
Notifications
You must be signed in to change notification settings - Fork 27
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
[breaking] refactor linear solver loading to use Pkg extensions #286
Conversation
@odow looks rather good, no more requires, init etc, much cleaner; I'd suggest however to wait with this until the a new LTS is released which does support extensions. In some sense the current situation, while not optimal just works, and I don't feel like putting more burden of maintaining two incompatible versions of SCS.jl |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #286 +/- ##
==========================================
- Coverage 90.35% 87.87% -2.48%
==========================================
Files 8 8
Lines 425 429 +4
==========================================
- Hits 384 377 -7
- Misses 41 52 +11 ☔ View full report in Codecov by Sentry. |
@kalmarek I'm trying to sort it so that we support We'll still have to do a breaking change to the use package loading, but that's okay. When 1.9 becomes the LTS, we can drop the requires part. |
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 great!
cc @blegat you should take a look at this. Nominally it's a breaking change, but it affects only the lazy loading of the MKL and GPU solvers. |
Great work, it's much cleaner now |
This is a WIP PR to flesh out what a refactored SCS.jl would look like if we used package extensions.
CI will be broken until at least