gnl / playback

Easier-than-print dataflow tracing to tap> and Portal with automatic last-input function replay on eval, instant re-render and effortless extraction of traced data
Other
93 stars 1 forks source link

#><[] result reference not working anymore #4

Open GetBitOutdoors opened 6 months ago

GetBitOutdoors commented 6 months ago

#>(+ 1 1) works and shows results in portal window. (inc #><[]) give error in repl, Execution error (NullPointerException) at gbo.vendor.batson.sku-match/eval72379 (REPL:71). Cannot invoke "Object.getClass()" because "x" is null and doesnt show anything in portal window.

chromalchemy commented 6 months ago

Nevermind, I was in the pprint view by default and didn't have value explicitly selected in portal inspector ui. It's working if I do that.

I was under assumption it would just return last value by default.