-
-
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
Restrict auto jump to reflection warnings in the current project only #2514
Comments
Is a warning considered an error? I would say that is for me kind of twisted? |
Those warnings are highlighted in stderr face and cider treats them as errors. |
johnv02139
pushed a commit
to johnv02139/cider
that referenced
this issue
Nov 22, 2018
…re under stderr face
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, when
*warn-on-reflection*
is true andcider-atuo-jump-to-error
is non-nil, each time some external code with reflections (notably cider-nrepl itself) is loaded the user is faced with a pop-up buffer in that foreign project.I think a meaningful solution would be to auto-jump only to locations in the current project only.
The text was updated successfully, but these errors were encountered: