Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GR-57658] Add language info lookup to TruffleLanguage.Env #9665

Merged
merged 7 commits into from
Sep 20, 2024

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    21f10ad View commit details
    Browse the repository at this point in the history
  2. update signatures

    Sowasvonbot committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    578f231 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4651d09 View commit details
    Browse the repository at this point in the history
  4. implement comments from PR.

    Use env.asBoxedGuestValue(1) instead of env.asHostObject(new Object()), because the latter does not work
    Sowasvonbot committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ed076f4 View commit details
    Browse the repository at this point in the history
  5. fix style gate

    Sowasvonbot committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    23d43c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Merge remote-tracking branch 'origin/master' into tkleiner/GR-57658

    # Conflicts:
    #	truffle/src/com.oracle.truffle.api/snapshot.sigtest
    Sowasvonbot committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    dc5d488 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c59da29 View commit details
    Browse the repository at this point in the history