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

test: Add an execution test for paren_remover #8371

Merged
merged 1 commit into from
Jun 7, 2024
Merged

test: Add an execution test for paren_remover #8371

merged 1 commit into from
Jun 7, 2024

Conversation

kdy1
Copy link
Member

@kdy1 kdy1 commented Jun 7, 2024

Description

I copied the test from swc-project/swc#8442. This input file fails if the paren_remover is not applied.

Testing Instructions

Closes PACK-3110

@kdy1 kdy1 self-assigned this Jun 7, 2024
@kdy1 kdy1 requested a review from a team as a code owner June 7, 2024 10:40
Copy link

vercel bot commented Jun 7, 2024

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

Name Status Preview Comments Updated (UTC)
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 7, 2024 10:41am
rust-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 7, 2024 10:41am
8 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-basic-web ⬜️ Ignored (Inspect) Jun 7, 2024 10:41am
examples-designsystem-docs ⬜️ Ignored (Inspect) Jun 7, 2024 10:41am
examples-gatsby-web ⬜️ Ignored (Inspect) Jun 7, 2024 10:41am
examples-kitchensink-blog ⬜️ Ignored (Inspect) Jun 7, 2024 10:41am
examples-native-web ⬜️ Ignored (Inspect) Jun 7, 2024 10:41am
examples-svelte-web ⬜️ Ignored (Inspect) Jun 7, 2024 10:41am
examples-tailwind-web ⬜️ Ignored (Inspect) Jun 7, 2024 10:41am
examples-vite-web ⬜️ Ignored (Inspect) Jun 7, 2024 10:41am

Copy link
Contributor

github-actions bot commented Jun 7, 2024

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link
Contributor

github-actions bot commented Jun 7, 2024

✅ This change can build next-swc

Copy link
Contributor

github-actions bot commented Jun 7, 2024

⚠️ CI failed ⚠️

The following steps have failed in CI:

  • Turbopack Rust tests (mac/win, non-blocking)

See workflow summary for details

@kdy1 kdy1 enabled auto-merge (squash) June 7, 2024 11:35
@kdy1 kdy1 merged commit 95f0db2 into main Jun 7, 2024
56 of 58 checks passed
@kdy1 kdy1 deleted the kdy1/paren-exec branch June 7, 2024 21:42
ForsakenHarmony added a commit to vercel/next.js that referenced this pull request Jun 10, 2024
### What?
This is a fix for a bundle potentially referring to two different
external modules (e.g. `react` because it gets invalided from the
require cache)

See vercel/turborepo#7988

### Turbopack Updates
* vercel/turborepo#8376 <!-- Tim Neutkens - Rename
ChunkLoading::None to ChunkLoading::Edge -->
* vercel/turborepo#8371 <!-- Donny/강동윤 - test: Add
an execution test for `paren_remover` -->
* vercel/turborepo#8370 <!-- Tobias Koppers - Tree
Shaking shared state and side effects -->
* vercel/turborepo#7988 <!-- hrmny -
feat(turbopack-ecmascript): cache external modules with wrapper -->

Closes PACK-2622
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 25, 2024
### Description

I copied the test from swc-project/swc#8442.
This input file fails if the `paren_remover` is not applied.

### Testing Instructions

Closes PACK-3110
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
### Description

I copied the test from swc-project/swc#8442.
This input file fails if the `paren_remover` is not applied.

### Testing Instructions

Closes PACK-3110
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Jul 29, 2024
### Description

I copied the test from swc-project/swc#8442.
This input file fails if the `paren_remover` is not applied.

### Testing Instructions

Closes PACK-3110
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Aug 1, 2024
### Description

I copied the test from swc-project/swc#8442.
This input file fails if the `paren_remover` is not applied.

### Testing Instructions

Closes PACK-3110
ForsakenHarmony added a commit to vercel/next.js that referenced this pull request Aug 16, 2024
This is a fix for a bundle potentially referring to two different
external modules (e.g. `react` because it gets invalided from the
require cache)

See vercel/turborepo#7988

* vercel/turborepo#8376 <!-- Tim Neutkens - Rename
ChunkLoading::None to ChunkLoading::Edge -->
* vercel/turborepo#8371 <!-- Donny/강동윤 - test: Add
an execution test for `paren_remover` -->
* vercel/turborepo#8370 <!-- Tobias Koppers - Tree
Shaking shared state and side effects -->
* vercel/turborepo#7988 <!-- hrmny -
feat(turbopack-ecmascript): cache external modules with wrapper -->

Closes PACK-2622
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.

2 participants