sbt 0.13.5-RC3 is released

165 views
Skip to first unread message

Josh Suereth

unread,
May 13, 2014, 3:12:35 PM5/13/14
to sbt...@googlegroups.com
sbt 0.13.5-RC2 is now available. sbt 0.13.5 is a technology preview of what's to come to sbt 1.0 with enhancements like
[auto plugins][1] and "sbt as a server."
The change since 0.13.5-RC2:

- Default sbt.task.forcegc to false, preventing performance regression in ~run.

See the Changes page[2] and the GitHub compare 0.13.2b...0.13.5[3] for details.

This release is intended to be binary and source compatible with 0.13.{0,1,2}. Use it in an existing 0.13.x project by setting project/build.properties as follows:

    sbt.version=0.13.5-RC3

No changes should be necessary to your project definition and all plugins published for 0.13.{0,1,2} should still work. Please report if this is not the case. 

If no serious issues are found by Friday, May 16th 2014, 0.13.5-RC3 will become 0.13.5 final. 

-eugene

Vasya Novikov

unread,
May 14, 2014, 5:50:01 AM5/14/14
to sbt...@googlegroups.com
a small typo, I think. Should be:

> sbt 0.13.5-RC3

Josh Suereth

unread,
May 14, 2014, 8:27:24 AM5/14/14
to sbt...@googlegroups.com
Yep, cut-paste error.  Thanks for letting us know.


--
You received this message because you are subscribed to the Google Groups "sbt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sbt-dev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sbt-dev/53733C49.9050504%40yandex.ru.
For more options, visit https://groups.google.com/d/optout.

Roman Timushev

unread,
May 16, 2014, 5:25:11 AM5/16/14
to sbt...@googlegroups.com
Hi. I have an issue with custom build loaders on this release. Even a do-nothing transformer fails:

Build.scala:
  override def buildLoaders = BuildLoader.transform(_.unit) :: Nil

Error:

scala.MatchError: Stream(sbt.BuildLoader$Components@2ed59988, ?) (of class scala.collection.immutable.Stream$Cons)
at sbt.Load$.addResolvers(Load.scala:273)
at sbt.Load$.loadAll(Load.scala:314)
at sbt.Load$.loadURI(Load.scala:264)
at sbt.Load$.load(Load.scala:260)
at sbt.Load$.load(Load.scala:251)
at sbt.Load$.apply(Load.scala:134)
at sbt.Load$.defaultLoad(Load.scala:37)
at sbt.BuiltinCommands$.doLoadProject(Main.scala:473)
at sbt.BuiltinCommands$$anonfun$loadProjectImpl$2.apply(Main.scala:467)
at sbt.BuiltinCommands$$anonfun$loadProjectImpl$2.apply(Main.scala:467)
at sbt.Command$$anonfun$applyEffect$1$$anonfun$apply$2.apply(Command.scala:60)
at sbt.Command$$anonfun$applyEffect$1$$anonfun$apply$2.apply(Command.scala:60)
at sbt.Command$$anonfun$applyEffect$2$$anonfun$apply$3.apply(Command.scala:62)
at sbt.Command$$anonfun$applyEffect$2$$anonfun$apply$3.apply(Command.scala:62)
at sbt.Command$.process(Command.scala:95)
at sbt.MainLoop$$anonfun$1$$anonfun$apply$1.apply(MainLoop.scala:100)
at sbt.MainLoop$$anonfun$1$$anonfun$apply$1.apply(MainLoop.scala:100)
at sbt.State$$anon$1.process(State.scala:179)
at sbt.MainLoop$$anonfun$1.apply(MainLoop.scala:100)
at sbt.MainLoop$$anonfun$1.apply(MainLoop.scala:100)
at sbt.ErrorHandling$.wideConvert(ErrorHandling.scala:18)
at sbt.MainLoop$.next(MainLoop.scala:100)
at sbt.MainLoop$.run(MainLoop.scala:93)
at sbt.MainLoop$$anonfun$runWithNewLog$1.apply(MainLoop.scala:71)
at sbt.MainLoop$$anonfun$runWithNewLog$1.apply(MainLoop.scala:66)
at sbt.Using.apply(Using.scala:25)
at sbt.MainLoop$.runWithNewLog(MainLoop.scala:66)
at sbt.MainLoop$.runAndClearLast(MainLoop.scala:49)
at sbt.MainLoop$.runLoggedLoop(MainLoop.scala:33)
at sbt.MainLoop$.runLogged(MainLoop.scala:25)
at sbt.StandardMain$.runManaged(Main.scala:57)
at sbt.xMain.run(Main.scala:29)
at xsbt.boot.Launch$$anonfun$run$1.apply(Launch.scala:109)
at xsbt.boot.Launch$.withContextLoader(Launch.scala:129)
at xsbt.boot.Launch$.run(Launch.scala:109)
at xsbt.boot.Launch$$anonfun$apply$1.apply(Launch.scala:36)
at xsbt.boot.Launch$.launch(Launch.scala:117)
at xsbt.boot.Launch$.apply(Launch.scala:19)
at xsbt.boot.Boot$.runImpl(Boot.scala:44)
at xsbt.boot.Boot$.main(Boot.scala:20)
at xsbt.boot.Boot.main(Boot.scala)

Josh Suereth

unread,
May 16, 2014, 7:30:43 AM5/16/14
to sbt...@googlegroups.com
Please open a ticket.  I believe I have a fix for it.


--
You received this message because you are subscribed to the Google Groups "sbt-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to sbt-dev+u...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sbt-dev/5a92f073-beaa-48d0-86bf-6382e73c0774%40googlegroups.com.

Roman Timushev

unread,
May 16, 2014, 7:33:31 AM5/16/14
to sbt...@googlegroups.com
Reply all
Reply to author
Forward
0 new messages