Skip to content

dpassen/cider-instrument-repro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

cider-instrument-repro

To exhibit the issue

With cursor placed just after the definition of can-instrument, type C-u C-M-x, cider-eval-defun-at-point. The function definition is evaled and instrumented.

With cursor placed just after the definition of can-not-instrument, type C-u C-M-x, cider-eval-defun-at-point. An error is thrown:

class clojure.lang.Symbol cannot be cast to class clojure.lang.Keyword (clojure.lang.Symbol and clojure.lang.Keyword are in unnamed module of loader 'app')

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published