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
We should think about how to deal with the memory usage when creating a disproportionately large number of errors in a memory constrained runtime environment. While in a LSP or editor environment it's vital to create as many useful diagnostics as possible, we may wish to have a separate API entry that at some determined point gives up and returns early.
The text was updated successfully, but these errors were encountered:
lrlna
changed the title
dealing with very large number of errors in a runtime usage of the parser
add limit_diagnostics to parser/compiler limits
Feb 5, 2024
We should think about how to deal with the memory usage when creating a disproportionately large number of errors in a memory constrained runtime environment. While in a LSP or editor environment it's vital to create as many useful diagnostics as possible, we may wish to have a separate API entry that at some determined point gives up and returns early.
The text was updated successfully, but these errors were encountered: