You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as a dependency, and it would essentially run raco pkg install --name pprint https://github.com/takikawa/pprint.plt.git when installing the dependency.
The text was updated successfully, but these errors were encountered:
Hi I run into this issue recently. I think this is not a feature request, but a proper bug in the design that confuses end users and new package contributors.
What version of Racket are you using?
8.5 [cs]
A dependency, which is a package source string, could be a remote URL naming a Git repository. However, the repo name could be invalid package name. Examples include https://github.com/takikawa/pprint.plt and https://github.com/samth/javascript.plt
It would be nice if we can specify:
as a dependency, and it would essentially run
raco pkg install --name pprint https://github.com/takikawa/pprint.plt.git
when installing the dependency.The text was updated successfully, but these errors were encountered: