-
Notifications
You must be signed in to change notification settings - Fork 5
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
Package is broken on LTS #40
Comments
I think we can just yank the v1.7 release with #38. I'm not sure why that gives Requires.jl issues but it seems to, and it's probably not worth spending more time on since the v1.10+ version simply removes Requires. So leaving the old v1.6 version to just always use Requires and v1.8 with it fully removed is a simple solution. |
ChrisRackauckas
added a commit
to JuliaRegistries/General
that referenced
this issue
Aug 11, 2024
ChrisRackauckas
added a commit
to JuliaRegistries/General
that referenced
this issue
Aug 11, 2024
thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The recent release v1.7 of this package does something fishy with Requires, and as a result it is broken on Julia LTS. This means that a ton of downstream packages are broken too, like ComponentArrays and DI's tests (see JuliaDiff/DifferentiationInterface.jl#409).
Since #39 dropped support for Julia LTS, v1.7 is the latest version of StaticArrayInterface that can be installed on LTS. Can we maybe get a fix backported there?
Ping @ChrisRackauckas @KristofferC
MWE:
The text was updated successfully, but these errors were encountered: