reveal

kenny 2021-11-22T00:48:59.093100Z

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?

kenny 2021-11-22T14:31:07.094900Z

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

vlaaad 2021-11-22T15:54:54.095100Z

Only reveal repl

kenny 2021-11-22T15:55:32.095900Z

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

vlaaad 2021-11-22T16:18:55.096100Z

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

kenny 2021-11-22T00:57:40.093400Z

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?

vlaaad 2021-11-22T07:19:13.094100Z

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