scala-notebook
scala-notebook copied to clipboard
update to 2.11.1 / akka 2.3.3
Are you guys working on a transition to the new akka/scala versions? If not, are there any showstoppers that you know of?
thanks!
+1
Alex, thanks for the +1, I spent all day working on my version of sbt-notebook. Very happy to see you've got one working! Do you have any ideas on how to do an upgrade to the new versions?
@chipmunc56 sbt-notebook?
@MasseGuillaume https://github.com/alexarchambault/sbt-notebook . Looks very snazzy.
@alexarchambault @chipmunc56 cool I'm doing something similar: https://github.com/MasseGuillaume/ScalaKata
I use macro instead of the repl to display result.
I have been working on upgrading akka but hit some intermittent failures. Am now trying to move off akka.
Ken
On Aug 27, 2014, at 9:02 PM, Amit Sudharshan [email protected] wrote:
Alex, thanks for the +1, I spent al day working on my version of sbt-notebook. Very happy to see you've got one working! Do you have any ideas on how to do an upgrade to the new versions?
— Reply to this email directly or view it on GitHub.
@chipmunc56 The akka API evolved from 2.1 to 2.2, so the upgrade is not straighforward. About stoppers, I don't know if there are ones or not.
Any chances for scala 2.11 support?
@kamilkloch Scala Kata supports Scala 2.11 https://github.com/MasseGuillaume/ScalaKata