-
-
Notifications
You must be signed in to change notification settings - Fork 648
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # 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
# for free
to join this conversation on GitHub.
Already have an account?
# 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: