mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 19:05:53 +02:00
API: base types with applied type parameters
Compile task: fix detection of classpath changes Aggressive compiler seems to work on scalaz now
This commit is contained in:
@@ -77,7 +77,6 @@ private class SameAPI(a: Source, b: Source)
|
||||
//println("Comparing \n\t" + show(a) + "\nagainst\n\t" + show(b))
|
||||
def sameDefs(a: List[Definition], b: List[Definition]): Boolean =
|
||||
{
|
||||
println("\t " + a.size + " to " + b.size + "")
|
||||
a match
|
||||
{
|
||||
case adef :: atail =>
|
||||
|
||||
Reference in New Issue
Block a user