You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Include trailing colon in RBS keyword parameter offset
Align RBS keyword parameter offsets with Ruby indexer behavior.
The RBS indexer now includes the trailing colon in the offset for
required and optional keyword parameters (e.g. `name:` instead of `name`).
Adds `Offset::extend_end` helper to adjust byte ranges.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments