You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thanks for all the killer stuff. there's a new issue i've found that relates only to yarn PnP and only on linux and only on macOS hosts. This Repo will allow you to reproduce, but to save time here is the issue:
as a note, evanw released 0.13.4 which fixes it by avoiding this all together, but I assume you're gonna want to do an RCA for this to determine if it's an actual issue
This issue looks stale, and doesn't feature the reproducible label - which implies that you didn't provide a working reproduction using Sherlock. As a result, it'll be closed in a few days unless a maintainer explicitly vouches for it or you edit your first post to include a formal reproduction (you can use the playground for that).
Note that we require Sherlock reproductions for long-lived issues (rather than standalone git repositories or similar) because we're a small team. Sherlock gives us the ability to check which bugs are still affecting the master branch at any given point, and decreases the amount of code we need to run on our own machines (thus leading to faster bug resolutions). It helps us help you! 😃
If you absolutely cannot reproduce a bug on Sherlock (for example because it's a Windows-only issue), a maintainer will have to manually add the upholded label. Thanks for helping us triaging our repository! 🌟
i'd like to push back pretty hard here. this issue is in how yarn decides when a package needs to be rebuilt, and the check fails during check now. esbuild had to rework how it was building to fix this issue. if i'm still being a dingus i get it but i did include a reproduction repo and associated to the esbuild bug i found
Self-service
Describe the bug
intro
bonjour @arcanis! comment ca va?
thanks for all the killer stuff. there's a new issue i've found that relates only to yarn PnP and only on linux and only on macOS hosts. This Repo will allow you to reproduce, but to save time here is the issue:
how to see the issue?
install on macOS, then copy into docker.
run:
ouput
does it work without pnp?
yes.
does it work on macos and windows?
yes, it's only on linux and only for PnP when copied from a macOS host.
fun info
this broke in esbuild 0.13, but works in esbuild 0.12, already opened a ticket there, and discovered the above info in the process.
see this issue for context
To reproduce
run:
Environment
Additional context
No response
The text was updated successfully, but these errors were encountered: