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
In light of the AST parsing issues we should find a way to add universal exception handling in the AST parser to decide:
when we encounter an exception, whether we need to stop trying to parse via the AST (only necessary if we are holding references we can't resolve to dependencies etc) or,
Even if we don't encounter an exception, did we successfully resolve everything we need to figure out? I'm not sure how we will be able to tell but I have seen some cases where we are not resolving everything this way, and it's made me wonder if we should stop using the AST parser entirely
The text was updated successfully, but these errors were encountered:
In light of the AST parsing issues we should find a way to add universal exception handling in the AST parser to decide:
The text was updated successfully, but these errors were encountered: