sbt, the interactive build tool
Go to file
Martin Duhem 46058029b5 Consider signatures of method before and after erasure in ExtractAPI
The signatures of methods that have value classes as arguments or return
type change during the erasure phase. Because we only registered
signatures before the erasure, we missed some API changes when a class
was changed to a value class (or a value class changed to a class).

This commit fixes this problem by recording the signatures of method
before and after erasure.

Fixes sbt/sbt#1171
2015-11-04 11:16:53 +01:00
cache Fix additional warnings 2015-08-07 00:23:14 +02:00
compile Consider signatures of method before and after erasure in ExtractAPI 2015-11-04 11:16:53 +01:00
interface Replace procedure syntax by explicit Unit annotation 2015-08-04 10:07:38 +02:00
ivy Specify the compiler bridge module in a setting 2015-09-04 11:17:27 +02: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 Merge pull request #2192 from DavidPerezIngeniero/0.13 2015-09-10 21:14:57 -04:00
notes Add notes for #1750. 2015-08-28 23:38:49 +01:00
project Enable Ivy flag that fixes #1750. 2015-08-28 23:38:45 +01:00
run Fix additional warnings 2015-08-07 00:23:14 +02:00
sbt Consider signatures of method before and after erasure in ExtractAPI 2015-11-04 11:16:53 +01:00
sbt-maven-resolver/src Add handling for transitive exclude rules in pom.xml files. 2015-07-23 15:32:27 -04:00
scripted Continue to run tests after passing pending test 2015-08-19 08:26:21 +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 Move back to ClassLoader.getSystemClassloader 2015-09-20 09:28:43 -07: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 Move update-classifiers-snapshot-srcs as it fails with MavenResolverPlugin. 2015-08-25 22:03:12 +01:00
CONTRIBUTING.md Upgrade to 0.13.9. 2015-08-19 12:16:03 +01: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 Upgrade to 0.13.9. 2015-08-19 12:16:03 +01: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.