sbt/core/src
Jason Zaugg 4f2933d364 Cache the hashCode of Configuration
I noticed this was showing up in profiles when SBT's task engine
was using Keys, etc (that contain Configurations) in HashMap's.

Let's cache it instead. I don't think there is a need to use a lazy
val for this, we can compute it eagerly.
2018-02-23 14:58:00 +10:00
..
main Cache the hashCode of Configuration 2018-02-23 14:58:00 +10:00
test/scala Make sure UpdateReport has a nice toString^2 2017-08-07 15:10:11 +01:00