[info] 'compiler-interface' not yet compiled for Scala
2.10.0.rdev-4142-2012-01-09-gaf4a529. Compiling...
/tmp/sbt_fa5ae08e/API.scala:263: error: type mismatch;
found : API.this.global.tpnme.NameType
(which expands to) API.this.global.TypeName
required: String
sym.isLocalClass || sym.isAnonymousClass || sym.fullName.endsWith(LocalChild)
^
What do I do?
--
Daniel C. Sobral
I travel to the future all the time.
What do I do?
I'm still seeing this with 2.10.0.rdev-4179-2012-01-15-g3024efc ...
did the implicit not go back in or has it broken again?
Cheers,
Miles
--
Miles Sabin
tel: +44 7813 944 528
gtalk: mi...@milessabin.com
skype: milessabin
g+: http://www.milessabin.com
http://twitter.com/milessabin
http://www.chuusai.com/
I could be missing something obvious, but this seems to be quite
difficult to fix on the SBT side.
I can replace LocalChild with LocalChild.toString (which should be
source compatible between recent 2.10.0-SNAPSHOT and earlier
revisions), but I'm still not able to build the compiler interface,
because building with it 2.10.0-SNAPSHOT requires the 2.10.0-SNAPSHOT
compiler interface to be already built ... ie. a classic bootstrapping
problem.
Any suggestions?
--
You received this message because you are subscribed to the Google Groups "simple-build-tool" group.
To post to this group, send email to simple-b...@googlegroups.com.
To unsubscribe from this group, send email to simple-build-t...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/simple-build-tool?hl=en.
Yes, the change I tried did actually fix things for me. What I fumbled
was the local publishing step, so my build was still picking up the
unmodified 0.11.2.
Does anyone know what to do in case
.sbt/boot/scala-2.9.1/org.scala-tools.sbt/sbt/0.11.2/compiler-
interface-src/compiler-interface-src-0.11.2.jar
is lost?
What do you mean by lost?