Skip to content

cider-jump-to-var can't resolve vars dereffed with @ #886

Closed
@tanzoniteblack

Description

@tanzoniteblack

; CIDER 0.8.1 (package: 20141120.1746) (Java 1.8.0_25, Clojure 1.6.0, nREPL 0.2.6)
; OS X Yosemite
; Emacs 24.4.1

If you attempt to run cider-jump-to-var to find the definition of an
atom dereferenced with @, cider can't find the source location. If you remove
the @ cider has no issues finding the location.

Example code:

(ns user)
(def some-atom (atom "hi"))

@some-atom

If you compile this and run cider-jump-to-var while the cursor is on @some-atom you'll get a message saying that @some-atom isn't resolved.

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