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

Depend on StaticArraysCore.jl; remove Requires.jl dependency #174

Merged
merged 7 commits into from
Aug 5, 2022

Conversation

thomvet
Copy link
Contributor

@thomvet thomvet commented Aug 5, 2022

StaticArrays has recently been refactored with the interface contained in StaticArraysCore; a much lighter dependency. This allows to remove the dynamic loading of the StaticArrays package, which has the potential to prevent method invalidations during precompilation of downstream packages.

All tests pass locally (Julia 1.7.2).

Also addresses #164

Project.toml Outdated Show resolved Hide resolved
Project.toml Outdated Show resolved Hide resolved
thomvet and others added 2 commits August 5, 2022 14:53
Co-authored-by: Jan Weidner <[email protected]>
Co-authored-by: Jan Weidner <[email protected]>
@thomvet
Copy link
Contributor Author

thomvet commented Aug 5, 2022

Thanks for the suggestions; fully agree with both of them.

@thomvet
Copy link
Contributor Author

thomvet commented Aug 5, 2022

CI failure was related to Julia 1.0 and 1.3; newest commit switches over to current Julia version (1.7.x), LTS (1.6.x) and nightly.

Copy link
Owner

@jw3126 jw3126 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks a lot @thomvet

@jw3126 jw3126 merged commit 81ad5d9 into jw3126:master Aug 5, 2022
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.

2 participants