Compact toolchain docs copied to midnight-docs#867
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
midnight-ci seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
Summary
Errors per inputErrors in docs/compact/compilation-and-tooling/compiler-usage.mdx
Errors in docs/compact/compilation-and-tooling/fixup-usage.mdx
Errors in docs/compact/compilation-and-tooling/formatter-usage.mdx
Errors in docs/compact/reference/compact-reference.mdx
Errors in docs/compact/reference/writing.mdx
|
| formatter on its own. [The usage page of the Compact command-line tool](dev-tool-usage) | ||
| is provided separately. | ||
| This document assumes you are using **format-compact** directly. | ||
| Typically, however, the formatter is invoked via the **compact** tool's `format` |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Midnight.Readability] 'is invoked' should be in the active voice.
| is provided separately. | ||
| This document assumes you are using **format-compact** directly. | ||
| Typically, however, the formatter is invoked via the **compact** tool's `format` | ||
| command, which is described in the [usage page for that tool](dev-tool-usage). |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Midnight.Readability] 'is described' should be in the active voice.
|
|
||
| The Compact formatter is part of the Compact toolchain and | ||
| it takes as input a Compact source program in a specified | ||
| The Compact formatter is part of the Compact toolchain. |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'Toolchain' instead of 'toolchain'.
| However, use the Compact command-line tool instead of using the | ||
| compiler on its own. [The usage page of the Compact command-line tool](dev-tool-usage) | ||
| is provided separately. | ||
| This document assumes you are using **compactc** directly. |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Vale.Spelling] Did you really mean 'compactc'?
| compiler on its own. [The usage page of the Compact command-line tool](dev-tool-usage) | ||
| is provided separately. | ||
| This document assumes you are using **compactc** directly. | ||
| Typically, however, the compiler is invoked via the **compact** tool's `compile` |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Midnight.Readability] 'is invoked' should be in the active voice.
| _options_ are optional. If _version_ does not exist, then both the compiler and | ||
| the command-line tool _options_ can be used. Otherwise, only the compiler _options_ | ||
| can be used. | ||
| specified, the installed default version of the Compact toolchain is used. The |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Vale.Terms] Use 'Toolchain' instead of 'toolchain'.
| _options_ are optional. If _version_ does not exist, then both the compiler and | ||
| the command-line tool _options_ can be used. Otherwise, only the compiler _options_ | ||
| can be used. | ||
| specified, the installed default version of the Compact toolchain is used. The |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Midnight.Readability] 'is used' should be in the active voice.
| can be used. | ||
| specified, the installed default version of the Compact toolchain is used. The | ||
| _options_ are optional. If _+version_ does not exist, then both the installed default | ||
| compiler and the command-line tool _options_ can be used. |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Midnight.Readability] 'be used' should be in the active voice.
| specified, the installed default version of the Compact toolchain is used. The | ||
| _options_ are optional. If _+version_ does not exist, then both the installed default | ||
| compiler and the command-line tool _options_ can be used. | ||
| Otherwise, only the _options_ of the installed specified compiler can be used. |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Midnight.Readability] 'be used' should be in the active voice.
| directories; when a directory is given, all `.compact` files within it are | ||
| discovered recursively, respecting `.gitignore` rules. If no _files_ are | ||
| specified, then the current directory (`.`) is used. | ||
| specified, the current directory (`.`) is used. |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[Midnight.Readability] 'is used' should be in the active voice.
🚀 Preview Deployment✅ Deployment Ready 🔗 Preview URL: https://pr-867-midnight-docs.vercel.app 📝 Latest commit: This preview updates automatically when you push new commits to this PR. |
PR: Compact toolchain docs copied to midnight-docs