(add-tap (ui/make))
seems like a big win, going to give this a spin. I do a lot with tap, and have a hack similar to hashp to make taps easier to sprinkle through the code and remove.
Clicking the close button on the reveal window doesn't do anything. Is that intentional?
there is a todo to implement dialog asking whether you want to kill the jvm process or just close the window and exit repl (if there is repl attached)
Finding it useful to pop open a window with exceptions when debugging. Nice to be able to have a new window come up for each run so I can compare between runs, but at some point I want them to go away. Pretty useful though, particularly in this case debugging spec failures.
@dave.dixon do you use (ui/make)
?
Yes.
if you call function returned from (ui/make)
without arguments, it will close the window
and later 1-arg calls to it will be no-op
like disposing
Ok. I'll come up with a pattern for remembering them when I have more than one.