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

Passing a symbol bound in let to gen-server throws an exception. #69

Closed
luminusian opened this issue Jan 26, 2017 · 0 comments
Closed
Labels

Comments

@luminusian
Copy link

luminusian commented Jan 26, 2017

(let [x (reify actors/Server
          (init [_]))]
  (actors/gen-server x))
CompilerException java.lang.RuntimeException: Unable to resolve var: x in this context
(actors/gen-server
  (reify actors/Server
    (init [_])))
=>
#object[co.paralleluniverse.actors.behaviors.ServerActor
        0x3131b172
        "ServerActor@3131b172[owner: null]"]
@pron pron added the bug label Feb 28, 2017
@pron pron closed this as completed in f0f7f32 May 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants