jw3126 / Setfield.jl

Update deeply nested immutable structs.
Other
167 stars 17 forks source link

Upper-bound dependencies #102

Closed tkf closed 4 years ago

tkf commented 4 years ago

I think now it's better to upper bound so that registration would be automated.

FYI it looks like we can use https://github.com/bcbi/CompatHelper.jl to auto-bump compat via GitHub action.

jw3126 commented 4 years ago

Okay. I would prefer to do it manually for until CompatHelper has an official release.

tkf commented 4 years ago

IIUC CompatHelper.jl just sends a PR with updates in Project.toml and you still have to click the merge button manually. So, the worst-case scenario seems to be that you just waste some CI time.