propensive / fury-old

A new build tool for JVM languages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

better way of organising conflicting projects in a universe

propensive opened this issue · comments

Project IDs which describe two different projects should not create an "error" per se, but should both be included in the universe with hash-qualified names.

For example, if we have two different scala projects, then when we construct the universe, we can name them scala#6fzG and scala#Nc2M (for example). This then allows us, in the context of the universe, to refer to each of them individually. We could also do diffs between them.