Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to compile from a clean clone #2

Closed
djspiewak opened this issue Feb 16, 2013 · 8 comments
Closed

Unable to compile from a clean clone #2

djspiewak opened this issue Feb 16, 2013 · 8 comments

Comments

@djspiewak
Copy link

I ran $ sbt followed by server/run on a clean clone of current master. The result was as follows:

[info] Compiling 2 Scala sources to /Users/daniel/Development/Scala/scala-notebook/client/target/scala-2.9.1/classes...
[error] /Users/daniel/Development/Scala/scala-notebook/client/src/main/scala/NotebookClient.scala:25: not found: object akka
[error] import akka.actor.{Actor, Props, ActorSystem}
[error]        ^
[error] /Users/daniel/Development/Scala/scala-notebook/client/src/main/scala/NotebookClient.scala:43: missing parameter type for expanded function
[error] The argument types of an anonymous function must be fully known. (SLS 8.5)
[error] Expected type was: ?
[error]   def receive = {
[error]                 ^
[error] /Users/daniel/Development/Scala/scala-notebook/client/src/main/scala/NotebookKernel.scala:24: not found: object akka
[error] import akka.actor.Actor
[error]        ^
[error] /Users/daniel/Development/Scala/scala-notebook/client/src/main/scala/NotebookKernel.scala:55: missing parameter type for expanded function
[error] The argument types of an anonymous function must be fully known. (SLS 8.5)
[error] Expected type was: ?
[error]   def receive = {
[error]                 ^
[error] /Users/daniel/Development/Scala/scala-notebook/client/src/main/scala/NotebookKernel.scala:62: not found: value sender
[error]         sender ! ExecuteResponse(stdoutBytes.toString)
[error]         ^
[error] /Users/daniel/Development/Scala/scala-notebook/client/src/main/scala/NotebookKernel.scala:64: not found: value sender
[error]         sender ! ErrorResponse(stdoutBytes.toString)
[error]         ^
[error] 6 errors found
[error] {file:/Users/daniel/Development/Scala/scala-notebook/}client/compile:compile: Compilation failed
[error] Total time: 38 s, completed Feb 15, 2013 8:18:25 PM
@MasseGuillaume
Copy link

Look like they forgot their akka depedency. They are still working on their first release :-).

@chrismyang
Copy link
Collaborator

We're still trying to get what we have internally (which is much further along) open sourced and out here. Apologies!

@KenCoder
Copy link
Owner

Yes - we're hoping to have it out next week. I'll let you know when it's out.

Ken

On Feb 15, 2013, at 11:39 PM, chrismyang notifications@github.com wrote:

We're still trying to get what we have internally (which is much further along) open sourced and out here. Apologies!


Reply to this email directly or view it on GitHub.

@dwhitney
Copy link

Looking forward to giving this a go. I'm sad I missed the presentation at NE Scala.

@MasseGuillaume
Copy link

@KenCoder any updates ? I'm really anxious to test it out :-)

@KenCoder
Copy link
Owner

Very close - I had hoped to put it out today, but one of the developers
added a new license dependency that I need to sort through. I'm hoping to
finish it tomorrow.

On Sat, Mar 9, 2013 at 11:03 PM, Guillaume Massé
notifications@github.comwrote:

@KenCoder https://github.com/KenCoder any updates ? I'm really anxious
to test it out :-)


Reply to this email directly or view it on GitHubhttps://github.com//issues/2#issuecomment-14675920
.

@MasseGuillaume
Copy link

Hurray +1

@KenCoder
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants