Skip to content

Get transcoding to work across ractors by locking certain operations #13601

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

luke-gruber
Copy link
Contributor

Ex: str.encode and str.encode! work across ractors now.

I'm not certain that these are all the locks we need, there may be more that I missed. However, it's certainly a lot better than before. I'm not getting anymore segfaults or encoding not found exceptions when running tests inside multiple ractors.

Ex: `str.encode` and `str.encode!` work across ractors now.

I'm not certain that these are all the locks we need, there may be more that I missed.
However, it's certainly a lot better than before. I'm not getting anymore segfaults or
encoding not found exceptions when running tests inside multiple ractors.
@luke-gruber luke-gruber force-pushed the ractor_transcode_lock branch from 1f4242d to 1755423 Compare June 12, 2025 19:23
Copy link

launchable-app bot commented Jun 12, 2025

Tests Failed

✖️1 test failed ✔️61990 tests passed(1 flake)

1/166 test sessions failed

❌ Test session #4483181 failedos:ubuntu-22.04 workflow:Ubuntu test_opts:--disable-yjit test_task:checkdetails on CI
🔔 2 issues ✖️2 tests failed ✔️32654 tests passed

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.

1 participant