-
-
Notifications
You must be signed in to change notification settings - Fork 645
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
Cider 0.7: different load behaviors that lead to error and test mode #703
Comments
|
|
@bbatsov I experienced the "error in process filter" again. Is there a way to enable some debugging? That is the only error information I can see. |
I believe the first issue ( |
@scottdw yes that is right, thanks for making the link to it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since yesterday, I am experiencing different things when I load Emacs and starts Cider. The behavior is different mostly every time I run Cider on a new Emacs instance. I am getting one of these three behaviors:
clojure.test.mode
namespaceHere are the screenshots of these behaviors:
Cider is starting:
Then Cider load successfully:
Then I reload emacs, and restart Cider, and I get an error:
Here is the Messages buffer:
So I restart Emac and Cider, and I am now in the
clojure.test.mode
namespace:NOTE: I did uninstall the cider-test-mode module that I had installed with Cider 0.6. This is the reason why I think there is an issue there too.
The text was updated successfully, but these errors were encountered: