sbt / contraband

http://www.scala-sbt.org/contraband/
Other
67 stars 21 forks source link

implement reference equality for scala #153

Closed jtjeferreira closed 3 years ago

jtjeferreira commented 3 years ago

improve runtime performance of equals method by testing for reference equality first.

jtjeferreira commented 3 years ago

need to fix this for scala 2.12...

jtjeferreira commented 3 years ago

Ready for review

jtjeferreira commented 3 years ago

@eed3si9n can you do a release so we get this change in sbt?

eed3si9n commented 3 years ago

https://github.com/sbt/contraband/releases/tag/v0.5.1 is out now.