Fork me on GitHub
#inf-clojure
<
2022-05-24
>
Jason23:05:00

I am sometimes getting argslists printed to the repl instead of eldoc if it happens while another command is processing. The only way I can think to address this (without making some sort of inf-clojure-specific protocol for matching commands to responses) is to just always show things that look like argslists (strings that start with ([ and end with ]) ) with eldoc and prevent them from showing in the repl output. Is there any common workflow/domain where this would be a problem?