-
Notifications
You must be signed in to change notification settings - Fork 31
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
Integration with third party nrepl middleware #11
Comments
I don't currently use ritz (or emacs, which is where |
Thank you, @cemerick. If it helps, I believe you can keep emacs out of the equation. |
@hugoduncan, can you confirm this? I figure you're using ritz and emacs all the time, and I know you've fiddled with Austin… |
I reproduced using lein ritz-nrepl, and connecting via nrepl.el. Looks like piggieback is seeing a nil session. I would need to investigate further to find out how that can happen, but my current guess is that the session atom is not being passed correctly to the project classloader (via
|
I just discovered ritz and am trying it out. I've hit this same problem in my projects that use Austin. So, just wondering if there's been any progress on this issue? Any help I can offer from the trenches? |
I'm not sure if this is the right place to submit this, but I'm looking for a solution to use both
austin
andritz
in the same project. I would like to debug server code with ritz, and work with an austin repl when developing client-side code.I'm not asking to run them at the same time, the ability to alternate between the two would be good enough. If I understand correctly, the automatic nrepl middleware injections carried by both projects don't agree somehow.
This is error I get when I issue the command
nrepl-ritz-jack-in
in a project configured with austin, like the sample app.This brings up a question of nrepl middleware interplay, so I'm sorry if I inflict this issue on
austin
, but if anyone has a workaround, I'd love to learn about it.The text was updated successfully, but these errors were encountered: