-
-
Notifications
You must be signed in to change notification settings - Fork 653
Closed
Description
Invoking cider-test-jump
from the test report (as default-bound to t
) does not jump to the test. Instead it just always yields the message 'Symbol SYMBOL not resolved', where SYMBOL is whatever symbol is under point.
Commit b130451 appears to have broken non-interactive calls to cider-jump-to-var
, where cider-test-jump
seems to contain the only such instance in CIDER proper. I'm willing to write a PR to fix this, but I'm not sure which is correct approach: (1) fix cider-jump-to-var
to once more support non-interactive invocation, (2) fix cider-test-jump
to e.g. use cider--jump-to-loc-from-info
directly, or (3) both.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels