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
Right now, there are several places that throw exceptions or just call exit. Ideally we want to avoid that so we can report multiple errors for each compilation attempt and potentially centralize the error handling for each step of the pipeline.
Right now, there are several places that throw exceptions or just call
exit. Ideally we want to avoid that so we can report multiple errors for each compilation attempt and potentially centralize the error handling for each step of the pipeline.