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: joeferner/node-java
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: specs-feup/node-java
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 6 files changed
  • 2 contributors

Commits on Jun 14, 2025

  1. fix: update indexGetter return type for Node 23 compatibility

    Node 23 uses V8 version >12.4 which requires property interceptors to return
    v8::Intercepted instead of void. Updated the indexGetter function to handle
    both older and newer V8 versions by:
    - Returning v8::Intercepted{} for V8 >12.4
    - Maintaining void return for older versions
    - Preserving the existing behavior of array access
    
    The actual JavaScript return values remain unchanged, only the V8 interception
    signaling mechanism is updated.
    Jeremy Moeglich authored and lm-sousa committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    f35a6d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b318d56 View commit details
    Browse the repository at this point in the history
  3. Fix tests for Node.js v23

    lm-sousa committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    b5d4b2c View commit details
    Browse the repository at this point in the history
  4. Update CI configurations

    lm-sousa committed Jun 14, 2025
    Configuration menu
    Copy the full SHA
    0656c14 View commit details
    Browse the repository at this point in the history
Loading