Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(core): set rust watcher as default #17728

Merged
merged 5 commits into from
Jun 27, 2023

Conversation

Cammisuli
Copy link
Member

Current Behavior

the rust watcher is optional and is hidden behind a useNativeWatcher flag.

Expected Behavior

The parcel watcher is now optional, and the rust one is enabled by default. If problems come up with the rust watcher, we have a fallback option to re-enable the parcel watcher by setting useParcelWatcher to true in nx.json >taskRunnerOptions.default.options.useParcelWatcher

Note
Should be merged in after 16.4.0 is released, and put into the 16.5.0 betas

@Cammisuli Cammisuli requested a review from a team as a code owner June 22, 2023 14:16
@vercel
Copy link

vercel bot commented Jun 22, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
nx-dev ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 27, 2023 11:08am

@nx-cloud
Copy link

nx-cloud bot commented Jun 22, 2023

☁️ Nx Cloud Report

CI is running/has finished running commands for commit 72e51bd. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.

📂 See all runs for this branch


✅ Successfully ran 1 target

Sent with 💌 from NxCloud.

Update the EventType enumeration in the watch/types.rs file to include a new value for "create". This change addresses a missing case in the event handling and enables better tracking of file creation events. Additionally, update associated tests to reflect this change.
@FrozenPandaz FrozenPandaz merged commit a4c92d8 into nrwl:master Jun 27, 2023
@github-actions
Copy link

github-actions bot commented Jul 3, 2023

This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 3, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants