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
Actually, it's my intent that we always run programs, even with errors. Part of the goal of the compiler is to be able to always generate something a user can run.
While implementing #217 I found that
dada run
executes even if there are errors, which causes this program to enter an infinite loop:I think we should avoid running if we encounter any diagnostic with
Severity::Error
.That can also happen for
dada test
and maybe on web playground?The text was updated successfully, but these errors were encountered: