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

feature request: local usage #85

Open
tpapp opened this issue Nov 9, 2019 · 2 comments
Open

feature request: local usage #85

tpapp opened this issue Nov 9, 2019 · 2 comments

Comments

@tpapp
Copy link

tpapp commented Nov 9, 2019

It would be nice to be able to use some features of this package locally, on one's own computer, on demand.

Eg I could imagine something like

julia> import CompatHelper

julia> CompatHelper.show_possible_upgrades("~/code/to/my/repo")
# just list information, eg Foo could be upgraded 0.1.2 => 0.3
# do not modify files

julia> CompatHelper.propose_possible_upgrades("~/code/to/my/repo")
# when there are no uncommitted changes, modify files, otherwise abort

The user could then review and test these.

Looking at the sources, I think a lot of the building blocks for this are actually available.

@DilumAluthge
Copy link
Member

Not a bad idea.

I won't have time to work on this, but if someone else wants to work on it and make a PR, I'd be happy to review the PR.

@tpapp
Copy link
Author

tpapp commented Jul 18, 2023

https://gitlab.com/aplavin/compathelperlocal.jl deals with this effectively, so I would suggest that it is just mentioned in the README.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants