playback icon indicating copy to clipboard operation
playback copied to clipboard

#><[] result reference not working anymore

Open GetBitOutdoors opened this issue 1 year ago • 1 comments

#>(+ 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.

GetBitOutdoors avatar Apr 15 '24 18:04 GetBitOutdoors

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.

chromalchemy avatar Apr 15 '24 19:04 chromalchemy