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(Turborepo): file hash watching #7855

Merged
merged 2 commits into from Apr 16, 2024

Conversation

gsoltis
Copy link
Contributor

@gsoltis gsoltis commented Mar 27, 2024

Description

  • Implements basic file hash watching. Does not yet handle inputs, although some of the infrastructure is there for them
  • Updates some Display and Debug implementations on various glob wrappers to be less noisy

Testing Instructions

The hash watching process has a couple of tests for scenarios like files changing and switching git branches, which triggers a change in package layout.

Closes TURBO-2721

Copy link

vercel bot commented Mar 27, 2024

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

Name Status Preview Comments Updated (UTC)
examples-basic-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Apr 16, 2024 7:39pm
examples-designsystem-docs 🔄 Building (Inspect) Visit Preview 💬 Add feedback Apr 16, 2024 7:39pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2024 7:39pm
examples-svelte-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Apr 16, 2024 7:39pm
rust-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 16, 2024 7:39pm
turbo-turbo-tracing-next-plugin ❌ Failed (Inspect) Apr 16, 2024 7:39pm
5 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-gatsby-web ⬜️ Ignored (Inspect) Visit Preview Apr 16, 2024 7:39pm
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview Apr 16, 2024 7:39pm
examples-native-web ⬜️ Ignored (Inspect) Visit Preview Apr 16, 2024 7:39pm
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Apr 16, 2024 7:39pm
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Apr 16, 2024 7:39pm

Copy link
Contributor Author

gsoltis commented Mar 27, 2024

Copy link
Contributor

github-actions bot commented Mar 27, 2024

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link
Contributor

github-actions bot commented Mar 28, 2024

🟢 CI successful 🟢

Thanks

@gsoltis gsoltis force-pushed the 03-25-feat_turborepo_file_hash_watching branch from 6e2e7f2 to 6ee5a57 Compare March 29, 2024 17:41
@gsoltis gsoltis force-pushed the 03-25-feat_turborepo_file_hash_watching branch from 6ee5a57 to babe8ee Compare March 29, 2024 20:32
@gsoltis gsoltis force-pushed the 03-25-feat_turborepo_file_hash_watching branch from babe8ee to 1ba0d7a Compare April 1, 2024 19:41
@gsoltis gsoltis force-pushed the 03-25-feat_turborepo_file_hash_watching branch from 1ba0d7a to de642b3 Compare April 1, 2024 23:40
@gsoltis gsoltis force-pushed the 03-25-feat_turborepo_file_hash_watching branch from de642b3 to ac229a4 Compare April 2, 2024 17:01
@gsoltis gsoltis force-pushed the 03-25-feat_turborepo_file_hash_watching branch from ac229a4 to 93d74a7 Compare April 2, 2024 17:23
@gsoltis gsoltis force-pushed the 03-25-feat_turborepo_file_hash_watching branch from 93d74a7 to 8478cd5 Compare April 2, 2024 17:45
@gsoltis gsoltis force-pushed the 03-25-feat_turborepo_file_hash_watching branch from 1bac6f9 to b4a0015 Compare April 16, 2024 19:28
@gsoltis gsoltis merged commit 10eab3d into main Apr 16, 2024
55 checks passed
@gsoltis gsoltis deleted the 03-25-feat_turborepo_file_hash_watching branch April 16, 2024 20:05
Copy link
Contributor Author

gsoltis commented Apr 16, 2024

Merge activity

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

Successfully merging this pull request may close these issues.

None yet

2 participants