protorepl

martinklepsch 2016-12-13T08:59:48.000288Z

Is there a way to clear all inline results?

martinklepsch 2016-12-13T09:07:34.000289Z

Also I'm having some super weird issue: copied some text from the REPL window and now when I try to evaluate it it throws errors. Typing in a failing minimal case works fine while the reduced thing still breaks. The kind of form I'm evaluating is this:

(def x [{:foo/bar :foobar}])

martinklepsch 2016-12-13T09:09:32.000290Z

Ok, issue seems to be that instead of spaces the REPL window uses [00m

robert-stuttaford 2016-12-13T10:06:27.000291Z

@martinklepsch Ctrl-Shift-C clears all inline results and error messages

martinklepsch 2016-12-13T10:06:47.000292Z

@robert-stuttaford awesome, thanks 🙂