| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-12 | [ruby/prism] Fix binary encoding for the parser translator | Earlopain | |
| Skipping detecting the encoding is almost always right, just for binary it should actually happen. A symbol containing escapes that are invalid in utf-8 would fail to parse since symbols must be valid in the script encoding. Additionally, the parser gem would raise an exception somewhere during string handling https://github.com/ruby/prism/commit/fa0154d9e4 | |||
