Project

General

Profile

Statistics
| Branch: | Tag: | Revision:

Latest revisions

# Date Author Comment
f62bec1b 04/07/2026 07:01 PM Earlopain (Earlopain _)

Fix sync for syntax_suggest

It is a bit special in that is uses spec for tests. Since https://github.com/ruby/ruby/pull/15015 those did not
get synced anymore.

This fixes the mapping to what is was before and pulls in missing changes

d7da1987 04/07/2026 05:03 PM Earlopain (Earlopain _)

[ruby/syntax_suggest] Rename lex to token where appropriate

I had a bit of trouble following what is going on.
Lexing produces tokens, this renames to reflect that.

https://github.com/ruby/syntax_suggest/commit/d3386ab6f4

3a5bb48c 04/07/2026 04:28 PM Alexander Momchilov

Fix "attrest" typo (#16672)

406c2fa6 04/07/2026 04:19 PM Earlopain (Earlopain _)

[ruby/syntax_suggest] Fix typo for %I delimiter check

Also add tests for the other types which currently don't have one

https://github.com/ruby/syntax_suggest/commit/db2dca2def

17e77473 04/07/2026 04:10 PM Earlopain (Earlopain _)

[ruby/syntax_suggest] Remove now unnecessary core_ext fallback

https://github.com/ruby/syntax_suggest/commit/c6bd4b53e6

27d32327 04/07/2026 04:10 PM Earlopain (Earlopain _)

[ruby/syntax_suggest] Remove workaround for ripper not lexing the entire source

Maybe ripper fixed it since then. But prism also doesn't have this problem.

https://github.com/ruby/syntax_suggest/commit/8bc383b2a4

63a90d20 04/07/2026 04:10 PM Earlopain (Earlopain _)

[ruby/syntax_suggest] Prism is always present on Ruby 3.3

Allows to remove some compatibility code with ripper

https://github.com/ruby/syntax_suggest/commit/3f2e9a7657

76016cc3 04/07/2026 04:10 PM Earlopain (Earlopain _)

[ruby/syntax_suggest] Raise minimum supported ruby version to 3.3

I want to start porting this to prism without the translation layer.

https://github.com/ruby/syntax_suggest/commit/540d4840ab

2fda295c 04/07/2026 10:24 AM burdettelamar (Burdette Lamar)

[DOC] Doc for File::Stat

fcd21008 04/07/2026 08:26 AM byroot (Jean Boussier)

Allow sharing middlesubstring if the terminator is present

Sharing middle substrings have been behind a compilation flags for
a very long time, and it's unclear if we'll ever make it the default.

However, we can still share middle substrings without breaking the...

View all revisions | View revisions

Also available in: Atom