这是indexloc提供的服务,不要输入任何密码
Skip to content

feat: port daemon client to rust #3671

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

Merged
merged 40 commits into from
Mar 20, 2023
Merged

feat: port daemon client to rust #3671

merged 40 commits into from
Mar 20, 2023

Conversation

arlyon
Copy link
Contributor

@arlyon arlyon commented Feb 7, 2023

We still need to maintain the go client until run is ported, as the go side needs it to save and request changed files. Now that the daemon client is ported, the next step is to port the globbing tools needed for the daemon server followed by the server itself.

Please note this is currently using a fork of the pidlock crate.

@arlyon arlyon requested review from a team as code owners February 7, 2023 11:07
@vercel
Copy link

vercel bot commented Feb 7, 2023

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

Name Status Preview Comments Updated
examples-gatsby-web 🔄 Building (Inspect) Mar 20, 2023 at 2:39PM (UTC)
turbo-benchmark ❌ Failed (Inspect) Mar 20, 2023 at 2:39PM (UTC)
turbo-buildcontainer ❌ Failed (Inspect) Mar 20, 2023 at 2:39PM (UTC)
turbo-cli ❌ Failed (Inspect) Mar 20, 2023 at 2:39PM (UTC)
turbo-crates ❌ Failed (Inspect) Mar 20, 2023 at 2:39PM (UTC)
turbo-docs ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 20, 2023 at 2:39PM (UTC)
turbo-docs-at18 ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 20, 2023 at 2:39PM (UTC)
turbo-js ❌ Failed (Inspect) Mar 20, 2023 at 2:39PM (UTC)
turbo-js-q5o2 ❌ Failed (Inspect) Mar 20, 2023 at 2:39PM (UTC)
turbo-site ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Mar 20, 2023 at 2:39PM (UTC)
turbo-tests ❌ Failed (Inspect) Mar 20, 2023 at 2:39PM (UTC)
turbo-tests-7fjh ❌ Failed (Inspect) Mar 20, 2023 at 2:39PM (UTC)
turbo-turbo-tracing-next-plugin ❌ Failed (Inspect) Mar 20, 2023 at 2:39PM (UTC)
turbo-turbo-tracing-next-plugin-ek5c ❌ Failed (Inspect) Mar 20, 2023 at 2:39PM (UTC)
turbo-with-mongodb-mongoose ❌ Failed (Inspect) Mar 20, 2023 at 2:39PM (UTC)
turbo-with-mongodb-mongoose-8o41 ❌ Failed (Inspect) Mar 20, 2023 at 2:39PM (UTC)
9 Ignored Deployments
Name Status Preview Comments Updated
examples-basic-web ⬜️ Ignored (Inspect) Mar 20, 2023 at 2:39PM (UTC)
examples-cra-web ⬜️ Ignored (Inspect) Mar 20, 2023 at 2:39PM (UTC)
examples-designsystem-docs ⬜️ Ignored (Inspect) Mar 20, 2023 at 2:39PM (UTC)
examples-kitchensink-blog ⬜️ Ignored (Inspect) Mar 20, 2023 at 2:39PM (UTC)
examples-native-web ⬜️ Ignored (Inspect) Mar 20, 2023 at 2:39PM (UTC)
examples-nonmonorepo ⬜️ Ignored (Inspect) Mar 20, 2023 at 2:39PM (UTC)
examples-svelte-web ⬜️ Ignored (Inspect) Mar 20, 2023 at 2:39PM (UTC)
examples-tailwind-web ⬜️ Ignored (Inspect) Mar 20, 2023 at 2:39PM (UTC)
examples-vite-web ⬜️ Ignored (Inspect) Mar 20, 2023 at 2:39PM (UTC)

@arlyon arlyon marked this pull request as draft February 7, 2023 11:14
@github-actions
Copy link
Contributor

github-actions bot commented Feb 7, 2023

🟢 CI successful 🟢

Thanks

@arlyon arlyon force-pushed the feat/port-daemon-client branch from 3416a4b to cfad7ae Compare February 7, 2023 11:15
@arlyon arlyon force-pushed the feat/port-daemon-client branch from cfad7ae to aa1cdfc Compare February 7, 2023 11:29
@arlyon arlyon force-pushed the feat/port-daemon-client branch from 4fa55ff to a21898a Compare March 20, 2023 14:37
@arlyon arlyon merged commit c4b5248 into main Mar 20, 2023
@arlyon arlyon deleted the feat/port-daemon-client branch March 20, 2023 15:42
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 25, 2024
We still need to maintain the go client until run is ported, as the go
side needs it to save and request changed files. Now that the daemon
client is ported, the next step is to port the globbing tools needed for
the daemon server followed by the server itself.

Please note this is currently using a fork of the pidlock crate.

---------

Co-authored-by: Greg Soltis <greg.soltis@vercel.com>
Co-authored-by: Chris Olszewski <chris.olszewski@vercel.com>
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
We still need to maintain the go client until run is ported, as the go
side needs it to save and request changed files. Now that the daemon
client is ported, the next step is to port the globbing tools needed for
the daemon server followed by the server itself.

Please note this is currently using a fork of the pidlock crate.

---------

Co-authored-by: Greg Soltis <greg.soltis@vercel.com>
Co-authored-by: Chris Olszewski <chris.olszewski@vercel.com>
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Aug 1, 2024
We still need to maintain the go client until run is ported, as the go
side needs it to save and request changed files. Now that the daemon
client is ported, the next step is to port the globbing tools needed for
the daemon server followed by the server itself.

Please note this is currently using a fork of the pidlock crate.

---------

Co-authored-by: Greg Soltis <greg.soltis@vercel.com>
Co-authored-by: Chris Olszewski <chris.olszewski@vercel.com>
chris-olszewski pushed a commit that referenced this pull request Jan 29, 2025
### Description

it was added in #3671 but wasn't used
<!--
  ✍️ Write a short summary of your work.
  If necessary, include relevant screenshots.
-->

### Testing Instructions

<!--
  Give a quick description of steps to test your changes.
-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: ci pr: fixship A PR which is approved with notes and does not require re-review.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants