Fork me on GitHub
#reveal
<
2021-11-22
>
kenny00:11:59

I switched to a :tree-view with a cell-factory and now I am seeing some odd tree items display below my tree (see screenshot - those things at the bottom are not supposed to be there). I'm assuming this is a styling issue?

kenny00:11:40

Not a styling issue. An error was thrown in the REPL and I missed it. When working on a reveal feature, how can you get exceptions to populate in reveal? Or is there some other workflow?

vlaaad07:11:13

Hmm, it's possible to make reveal to catch cljfx exceptions and then submit them to reveal, but I'm hesitant to do it because it might make debugging harder if error in reveal breaks it and then an attempt to show error will not work

kenny14:11:07

When working on reveal, do you have both reveal and cursive repl open?

vlaaad15:11:54

Only reveal repl

kenny15:11:32

So how do you know if an ex was thrown? Just good intuition at this point?

vlaaad16:11:55

If no updates happen or something looks wrong, then I check the logs..