-
Notifications
You must be signed in to change notification settings - Fork 121
Fix broken offthread compilation on Windows #341
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
Conversation
Hmm, I was trying to reproduce the same crash from servo/servo#29214 (comment) but all the Windows tests are working fine :( |
☔ The latest upstream changes (presumably #342) made this pull request unmergeable. Please resolve the merge conflicts. |
Test successfully crashed on Windows \o/ |
This is ready to merge—I verified that it fixes the problem in servo/servo#29404 and the new test fails in CI without the workaround. |
@bors-servo r+ |
📌 Commit 8ab41b4 has been approved by |
☀️ Test successful - checks-github |
servo/servo#29214 reported a crash when compiling scripts off-thread on Windows. By using an outptr instead of a return value, we should avoid the ABI issue.