TomasPleml / simple-build-tool

Automatically exported from code.google.com/p/simple-build-tool
Other
0 stars 0 forks source link

Build fails with latest scala 2.8 nightly #46

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Not sure if this is scala's fault or yours:

[info] == Simple Build Tool / compile [ 2.8.0-20090929.004247-+ ]  ==
[error] /private/tmp/sbt/src/main/scala/sbt/Compile.scala:268: error: type 
mismatch;
[error]  found   : String
[error]  required: ?{val map: ?}
[error] Note that implicit conversions are not applicable because they are 
ambiguous:
[error]  both method wrapString in class LowPriorityImplicits of type (s: 
String)scala.collection.immutable.WrappedString
[error]  and method augmentString in object Predef of type (x: 
String)scala.collection.immutable.StringOps
[error]  are possible conversion functions from String to ?{val map: ?}
[error]                                                 val pointerSpace = 
lineContent.take(pointer).map { case '\t' => 
'\t'; case x => ' ' }
[error]                                                                         
           ^
[error] /private/tmp/sbt/src/main/scala/sbt/ManageDependencies.scala:547: 
error: type 
mismatch;
[error]  found   : ScalaObject
[error]  required: Iterable[String]
[error]                         val ivyArtifact = toIvyArtifact(moduleID, 
artifact, configurationStrings)
[error]                                                                         
    ^
[error] /private/tmp/sbt/src/main/scala/sbt/ManageDependencies.scala:548: 
error: value foreach 
is not a member of ScalaObject
[error]                         configurationStrings.foreach(configuration => 
moduleID.addArtifact(configuration, ivyArtifact))
[error]                                              ^
[error] /private/tmp/sbt/src/main/scala/sbt/LineReader.scala:105: error: 
polymorphic expression 
cannot be instantiated to expected type;
[error]  found   : [B >: String]Array[B]
[error]  required: Iterable[String]
[error]                 
singleArgumentCompletor(simpleCompletor(prefixes.toList.toArray), 
baseCompletor)
[error]                                                                         
^
[error] four errors found

What versions of the following are you using?

Java: 1.6.0_15-b03-219
Scala: 2.8.0-20090929.004247-+
sbt: latest 0.5.5
Operating system: OS X 1.6

Please provide any additional information below.

Original issue reported on code.google.com by matthew....@gmail.com on 29 Sep 2009 at 9:38

GoogleCodeExporter commented 8 years ago
fixed in trunk

Original comment by dmhar...@gmail.com on 29 Sep 2009 at 11:03