scala-ide / scala-worksheet

A Scala IDE plugin for a multi-line REPL (called worksheet)
96 stars 24 forks source link

Wip/migrate to akka #216

Closed dotta closed 9 years ago

dotta commented 9 years ago

Migrated the codebase to use akka-actor, instead of the old and deprecated scala-actors lib.

Before merging, I'd like to squash all commits but the last one (let me know if you disagree).

ghprb-bot commented 9 years ago

Refer to this link for build results (access rights to CI server needed):

https://jenkins.scala-ide.org:8496/jenkins/job/ghprb-worksheet-validator/92/ https://jenkins.scala-ide.org:8496/jenkins/job/worksheet-scala-ide-4.0.x-nightly/102/ Test FAILed.

ghprb-bot commented 9 years ago

Refer to this link for build results (access rights to CI server needed):

https://jenkins.scala-ide.org:8496/jenkins/job/ghprb-worksheet-validator/93/ https://jenkins.scala-ide.org:8496/jenkins/job/worksheet-scala-ide-4.0.x-nightly/103/ Test PASSed.

dragos commented 9 years ago

otherwise, this looks really good! Thanks for taking the time to do this long-overdue migration!

ghprb-bot commented 9 years ago

Refer to this link for build results (access rights to CI server needed):

https://jenkins.scala-ide.org:8496/jenkins/job/ghprb-worksheet-validator/94/ https://jenkins.scala-ide.org:8496/jenkins/job/worksheet-scala-ide-4.0.x-nightly/104/ Test PASSed.

dotta commented 9 years ago

@dragos I've updated the code as discussed. Have a look at it, and if you think it's good feel free to :sheep: it

ghprb-bot commented 9 years ago

Refer to this link for build results (access rights to CI server needed):

https://jenkins.scala-ide.org:8496/jenkins/job/ghprb-worksheet-validator/95/ https://jenkins.scala-ide.org:8496/jenkins/job/worksheet-scala-ide-4.0.x-nightly/105/ Test PASSed.

dotta commented 9 years ago

ping @dragos

dragos commented 9 years ago

Thanks! Godspeed!