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
If we have a non-terminating expression which is evaluated during normalization then we will currently hang the LSP and the compiler. I think it makes sense to add a limit on the iterations that the normalizer is allowed to take and to report an error if this limit is reached.
The text was updated successfully, but these errors were encountered:
If we have a non-terminating expression which is evaluated during normalization then we will currently hang the LSP and the compiler. I think it makes sense to add a limit on the iterations that the normalizer is allowed to take and to report an error if this limit is reached.
The text was updated successfully, but these errors were encountered: