Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
Shopify
/
ruby
Public
forked from
ruby/ruby
Notifications
You must be signed in to change notification settings
Fork
15
Star
52
Code
Issues
109
Pull requests
21
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
[testing CI] Fix str encode in ractors
- #691
#691
Open
jhawthorn
wants to merge 13 commits into
master
Shopify/ruby:master
from
fix_str_encode_in_ractors
Shopify/ruby:fix_str_encode_in_ractors
Copy head branch name to clipboard
Conversation
Commits
13
(13)
Checks
Files changed
Open
[testing CI] Fix str encode in ractors
#691
jhawthorn
wants to merge 13 commits into
master
Shopify/ruby:master
from
fix_str_encode_in_ractors
Shopify/ruby:fix_str_encode_in_ractors
Copy head branch name to clipboard
Commits
Commits on Aug 4, 2025
Fix autoloading of encodings when transcoding (ex: String#encode)
Show description for 6e13231
luke-gruber
committed
6e13231
View commit details
Copy full SHA for 6e13231
Browse repository at this point
Commits on Aug 6, 2025
encoding.c: Make sure autoloading encoding is done without VM lock held
luke-gruber
committed
8de47d2
View commit details
Copy full SHA for 8de47d2
Browse repository at this point
rb_enc_find_index shouldn't lock for main 3 encodings
luke-gruber
committed
69f7770
View commit details
Copy full SHA for 69f7770
Browse repository at this point
For setting default external/internal encoding, loading should be done first
Show description for e95b85e
luke-gruber
committed
e95b85e
View commit details
Copy full SHA for e95b85e
Browse repository at this point
make methods on ENV safe if they load an encoding
Show description for fdfc51e
luke-gruber
committed
fdfc51e
View commit details
Copy full SHA for fdfc51e
Browse repository at this point
Don't attempt to load encoding if given encoding object during transcode
Show description for 4e4f4e1
luke-gruber
committed
4e4f4e1
View commit details
Copy full SHA for 4e4f4e1
Browse repository at this point
Add fast_transcoder_entry_table, rename other transcoder managed tbl
Show description for 87b4149
luke-gruber
committed
87b4149
View commit details
Copy full SHA for 87b4149
Browse repository at this point
use CAS for fast_transcoder_entry_table
luke-gruber
committed
2424348
View commit details
Copy full SHA for 2424348
Browse repository at this point
Use STRCASECMP in rb_enc_find_index
luke-gruber
committed
34f0766
View commit details
Copy full SHA for 34f0766
Browse repository at this point
Use st_table for managed table instead of id_table
Show description for 48ddbab
luke-gruber
committed
48ddbab
View commit details
Copy full SHA for 48ddbab
Browse repository at this point
Use CAS in rb_econv_open0
luke-gruber
committed
8c3d8d5
View commit details
Copy full SHA for 8c3d8d5
Browse repository at this point
small fixups
luke-gruber
committed
ab982ce
View commit details
Copy full SHA for ab982ce
Browse repository at this point
Commits on Aug 8, 2025
Merge remote-tracking branch 'upstream/master' into fix_str_encode_in_ractors
jhawthorn
committed
20601f4
View commit details
Copy full SHA for 20601f4
Browse repository at this point
You can’t perform that action at this time.