sbt, the interactive build tool
Go to file
Martin Duhem 40ebc82531 Include private members in API hash of traits.
During compilation, scalac generates getters and setters for the fields
of traits, regardless of their access modifiers. Therefore, when a
field of a trait is modified, all its implementors must be recompiled to
take these changes into account.

Private fields of traits were not included in the API hash of traits,
and their implementors were thus not recompiled when modified.

This commit changes the way the API hash is computed for traits only, so
that the generated hash includes the private members of traits.

Fixes sbt/sbt#2155
2015-08-17 11:59:48 +02:00
cache Fix additional warnings 2015-08-07 00:23:14 +02:00
compile Include private members in API hash of traits. 2015-08-17 11:59:48 +02:00
interface Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
ivy Merge pull request #2142 from pdalpra/fix-warnings 2015-08-13 03:27:35 -04:00
launch Remove launcher tests 2015-06-20 14:21:59 -04:00
licenses move remaining pieces of sbt subproject to sbt_pending and fix notices 2010-09-21 21:55:50 -04:00
main Fix additional warnings 2015-08-07 00:23:14 +02:00
notes Merge remote-tracking branch 'origin/0.13.9' into merge-0.13.9-into-0.13 2015-08-11 22:42:31 +01:00
project Update scala211 to 2.11.7. 2015-08-05 23:10:56 +01:00
run Fix additional warnings 2015-08-07 00:23:14 +02:00
sbt Include private members in API hash of traits. 2015-08-17 11:59:48 +02:00
sbt-maven-resolver/src Add handling for transitive exclude rules in pom.xml files. 2015-07-23 15:32:27 -04:00
scripted Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
src/main/conscript 0.13.9 2015-08-10 20:32:24 -04:00
tasks Fix additional warnings 2015-08-07 00:23:14 +02:00
testing Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
util Fix additional warnings 2015-08-07 00:23:14 +02:00
.gitattributes Added .gitattributes file. 2013-04-25 00:06:51 +08:00
.gitignore support defining Projects in .sbt files 2012-12-09 20:40:41 -05:00
.travis.yml Add handling for transitive exclude rules in pom.xml files. 2015-07-23 15:32:27 -04:00
CONTRIBUTING.md Docs update: the launcher is in launch/target/sbt-launch.jar 2015-08-09 00:34:57 +02:00
LICENSE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
NOTICE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
README.md Fix intended formatting in README. 2015-05-27 07:33:26 +01:00
api.specification Macro def aware recompilation. 2012-03-04 17:35:51 +01:00
build.sbt 0.13.9 2015-08-10 20:32:24 -04:00
scripted.specification New scripted test framework 2009-11-09 09:34:52 -05:00

README.md

sbt

sbt is a build tool for Scala, Java, and more.

For general documentation, see http://www.scala-sbt.org/.

Issues and Pull Requests

Please read CONTRIBUTING carefully before opening a GitHub Issue.

The short version: try StackOverflow and sbt-dev. Don't open an Issue.

sbt 0.13

This is the 0.13.x series of sbt.

  • Setup: Describes getting started with the latest binary release.
  • FAQ: Explains how to get help and more.
  • Google Code: hosts sbt 0.7.7 and earlier versions

license

See LICENSE.