Skip to content

Cannot jump to tests from test report #921

@llasram

Description

@llasram

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions