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

Drop optional dependency #164

Open
ParadaCarleton opened this issue Oct 22, 2021 · 2 comments
Open

Drop optional dependency #164

ParadaCarleton opened this issue Oct 22, 2021 · 2 comments

Comments

@ParadaCarleton
Copy link

ParadaCarleton commented Oct 22, 2021

The single line:

setindex(a::StaticArrays.StaticArray, args...) =
            Base.setindex(a, args...)

Makes up most of the package's compile time; it could easily be moved to StaticArrays.jl, avoiding the cost of having to use Requires.jl.

@jw3126
Copy link
Owner

jw3126 commented Oct 24, 2021

I would love to drop this, but it is not as easy as you think. It would require a change in base, see JuliaLang/julia#33495
If you want this, it would be awesome if you could revive that Base PR.

@jw3126
Copy link
Owner

jw3126 commented Aug 5, 2022

mostly solved by #174

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

No branches or pull requests

2 participants