Skip to content
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

Increase version of StaticArrays in why tests #4077

Merged
merged 1 commit into from
Dec 2, 2024

Conversation

fhagemann
Copy link
Contributor

StaticArrays@1.5.0 errors on julia-1.11 and so does StaticArrays@≤1.5.16 (JuliaRegistries/General#86950 (comment))
I tried to restrict StaticArrays@≤1.5.16 to julia-1.10 in the General Julia Registry in JuliaRegistries/General#116935, but my PR was reverted in JuliaRegistries/General#117626 due to the Pkg tests failing on julia-1.11, explicitly demanding to add StaticArrays@1.5.0 to test the why functionality.

In order to restrict StaticArrays@≤1.5.16 to julia-1.10 and preventing the Pkg tests from erroring, we would need to adapt the StaticArrays version added in the why tests to be higher than 1.5.16 and below 1.6.0, e.g. 1.5.20.

Would it be possible to adjust this in the Pkg tests so that I can start another PR on the General Julia Registry?

@fhagemann fhagemann closed this Nov 6, 2024
@fhagemann fhagemann deleted the patch-1 branch November 6, 2024 13:37
@fhagemann fhagemann restored the patch-1 branch November 6, 2024 13:37
@fhagemann fhagemann reopened this Nov 6, 2024
@ViralBShah
Copy link
Member

I suppose this is safe to merge?

@fhagemann
Copy link
Contributor Author

To my knowledge, yes. But I'd rather have an expert approve this before breaking anything with this.

@KristofferC KristofferC merged commit 814949e into JuliaLang:master Dec 2, 2024
7 of 14 checks passed
@fhagemann fhagemann deleted the patch-1 branch December 7, 2024 08:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants