Stu Hood
9fbbaab58e
Add a test that we`re able to parse inner classes.
2015-11-10 14:45:04 -08:00
Pierre DAL-PRA
54d54b9f4f
Replace procedure syntax by explicit Unit annotation
2015-08-04 10:07:38 +02:00
Pierre DAL-PRA
b9171e59ad
Simplify operations on collections
2015-08-01 02:25:17 +02:00
Stu Hood
7e7aca5f55
Mismatch APIs on type changes as well
2015-07-13 21:29:14 -07:00
Stu Hood
a80c3e2bb8
Review feedback
2015-07-09 22:01:05 -07:00
Stu Hood
6846bbd3ed
Encode static-final constant fields as Singletons, so that when the api changes, they change.
2015-07-01 21:37:32 -07:00
Martin Duhem
98c789b826
Abstract over dependency context in Compile
...
This commit completes the abstraction over dependency kinds in the
incremental compiler, started with #1340 .
2014-11-19 10:35:07 +01:00
Jean-Rémi Desjardins
ced5230289
Remove some compiler warnings
2014-09-10 22:55:43 -07:00
Eugene Yokota
adb41611cf
added scalariform
2014-05-01 12:50:07 -04:00
Grzegorz Kossakowski
fea18a4fbe
Remove AnalysisCallback.{beginSource, endSource} methods.
...
As pointed out by @harrah in #705 , both beginSource and endSource are
not used in sbt internally for anything meaningful.
We've discussed an option of deprecating those methods but since they
are not doing anything meaningful Mark prefers to have compile-time
error in case somebody implements or calls those methods. I agree with
that hence removal.
2013-10-24 16:44:45 +02:00
Mark Harrah
ce348c4aea
Minimal support for class file formats 51.0, 52.0 in incremental compiler. Fixes #842 .
...
It is not currently possible to use a newer class file format than the one for the jvm sbt is running in.
2013-09-26 08:14:40 -04:00
Mark Harrah
a867d8e87c
extract public inherited dependencies from Java class files
2013-05-01 17:54:10 -04:00
Mark Harrah
4dc75343ae
Record and persist public inheritance dependencies.
...
Includes placeholders for adding public inherited dependencies for Java classes.
2013-04-26 22:35:27 -04:00
Mark Harrah
77001a4259
drop canonicalization of files on classpath and other cleanup. Fixes #723 .
2013-04-09 20:13:06 -04:00
Mark Harrah
f6d73128fc
deprecations
2013-02-25 09:24:04 -05:00
Paolo G. Giarrusso
d64a0e078d
Silence boring Eclipse warnings: catching all exceptions, part 2
...
These warning fixes are new since my last pull request, please verify.
2013-01-22 09:05:15 -05:00
Grzegorz Kossakowski
ef39aeb9c1
Follow source layout convention supported by Eclipse.
...
Moved source files so directory structure follow package
structure. That makes it possible to use Scala Eclipse plugin
with sbt's source code.
2012-12-07 10:27:08 -08:00