elisp-refs icon indicating copy to clipboard operation
elisp-refs copied to clipboard

Find definitions in macros using vectors

Open Wilfred opened this issue 6 years ago • 0 comments

For example:

(-let [foo (bar baz)])

We don't currently see this as a call to bar. Ideally we would macro expand, or treat -let and -let* specially.

Wilfred avatar Mar 31 '18 19:03 Wilfred