-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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(estree/compat): Remove dependency on rayon
#9393
Conversation
🦋 Changeset detectedLatest commit: 214f7d5 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
CI failed |
CodSpeed Performance ReportMerging #9393 will degrade performances by 4.29%Comparing Summary
Benchmarks breakdown
|
It seems to be an existing issue on main that the CI is now running because of the new concurrent feature.
|
The main branch works, and I think it works because |
Are you sure? It's failing for me.
|
CI for main branch passes |
The default stack size of linux is different from the one of macos |
It doesn't seem to run this test on the CI on main because main doesn't have a concurrent feature: https://productionresultssa9.blob.core.windows.net/actions-results/fd9089d3-f3cd-4e56-bb32-566ffa489f30/workflow-job-run-df2dbde4-2171-57ef-1d95-40d5fbea4950/logs/job/job-logs.txt?rsct=text%2Fplain&se=2024-08-07T21%3A42%3A00Z&sig=ADucjSzS4esyerQHiZ1D0Ur%2F2xwXrf%2FqJvMMDH4o0sg%3D&ske=2024-08-08T05%3A57%3A38Z&skoid=ca7593d4-ee42-46cd-af88-8b886a2f84eb&sks=b&skt=2024-08-07T17%3A57%3A38Z&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skv=2024-05-04&sp=r&spr=https&sr=b&st=2024-08-07T21%3A31%3A55Z&sv=2024-05-04 This if statement will not be true on main: swc/scripts/github/test-concurrent.sh Line 16 in d479cc2
|
I'm just saying it's an existing issue on main (not CI). I can look into fixing it tomorrow, though I'm not sure exactly how to do that (I'll look at how stacker is used elsewhere). |
This reverts commit 83ec3ee.
I'll take on this on Monday |
Ok thanks! I tried a bit and couldn't figure it out 😅 |
rayon
Description: Adds a concurrent feature to swc_estree_compat so this can be used without rayon.
Related issue (if exists): None