ruby/lib/prism/polyfill
Earlopain 970813d982 [ruby/prism] Fix parser translator during string escaping with invalid utf-8
Instead, prefer `scan_byte` over `get_byte` since that already returns the byte as an integer, sidestepping conversion issues.

Fixes https://github.com/ruby/prism/issues/3582

7f3008b2b5
2025-06-11 18:07:43 +00:00
..
append_as_bytes.rb [ruby/prism] Fix parser translator crash for certain octal escapes 2025-03-18 13:36:53 -04:00
byteindex.rb [ruby/prism] Prism::Location#adjoin 2024-05-03 19:14:03 +00:00
scan_byte.rb [ruby/prism] Fix parser translator during string escaping with invalid utf-8 2025-06-11 18:07:43 +00:00
unpack1.rb [ruby/prism] Prism::Location#adjoin 2024-05-03 19:14:03 +00:00
warn.rb [ruby/prism] Polyfill Kernel#warn category parameter 2025-03-19 21:03:18 +00:00