harrah / xsbt

*NOTE* sbt has moved to the sbt organization!
https://github.com/sbt/sbt
Other
53 stars 26 forks source link

Error when compiling with Scala 2.9.0* #75

Closed harrah closed 11 years ago

harrah commented 11 years ago

C:\Local\john\brambly\src\sandbox\xsbt\compile\Eval.scala:117: error: overloaded method value Super with alternatives: (sym: Eval.this.global.Symbol,mix: Eval.this.global.TypeName)Eval.this.global.Tree object Eval.this.global.Super cannot be applied to (Eval.this.global.TypeName, Eval.this.global.TypeName) Block(List(Apply(Select(Super(emptyTypeName, emptyTypeName), nme.CONSTRUCTOR), Nil)), Literal(Constant(())))

Happens with both 2.9.0.final and 2.9.0-1

harrah commented 11 years ago

IMPORTANT This project has moved to https://github.com/sbt/sbt. This issue still exists to avoid dead links, but GitHub limitations prevent the original issue from being correctly preserved here. Please see sbt/sbt#75 for the full issue and to comment.