mirror of
https://github.com/ruby/ruby.git
synced 2026-08-15 11:50:22 +08:00
Scalar type resolution happens in ScalarScanner, not the C backend, so swapping to libfyaml alone still resolved yes/no/on/off to booleans. Key the boolean set on Psych::BACKEND so the libyaml default keeps the YAML 1.1 set while the experimental libfyaml backend follows 1.2. https://github.com/ruby/psych/commit/b374869c59 Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>