afucher / clojure-repl-intellij

Free OpenSource IntelliJ plugin for Clojure REPL development.
MIT License
52 stars 5 forks source link

Printing in test fails test #62

Closed andreformento closed 2 months ago

andreformento commented 2 months ago

Describe the bug Any println throw an error.

To Reproduce Steps to reproduce the behavior:

  1. Put a println on your production code: (println "my text here")
  2. Load the NS and run your test
  3. See error: java.lang.IllegalArgumentException: No implementation of method: :send of protocol: #'nrepl.transport/Transport found for class: nil

Expected behavior The println should work! ~If not, I cannot work~ :trollface:

Screenshots image image image

Environment (please complete the following information):

Additional context #nu/tap doesn't work either

ericdallo commented 2 months ago

Thanks for the report, I can repro the problem! I'll focus on that

ericdallo commented 2 months ago

A little bit related issue: https://github.com/afucher/clojure-repl-intellij/issues/65