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(turbopack): Handle fragment in requests #7935

Merged
merged 11 commits into from
Apr 23, 2024
Merged

feat(turbopack): Handle fragment in requests #7935

merged 11 commits into from
Apr 23, 2024

Conversation

kdy1
Copy link
Member

@kdy1 kdy1 commented Apr 11, 2024

Description

This reverts commit 1bfe729.

Testing Instructions

vercel/next.js#64232

Copy link

vercel bot commented Apr 11, 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 22, 2024 0:33am
examples-gatsby-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 0:33am
examples-kitchensink-blog 🔄 Building (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 0:33am
examples-native-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 0:33am
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 0:33am
rust-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 22, 2024 0:33am
turbo-turbo-tracing-next-plugin ❌ Failed (Inspect) Apr 22, 2024 0:33am
4 Ignored Deployments
Name Status Preview Comments Updated (UTC)
examples-designsystem-docs ⬜️ Ignored (Inspect) Visit Preview Apr 22, 2024 0:33am
examples-svelte-web ⬜️ Ignored (Inspect) Visit Preview Apr 22, 2024 0:33am
examples-tailwind-web ⬜️ Ignored (Inspect) Visit Preview Apr 22, 2024 0:33am
examples-vite-web ⬜️ Ignored (Inspect) Visit Preview Apr 22, 2024 0:33am

Copy link
Contributor

github-actions bot commented Apr 11, 2024

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link
Contributor

github-actions bot commented Apr 11, 2024

✅ This change can build next-swc

Copy link
Contributor

github-actions bot commented Apr 11, 2024

⚠️ CI failed ⚠️

The following steps have failed in CI:

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

See workflow summary for details

@kdy1
Copy link
Member Author

kdy1 commented Apr 17, 2024

I verified that the problematic test case, test/e2e/app-dir/resource-url-encoding/resource-url-encoding.test.ts , passes locally.

@kdy1 kdy1 marked this pull request as ready for review April 17, 2024 04:41
@kdy1 kdy1 requested a review from a team as a code owner April 17, 2024 04:41
@@ -1882,14 +1929,38 @@ async fn resolve_relative_request(
options_value,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You might need to handle fragment here too

Copy link
Member

@sokra sokra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good. Let's add a test case into turbopack-tests/execution too to verify its working

@kdy1 kdy1 merged commit 5c3b511 into main Apr 23, 2024
48 of 50 checks passed
@kdy1 kdy1 deleted the kdy1/pack-1006 branch April 23, 2024 00:59
sokra pushed a commit to vercel/next.js that referenced this pull request Apr 23, 2024
# Turbopack

* vercel/turborepo#7935 <!-- Donny/강동윤 -
feat(turbopack): Handle fragment in requests -->

### What?

turbopack counterpart: vercel/turborepo#7935

### Why?

We need to fix build

### How?

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

This reverts commit 30ebc69.

### Testing Instructions

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

This reverts commit 73fd400.

### Testing Instructions

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

This reverts commit 5ed785e.

### Testing Instructions

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

This reverts commit 0d1ba8a.

### Testing Instructions

#64232
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Aug 14, 2024
# Turbopack

* vercel/turborepo#7935 <!-- Donny/강동윤 -
feat(turbopack): Handle fragment in requests -->

### What?

turbopack counterpart: vercel/turborepo#7935

### Why?

We need to fix build

### How?

Closes PACK-1006
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Aug 15, 2024
# Turbopack

* vercel/turborepo#7935 <!-- Donny/강동윤 -
feat(turbopack): Handle fragment in requests -->

### What?

turbopack counterpart: vercel/turborepo#7935

### Why?

We need to fix build

### How?

Closes PACK-1006
ForsakenHarmony pushed a commit to vercel/next.js that referenced this pull request Aug 16, 2024
* vercel/turborepo#7935 <!-- Donny/강동윤 -
feat(turbopack): Handle fragment in requests -->

turbopack counterpart: vercel/turborepo#7935

We need to fix build

Closes PACK-1006
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