mirror of
https://github.com/sbt/sbt.git
synced 2026-09-04 08:45:56 +02:00
finalize hash
This commit is contained in:
@@ -111,7 +111,7 @@ final class HashAPI(tags: TypeVars, includePrivate: Boolean, includeParamNames:
|
||||
hash = startHash(0)
|
||||
hashSymmetric(s.packages, hashPackage)
|
||||
hashDefinitions(s.definitions, true)
|
||||
hash
|
||||
finalizeHash(hash)
|
||||
}
|
||||
|
||||
def hashPackage(p: Package) = hashString(p.name)
|
||||
|
||||
Reference in New Issue
Block a user