Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

clj-kondo exceptions thrown by debugger decorations code #642

Closed
bpringe opened this issue May 11, 2020 · 0 comments
Closed

clj-kondo exceptions thrown by debugger decorations code #642

bpringe opened this issue May 11, 2020 · 0 comments

Comments

@bpringe
Copy link
Member

bpringe commented May 11, 2020

When connected to a REPL that does not have clj-kondo loaded as a dependency, exceptions are occurring seemingly from calls to clj-kondo, likely from the recent decorations feature.

Repro:

  1. Connect to a repl without clj-kondo loaded as dependency
  2. Evaluate (throw (Exception. "test exception"))
  3. Evaluate *e to get last exception and see that it is an exception about clj-kondo instead of the test exception
@bpringe bpringe mentioned this issue May 11, 2020
20 tasks
@bpringe bpringe changed the title clj-kondo exceptions occurring when it's not loaded on classpath clj-kondo exceptions thrown by debugger decorations code May 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant