This repository was archived by the owner on Dec 19, 2020. It is now read-only.
Support different directories wit add [repo] [dir]
similarly to git submodule add [repo] [dir]
#7
Labels
Basically it would be nice to be able to decouple the directory name from the dependency.
There is a
name
field in thewit-manifest.json
that appears to be ignored (at least when I manually modified it).I'm actually not sure if this is generally a good thing to take advantage of in practice. For example, how do you do transitive dependency resolution when two things depend on the same repo but use
different names for it? But the fact that repos can move and change names means that some resolution for that is probably necessary regardless.
Thoughts?
The text was updated successfully, but these errors were encountered: