Open mitchellwrosen opened 1 month ago
When we complain about an ambiguous suffix foo that could refer to one.foo or two.foo, we should always use names one.foo and two.foo (as opposed to an alias).
foo
one.foo
two.foo
This is one of maybe many cases where we should be using "the name we just said" and not an arbitrary other alias for the same hash, in the output.
When we complain about an ambiguous suffix
foo
that could refer toone.foo
ortwo.foo
, we should always use namesone.foo
andtwo.foo
(as opposed to an alias).