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

Support all possible "lib to url" cases #79

Open
rads opened this issue Aug 6, 2022 · 1 comment
Open

Support all possible "lib to url" cases #79

rads opened this issue Aug 6, 2022 · 1 comment

Comments

@rads
Copy link
Collaborator

rads commented Aug 6, 2022

Source: https://clojure.org/reference/deps_and_cli#_coord_attributes
Related: https://clojure.atlassian.net/browse/TDEPS-228

Lib format Inferred :git/url
io.github.ORG/PROJECT "https://github.com/ORG/PROJECT.git"
com.github.ORG/PROJECT "https://github.com/ORG/PROJECT.git"
io.gitlab.ORG/PROJECT "https://gitlab.com/ORG/PROJECT.git"
com.gitlab.ORG/PROJECT "https://gitlab.com/ORG/PROJECT.git"
io.bitbucket.ORG/PROJECT "https://bitbucket.org/ORG/PROJECT.git"
org.bitbucket.ORG/PROJECT "https://bitbucket.org/ORG/PROJECT.git"
io.beanstalkapp.ORG/PROJECT "https://ORG.git.beanstalkapp.com/PROJECT.git"
com.beanstalkapp.ORG/PROJECT "https://ORG.git.beanstalkapp.com/PROJECT.git"
ht.sr.ORG/PROJECT "https://git.sr.ht/~ORG/PROJECT"

I think this should apply to any case where we currently infer the GitHub URL. That said, it may be easiest to start with neil new and work from there since the deps management for that command is standalone.

@borkdude
Copy link
Contributor

borkdude commented Aug 6, 2022

Good idea.

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