sbt/util
Antonio Cunei a6d85ae2cb Allow the "-bin" Scala version suffix to specify a bincompat version
There is sometimes the need to use a test version of Scala that is
intended to be binary compatible with a standard release version.

At this time, due to the particular logic implemented within sbt,
a non-numeric suffix will never have the same binaryScalaVersion
of a release version ending in ".0", like for instance "2.11.0".

This commit allows developers to use as suffix any string that
begins with "-bin", for instance "2.11.0-bin-compat-test-1".
Such a suffix will have a binaryScalaVersion of "2.11", being
therefore considered binary compatible with release versions.
2014-09-04 01:15:58 +02:00
..
appmacro/src/main/scala/sbt/appmacro added scalariform 2014-05-01 12:50:07 -04:00
classfile added scalariform 2014-05-01 12:50:07 -04:00
classpath Remove flaky test. 2014-06-05 12:39:44 -04:00
collection Ok, this is actually the flaky issue with the test. 2014-08-11 16:13:26 -04:00
complete Fixes #1530. Fixes NPE by using IO.listFiles 2014-08-15 03:52:54 -04:00
control added scalariform 2014-05-01 12:50:07 -04:00
cross/src/main/input_sources Allow the "-bin" Scala version suffix to specify a bincompat version 2014-09-04 01:15:58 +02:00
datatype added scalariform 2014-05-01 12:50:07 -04:00
io Merge pull request #1401 from xuwei-k/watch 2014-06-27 12:05:59 -04:00
log Bump expected 2.11 module versions so we can compile with 2.11 2014-05-14 19:08:05 -04:00
logic/src Scalariforming test code 2014-05-07 11:52:23 -04:00
process Scalariforming test code 2014-05-07 11:52:23 -04:00
relation/src Scalariforming test code 2014-05-07 11:52:23 -04:00