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
After editing a certain range of the tree using Tree.edit / Tree.edit_s, some calls to Node.source will return rubbish values.
This seems to only apply to nodes that were not affected by the edit. Nodes that did experience changes will return their source text correctly, while unaffected nodes return what I can only assume is junk.
The text was updated successfully, but these errors were encountered:
After editing a certain range of the tree using
Tree.edit
/Tree.edit_s
, some calls toNode.source
will return rubbish values.This seems to only apply to nodes that were not affected by the edit. Nodes that did experience changes will return their source text correctly, while unaffected nodes return what I can only assume is junk.
The text was updated successfully, but these errors were encountered: