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
The generic mutator may take out the numblock lvars, which would turn the node into a not numblock anymore.
The solution will require to scan the generated node for numblock args, and on their absence fall back to regular blocks. This needs to honor lvar scope boundaries, nested numblocks etc.
The generic mutator may take out the numblock lvars, which would turn the node into a not numblock anymore.
The solution will require to scan the generated node for numblock args, and on their absence fall back to regular blocks. This needs to honor lvar scope boundaries, nested numblocks etc.
Related to: #1243
The text was updated successfully, but these errors were encountered: