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
Roast only serializes the parsed modules to JSON. The parsing is still done in Regal (via OPA, naturally), so it’s likely something we’ve changed here recently, perhaps with all the things that went into support Rego v1.
Well, not entirely impossibe after all — we use Roast to serialize all the things we can in Regal now. And I guess that includes errors. Still, I'd be surprised if that was the issue here... but who knows :)
It appears this line is no longer getting a list of parse errors like we used to, and so we get no parse error violations any more.
https://github.com/StyraInc/regal/blob/main/internal/lsp/lint.go#L79
I guess something might have changed with our using Roast now?
The text was updated successfully, but these errors were encountered: