Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ruby 3.4 allows Strings as Fiber storage keys
But not anything else that responds to #to_sym. It does accept objects that respond to #to_str. This expands upon the ruby_bug block from upstream MRI. This also restores the previously removed "can't use invalid keys" test, but with the String key removed. Reference: https://bugs.ruby-lang.org/issues/20978
- Loading branch information