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 have swarm format, and we have the LSP, but sometimes it might be nice to have a quick command-line-friendly way to fully parse + typecheck a .sw file. Concretely, I propose adding a new subcommand swarm check which is similar to swarm format but also typechecks the indicated file, and prints any errors (or a brief "OK" message) to stdout.
The text was updated successfully, but these errors were encountered:
We have
swarm format
, and we have the LSP, but sometimes it might be nice to have a quick command-line-friendly way to fully parse + typecheck a.sw
file. Concretely, I propose adding a new subcommandswarm check
which is similar toswarm format
but also typechecks the indicated file, and prints any errors (or a brief "OK" message) to stdout.The text was updated successfully, but these errors were encountered: