<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ruby.git/test/prism/fixtures/dsym_str.txt, branch v4.0.2</title>
<subtitle>The Ruby Programming Language</subtitle>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/'/>
<entry>
<title>[ruby/prism] Fix an incompatibility with the parser translator</title>
<updated>2025-01-12T00:09:05+00:00</updated>
<author>
<name>Earlopain</name>
<email>14981592+Earlopain@users.noreply.github.com</email>
</author>
<published>2024-12-21T21:00:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=7cbaa3b9298b4ab5027d75a7317ca43a9e745c16'/>
<id>7cbaa3b9298b4ab5027d75a7317ca43a9e745c16</id>
<content type='text'>
The offset cache contains an entry for each byte so it can't be accessed via the string length.

Adds tests for all variants except for this:
```
"fo
o" "ba
’"
```

For some reason, this still has the wrong offset.

https://github.com/ruby/prism/commit/a651126458
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The offset cache contains an entry for each byte so it can't be accessed via the string length.

Adds tests for all variants except for this:
```
"fo
o" "ba
’"
```

For some reason, this still has the wrong offset.

https://github.com/ruby/prism/commit/a651126458
</pre>
</div>
</content>
</entry>
<entry>
<title>[ruby/prism] Fix an AST and token incompatibility for `Prism::Translation::Parser`</title>
<updated>2024-03-07T14:05:20+00:00</updated>
<author>
<name>Koichi ITO</name>
<email>koic.ito@gmail.com</email>
</author>
<published>2024-03-03T12:25:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.ruby-lang.org/ruby.git/commit/?id=0e4bfd08e548e90faf5d91bddccf418dc9a62a42'/>
<id>0e4bfd08e548e90faf5d91bddccf418dc9a62a42</id>
<content type='text'>
Fixes https://github.com/ruby/prism/pull/2506.

This PR fixes an AST and token incompatibility between Parser gem and `Prism::Translation::Parser`
for symbols quoted with line breaks.

https://github.com/ruby/prism/commit/06ab4df8cd
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes https://github.com/ruby/prism/pull/2506.

This PR fixes an AST and token incompatibility between Parser gem and `Prism::Translation::Parser`
for symbols quoted with line breaks.

https://github.com/ruby/prism/commit/06ab4df8cd
</pre>
</div>
</content>
</entry>
</feed>
