Closed
Description
Hi,
I encountered a problem with Visitor.visit()
today. It does not support using both enter
and leave
on the root node. Here is a pull request that demonstrates the problem: #298. If I understand the problem correctly, this only happens to the root node because the isLeaving()
tree that processes edits is never hit upon the final exit from the root node.
The visitor is a complex bunch of procedural code. Not sure how to proceed.
Metadata
Metadata
Assignees
Labels
No labels