-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
chore: add parallel rust frontend and remove unused rust dependencies #7409
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The latest updates on your projects. Learn more about Vercel for Git ↗︎
7 Ignored Deployments
|
✅ This change can build |
ForsakenHarmony
force-pushed
the
hrmny/unused-dependencies
branch
from
February 17, 2024 02:37
e73ecbd
to
6cf9376
Compare
🟢 Turbopack Benchmark CI successful 🟢Thanks |
|
ForsakenHarmony
force-pushed
the
hrmny/unused-dependencies
branch
2 times, most recently
from
February 19, 2024 14:02
5f4d006
to
760cfed
Compare
sokra
approved these changes
Apr 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR title should mention the parallel frontend change too
ForsakenHarmony
force-pushed
the
hrmny/unused-dependencies
branch
from
April 8, 2024 13:12
937582a
to
9a0ebbf
Compare
ForsakenHarmony
force-pushed
the
hrmny/unused-dependencies
branch
from
April 8, 2024 14:48
894e132
to
110bfc0
Compare
ForsakenHarmony
changed the title
chore: remove unused rust dependencies
chore: add parallel rust frontend and remove unused rust dependencies
Apr 8, 2024
wbinnssmith
approved these changes
Apr 8, 2024
arlyon
approved these changes
Apr 9, 2024
kdy1
added a commit
to vercel/next.js
that referenced
this pull request
Apr 11, 2024
# Turbopack * vercel/turborepo#7409 <!-- hrmny - chore: add parallel rust frontend and remove unused rust dependencies --> * vercel/turborepo#7920 <!-- Tobias Koppers - remove warning when there is no PostCSS config --> * vercel/turborepo#7929 <!-- Tim Neutkens - Remove environment variables page from Turbopack docs --> * vercel/turborepo#7926 <!-- Tim Neutkens - Remove outdated section --> * vercel/turborepo#7925 <!-- Tim Neutkens - Update Turbopack CSS docs --> * vercel/turborepo#7928 <!-- Tim Neutkens - Update Next.js mention in Turbopack docs --> * vercel/turborepo#7856 <!-- Donny/강동윤 - build: Update `swc_core` to `v0.90.29` --> ### What? Update SWC crates. ### Why? 1. To keep in sync 2. Prepare usage of source map range mappings. getsentry/rust-sourcemap#77 ### How? Closes PACK-2860
sokra
added a commit
to vercel/next.js
that referenced
this pull request
Apr 11, 2024
* vercel/turborepo#7409 <!-- hrmny - chore: add parallel rust frontend and remove unused rust dependencies --> * vercel/turborepo#7920 <!-- Tobias Koppers - remove warning when there is no PostCSS config --> * vercel/turborepo#7856 <!-- Donny/강동윤 - build: Update `swc_core` to `v0.90.29` --> * vercel/turborepo#7941 <!-- Tobias Koppers - fix recursion cycle when having a cycle of dynamic imports --> * vercel/turborepo#7943 <!-- Tobias Koppers - fix HMR by removing chunks from chunk list hash -->
chris-olszewski
added a commit
that referenced
this pull request
Apr 16, 2024
…-rust-toolchain (#7972) ### Description #7409 deleted `rust-toolchain` in favor of `rust-toolchain.toml` which isn't supported by the no longer maintained `action-rs/toolchain` This broke our release process: https://github.com/vercel/turbo/actions/runs/8695260821/job/23846306200#step:7:12 ### Testing Instructions [Release dry run](https://github.com/vercel/turbo/actions/runs/8697187026) Closes TURBO-2810
ForsakenHarmony
added a commit
to vercel/next.js
that referenced
this pull request
Apr 16, 2024
### What? Toolchain is updated as well. Should improve compile times marginally, also added the new parallel frontend. Depends on vercel/turborepo#7409 Closes PACK-2526
ForsakenHarmony
added a commit
to vercel/next.js
that referenced
this pull request
Jul 25, 2024
…vercel/turborepo#7409) ### Description Should improve compile times marginally, also added the new parallel frontend. Also includes some clippy fixes (`cargo-groups` seems to be broken). `turbopack-cli`: 761 -> 719 compilation units `turbo`: 574 -> 564 compilation units Closes PACK-2525
ForsakenHarmony
added a commit
to vercel/next.js
that referenced
this pull request
Jul 29, 2024
…vercel/turborepo#7409) ### Description Should improve compile times marginally, also added the new parallel frontend. Also includes some clippy fixes (`cargo-groups` seems to be broken). `turbopack-cli`: 761 -> 719 compilation units `turbo`: 574 -> 564 compilation units Closes PACK-2525
ForsakenHarmony
added a commit
to vercel/next.js
that referenced
this pull request
Jul 29, 2024
…vercel/turborepo#7409) ### Description Should improve compile times marginally, also added the new parallel frontend. Also includes some clippy fixes (`cargo-groups` seems to be broken). `turbopack-cli`: 761 -> 719 compilation units `turbo`: 574 -> 564 compilation units Closes PACK-2525
ForsakenHarmony
added a commit
to vercel/next.js
that referenced
this pull request
Aug 1, 2024
…vercel/turborepo#7409) ### Description Should improve compile times marginally, also added the new parallel frontend. Also includes some clippy fixes (`cargo-groups` seems to be broken). `turbopack-cli`: 761 -> 719 compilation units `turbo`: 574 -> 564 compilation units Closes PACK-2525
ForsakenHarmony
added a commit
to vercel/next.js
that referenced
this pull request
Aug 14, 2024
### What? Toolchain is updated as well. Should improve compile times marginally, also added the new parallel frontend. Depends on vercel/turborepo#7409 Closes PACK-2526
ForsakenHarmony
added a commit
to vercel/next.js
that referenced
this pull request
Aug 15, 2024
### What? Toolchain is updated as well. Should improve compile times marginally, also added the new parallel frontend. Depends on vercel/turborepo#7409 Closes PACK-2526
ForsakenHarmony
added a commit
to vercel/next.js
that referenced
this pull request
Aug 16, 2024
### What? Toolchain is updated as well. Should improve compile times marginally, also added the new parallel frontend. Depends on vercel/turborepo#7409 Closes PACK-2526
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Should improve compile times marginally, also added the new parallel frontend.
Also includes some clippy fixes (
cargo-groups
seems to be broken).turbopack-cli
: 761 -> 719 compilation unitsturbo
: 574 -> 564 compilation unitsCloses PACK-2525