Skip to content

Sync with prism update so we can compile jruby-prism using 10.0 #9330

Merged
enebo merged 6 commits intojruby:jruby-10.0from
enebo:sync_p
Mar 27, 2026
Merged

Sync with prism update so we can compile jruby-prism using 10.0 #9330
enebo merged 6 commits intojruby:jruby-10.0from
enebo:sync_p

Conversation

@enebo
Copy link
Copy Markdown
Member

@enebo enebo commented Mar 25, 2026

JRuby-prism is the artifact we use for prism parsing and our update is targetting JRuby 10.1 but there is a circular dependency between jruby-prism and jruby. I have backported a small set of changes which alter some public APIs to 10.0 so we can compile against it. I also backported some changes which mildly change begin/rescue with the current legacy parser for 10 along with some changes that would allow prism to work better if prism were to ever be used for 10.0.x.

We decided prism on 10.0 was only experimental and that we have no plans for prism to run as an internal parser yet all the logic is still on jruby-10.0. Because of this I backported some code just so it is simpler to compare and merge.

@enebo enebo added this to the JRuby 10.0.5.0 milestone Mar 25, 2026
@enebo enebo merged commit b837d29 into jruby:jruby-10.0 Mar 27, 2026
76 of 81 checks passed
@enebo enebo deleted the sync_p branch March 27, 2026 13:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant