mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 02:55:23 +02:00
There are two categories of places in the code that need to refer to
`nameHashing` option:
* places where Analysis object is created so it gets proper
implementation of underlying Relations object
* places with logic that is specifically designed to be enabled by
that option
This commit covers both cases.