Given a test like this:
(deftest foo
(is (= #{1 2 3} #{1 2 4})))
Running it in Calva prints a result like this:
; FAIL in my.ns/foo (ns.clj:42):
; expected:
#{1 3 2}
; actual:
(#{1 4 2})
Note the somewhat confusing extra parens around the actual result. Is this expected behavior, or should I file an issue?Both. π Are those not there when you use CIDER?
I donβt use CIDER, so :man-shrugging::skin-tone-2: . But OK, Iβll make an issue.
Oh, I thought you where. π Anyway, I think this is an issue on cider-nrepl, but good to have it captured in the Calva issues list.
I know I can clear the repl history, but is their a way to clear the output window?
Ha! I hadn't even considered jsut selecting the text and deleting it π
I see two reasons why a command would make sense: 1. Discoverability. You are not the first one asking this, @qmstuart 2. Accessibility. The current way to do it makes you have to leave the file you are editing. The second one is strongest. We do advocate a workflow from within the files. We should consider smoothing that wherever we can.