Bridgewater / scala-notebook

Interactive Scala REPL in a browser
Other
741 stars 155 forks source link

update to 2.11.1 / akka 2.3.3 #46

Open amitsudharshan opened 10 years ago

amitsudharshan commented 10 years ago

Are you guys working on a transition to the new akka/scala versions? If not, are there any showstoppers that you know of?

thanks!

alexarchambault commented 10 years ago

+1

amitsudharshan commented 10 years ago

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?

MasseGuillaume commented 10 years ago

@chipmunc56 sbt-notebook?

amitsudharshan commented 10 years ago

@MasseGuillaume https://github.com/alexarchambault/sbt-notebook . Looks very snazzy.

MasseGuillaume commented 10 years ago

@alexarchambault @chipmunc56 cool I'm doing something similar: https://github.com/MasseGuillaume/ScalaKata

I use macro instead of the repl to display result.

KenCoder commented 10 years ago

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 notifications@github.com 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.

alexarchambault commented 10 years ago

@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.

kamilkloch commented 9 years ago

Any chances for scala 2.11 support?

MasseGuillaume commented 9 years ago

@kamilkloch Scala Kata supports Scala 2.11 https://github.com/MasseGuillaume/ScalaKata