mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-04 09:03:47 +00:00
This commit alters `roc check` to be able to run on Markdown files. The overall flow is: - check if the file has a `.md` extension - if it does extract any fenced code blocks marked as Roc - write those blocks to temp files - run `roc check` sequentially on every temp file - print out the results of `roc check` - exit early if any individual `roc check` has non-zero exit status - if the file does not have `.md` extension proceed as before |
||
|---|---|---|
| .. | ||
| algorithms | ||
| benchmarks | ||
| cli | ||
| expects | ||
| expects_transitive | ||
| fixtures | ||
| known_bad | ||
| module_imports_pkg | ||
| module_params | ||
| platform_requires_pkg | ||
| cli_run.rs | ||