Support path aliasing #105
Labels
scope: cli
Relevant to the Rojo CLI
type: enhancement
Feature or improvement that should potentially happen
Milestone
If two partitions point to the same path or one of the paths contains the other, Rojo right now will do weird stuff like name your instances incorrectly or silently drop some changes.
This support needs to happen in a couple places:
HashMap<PathBuf, T>
toHashMap<PathBuf, Vec<T>>
and adjust algorithms to make the split less painful.The text was updated successfully, but these errors were encountered: