Skip to content

feat(fmt): enable parallel formatting - #132

Open
chenjiahan wants to merge 2 commits into
mainfrom
chenjiahan/feat-fmt-parallel-worker
Open

feat(fmt): enable parallel formatting#132
chenjiahan wants to merge 2 commits into
mainfrom
chenjiahan/feat-fmt-parallel-worker

Conversation

@chenjiahan

Copy link
Copy Markdown
Member

Running rs fmt serially leaves available CPU capacity unused on multi-file workloads. This PR enables worker-based parallel formatting by default, lazily loads the worker pool, and preserves serial execution for single-file or non-cloneable requests. It also adds --no-parallel and --noParallel as explicit opt-outs, with coverage for worker startup, fallback, result ordering, and CLI behavior.

@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Aug 1, 2026

Copy link
Copy Markdown

Deploying rstack-cli with  Cloudflare Pages  Cloudflare Pages

Latest commit: d191590
Status: ✅  Deploy successful!
Preview URL: https://fb4b85a9.rstack-cli.pages.dev
Branch Preview URL: https://chenjiahan-feat-fmt-parallel.rstack-cli.pages.dev

View logs

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 6bb7addffc

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

## isotimer

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Add the missing immediato license notice

The published formatter bundle now includes isotimer, whose newly added dependency chain includes immediato@1.1.0 (pnpm-lock.yaml:3419-3421), but this notice lists the other WorkTank transitive packages without including immediato. Because its MIT license requires its copyright and permission notice to accompany substantial distributed copies, add immediato’s license entry before publishing the bundled package.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant