Fork me on GitHub
#portal
<
2022-11-21
>
seancorfield17:11:46

Latest version of Portal in VS Code. Tried to filter a large tree data structure and got this error:

seancorfield17:11:44

That appeared as soon as I typed the first character into the filter input field.

seancorfield17:11:50

Confirmed it happens with pretty much any data. I cleared Portal's history, tap>'d a small hash map, then tried to filter it. Weird, now it works again.

seancorfield18:11:01

It seems that, once it breaks, you can't easily get the Portal window back into a state where it will work again -- but after clearing and eval'ing a few things it started working again for small data, but still fails for the large, nested data structure. @U1G869VNV any hints & tips to help me debug this a bit further, or is the above error enough for you to go on?

djblue18:11:15

I think filtering isn't causing the viewer selection to update for a given value, so the deref viewer is trying to deref the :not-found keyword :thinking_face:

djblue18:11:03

I'll look into this issue when I get some time 👍

seancorfield03:11:08

Thanks. When there's a new release, I'll test it out (I don't use filter much).

👍 1