plans for 2.10 build?

28 views
Skip to first unread message

Rintcius Blok

unread,
Mar 13, 2013, 10:53:40 AM3/13/13
to treehugg...@googlegroups.com
Hi,

Are there plans for a 2.10 build of treehugger? This milestone M7 build does not seem to be compatible with 2.10:

libraryDependencies += "com.eed3si9n" % "treehugger_2.10.0-M7" % "0.2.2"

FYI: I am currently working around it with a local 2.10 build, so it's not that urgent for me.

Regards, Rintcius

 

eugene yokota

unread,
Mar 13, 2013, 11:12:13 AM3/13/13
to treehugg...@googlegroups.com
When I got your previous email, I cross published treehugger 0.2.1 to 2.10 - http://search.maven.org/#browse%7C480046732
I don't have a clear recollection of how 0.2.2 came out for 2.10.0-M7, but I think it was an experimental expansion for "bridge" branch,
which never completed beyond proof of concept.
For normal usage 0.2.1 is the current stable.

-eugene



 

--
You received this message because you are subscribed to the Google Groups "treehugger-scala" group.
To unsubscribe from this group and stop receiving emails from it, send an email to treehugger-sca...@googlegroups.com.
To post to this group, send email to treehugg...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msg/treehugger-scala/-/DiqCA5vbWP8J.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Rintcius Blok

unread,
Mar 14, 2013, 3:38:27 AM3/14/13
to treehugg...@googlegroups.com
Ok, great. Thanks!

Rintcius Blok

unread,
Mar 14, 2013, 5:39:56 AM3/14/13
to treehugg...@googlegroups.com
Hmm, I'm trying 0.2.1 for scala 2.10 now but I'm getting lots of compile errors in my project using it.
Looks like something got haywire with implicits.

E.g:

  import treehugger.forest._
  import definitions._
  import treehuggerDSL._

  val bar = RootClass.newValue("bar")
  val x: Tree = (VAL("bar") := FALSE)

gives these errors:

[error]  found   : String("bar")
[error]  required: treehugger.forest.TermName
[error]   val bar = RootClass.newValue("bar")
[error]                                ^
[error]   (tree: treehugger.forest.Tree)treehugger.forest.treehuggerDSL.ValTreeStart <and>
[error]   (sym: treehugger.forest.Symbol)treehugger.forest.treehuggerDSL.ValSymStart <and>
[error]   (name: treehugger.forest.Name)treehugger.forest.treehuggerDSL.ValNameStart
[error]  cannot be applied to (String)
[error]   val x: Tree = (VAL("bar") := FALSE)

Any idea?

Rintcius

eugene yokota

unread,
Mar 15, 2013, 2:05:05 AM3/15/13
to treehugg...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages