-
Notifications
You must be signed in to change notification settings - Fork 6
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
How can we use spiral and ring-reload together? #19
Comments
This looks like a problem with the spock library--are you also using it? |
Spock is the name of out project :) |
I don't think spiral does anything weird with loading libs--could you share a simple reproducible case with me, so that I could debug it? |
Sure thing, just give me a day or two. |
Looking forward to it!
|
Here is it: https://github.com/emrehan/failing-spiral |
Thanks, I'm looking into this over the next week or so, to come up with a
|
I've got the repro working, and I've discovering a bizarre thing. If I first do a |
Oh, that's strange. The issue could be caused by Clojure compiler as well. CLJ-1544 had cost me some time back then. |
I'm really not sure what's going on. I've further determined that even if I do those Perhaps you could require the specific namespaces yourself from your editor? That's what I do. |
@dgrnbrg; how could I require namespaces from an editor? I didn't get it. |
Which editor do you use? I can give you specific instructions. Basically,
|
Okay, I use Idea, but I can't see how doing |
Once you've got the server running, you can reload whichever namespace On Thu, Aug 27, 2015 at 12:49 AM Emrehan Tüzün [email protected]
|
Thanks. Would it help in production? |
I would recommend against using ring-reload or anything like it in On Thu, Aug 27, 2015 at 10:18 AM Emrehan Tüzün [email protected]
|
Yes, you're right. We're running uberjars as well, but we should use ring-reload only in development profile. |
I've tried make spiral and ring-reload work together without success.
I'm getting the following error:
How can we resolve the issue?
Thanks!
The text was updated successfully, but these errors were encountered: