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

turbopack-node: Use path.join for postcss loader #8105

Merged
merged 1 commit into from
May 8, 2024
Merged

Conversation

bgw
Copy link
Member

@bgw bgw commented May 7, 2024

Description

A followup requested by @sokra in #7995 (comment)

There's no meaningful change in behavior here, as node on windows interprets both / and \ as valid path separators, but this makes the intent clearer.

Testing Instructions

Repeated the test plan for #7995. Tested on both Windows and Linux.

Screenshot 2024-05-07 at 2.22.17 PM.png

Closes PACK-3049

Copy link

vercel bot commented May 7, 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 May 7, 2024 9:06pm
examples-designsystem-docs 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 7, 2024 9:06pm
examples-gatsby-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 7, 2024 9:06pm
examples-native-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 7, 2024 9:06pm
examples-nonmonorepo ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2024 9:06pm
examples-svelte-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 7, 2024 9:06pm
examples-tailwind-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 7, 2024 9:06pm
examples-vite-web 🔄 Building (Inspect) Visit Preview 💬 Add feedback May 7, 2024 9:06pm
rust-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback May 7, 2024 9:06pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
examples-kitchensink-blog ⬜️ Ignored (Inspect) Visit Preview May 7, 2024 9:06pm

Copy link
Member Author

bgw commented May 7, 2024

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @bgw and the rest of your teammates on Graphite Graphite

Copy link
Contributor

github-actions bot commented May 7, 2024

🟢 Turbopack Benchmark CI successful 🟢

Thanks

Copy link
Contributor

github-actions bot commented May 7, 2024

✅ This change can build next-swc

Copy link
Contributor

github-actions bot commented May 7, 2024

⚠️ CI failed ⚠️

The following steps have failed in CI:

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

See workflow summary for details

@bgw bgw requested review from sokra and wbinnssmith May 7, 2024 21:17
@bgw bgw marked this pull request as ready for review May 7, 2024 21:24
@bgw bgw requested a review from a team as a code owner May 7, 2024 21:24
@sokra sokra merged commit 50d6b41 into main May 8, 2024
48 of 50 checks passed
@sokra sokra deleted the bgw/postcss-path-join branch May 8, 2024 06:36
sokra added a commit to vercel/next.js that referenced this pull request May 8, 2024
* vercel/turbo#8073 <!-- OJ Kwon -
feat(webpack-loaders): support dummy span interface -->
* vercel/turbo#8083 <!-- OJ Kwon - fix(webpack):
print resource, project path when relative calc fails -->
* vercel/turbo#8094 <!-- Tim Neutkens -
Implement bindings for Turbopack trace server -->
* vercel/turbo#8061 <!-- Tobias Koppers - reduce
memory usage in analyser -->
* vercel/turbo#8077 <!-- Alexander Lyon - Remove
async-trait from a few crates -->
* vercel/turbo#8102 <!-- Tobias Koppers - fix
memory counting without custom allocator -->
* vercel/turbo#8096 <!-- Benjamin Woodruff -
turbo-tasks: Expand `<T as TaskOutput>::Return` values in macros -->
* vercel/turbo#8105 <!-- Benjamin Woodruff -
turbopack-node: Use path.join for postcss loader -->
* vercel/turbo#8099 <!-- Tim Neutkens - Replace
websocket with tungstenite for turbo-trace-server -->
* vercel/turbo#8060 <!-- Donny/강동윤 - feat: Add
lint for `grid-template-areas` -->
* vercel/turbo#8110 <!-- Tobias Koppers - fix
lockfile -->
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