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
Try to remove this logic and instead use the newly introduced info_ctx rollback along with a smart detection of if there was an error or not between a push and a pop.
The parser currently has this variable
has_syntax_error
and there are functions likeparser_has_syntax_error()
that use it.Try to remove this logic and instead use the newly introduced
info_ctx
rollback along with a smart detection of if there was an error or not between a push and a pop.There is a TODO for this here
The text was updated successfully, but these errors were encountered: