You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now to make janus-inspect work, we drop a reference to the parent data structure onto the generated Varying when we create a captive Varying (eg list.length or map.get('key')).
But refs scare me. I don't like refs. Is there another option?
The text was updated successfully, but these errors were encountered:
* i dislike this solution immensely.
* see #145 for why.
* but it's all i can think of for now.
* and though i'm fuzzy on it i do think the GC works out?
* i dislike this solution immensely.
* see #145 for why.
* but it's all i can think of for now.
* and though i'm fuzzy on it i do think the GC works out?
Right now to make janus-inspect work, we drop a reference to the parent data structure onto the generated Varying when we create a captive Varying (eg
list.length
ormap.get('key')
).But refs scare me. I don't like refs. Is there another option?
The text was updated successfully, but these errors were encountered: