indiejames / vscode-clojure-debug

A VS Code package for developing Clojure code
MIT License
84 stars 6 forks source link

Exceptions thrown on certain definition lookups #109

Closed indiejames closed 7 years ago

indiejames commented 7 years ago

Environment

Description

When triggering the definition lookup on some things an exception is thrown:

SEVERE: Unhandled REPL handler exception processing message {:id E941D5B0-C810-44D2-A7B7-D231CF18AA0D, :ns repl-test.core, :op find-definition, :session 131b2122-727d-4f96-8708-8587cf7f64a2, :sym .isDirectory} java.lang.IllegalArgumentException: No matching field found: stackTrace for class clojure.lang.Compiler$CompilerException

Steps to Reproduce

  1. Open repl_test project.
  2. Start REPL
  3. Try to go to definition for .isDirectory on line 84.