FFFF Comparing master...wasm_prism · jruby/jruby · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: wasm_prism
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 9 files changed
  • 2 contributors

Commits on Feb 23, 2026

  1. Integrate jruby-prism 2.0

    This integrates jruby-prism 2.0 by shading it into our main JRuby
    jar and loading it from there. Incoming packages considered to be
    for internal use are moved under `org.jruby.internal`. The output
    of parser statistics now shows the actual class of the parser,
    since either or both can be activated now.
    headius committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    a8ed70c View commit details
    Browse the repository at this point in the history
  2. Don't assume this is a RootNode

    If this is parsed by Prism, it's a ProgramNode contained in a
    ParseResult, so just use the ParseResult.
    headius committed Feb 23, 2026
    Configuration menu
    Copy the full SHA
    f452b44 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6d2db2f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43c7c1f View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2026

  1. Configuration menu
    Copy the full SHA
    b8f9e88 View commit details
    Browse the repository at this point in C60F the history
  2. Configuration menu
    Copy the full SHA
    922efd8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    af6e2fa View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2026

  1. Configuration menu
    Copy the full SHA
    eff8ffc View commit details
    Browse the repository at this point in the history
Loading
0