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
If you run this with debugging enabled (./configure --enable-debug) you will see that after AST expansion, there are two literal nodes with position 17, two with position 18, and two with position 19. Node positions are supposed to be unique. During AST expansion, new nodes may be created with the same positions as existing nodes, and when that happens the existing nodes are supposed to be renumbered, but this does not always happen as intended. I believe #105 fixes this.
This expression succeeds when it should fail:
The text was updated successfully, but these errors were encountered: