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

Allow polyglot embedders to control throwDeniedThreadAccess #8266

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Commits on Jan 29, 2024

  1. Avoid throwing PolyglotEngineException.illegalState while holding an …

    …internal lock
    Jaroslav Tulach committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    82b14c3 View commit details
    Browse the repository at this point in the history
  2. Pass in the right PolyglotContextImpl

    Jaroslav Tulach committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    6133eb0 View commit details
    Browse the repository at this point in the history
  3. Allow registration of onDeniedThreadAccess callback

    Jaroslav Tulach committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c4e3624 View commit details
    Browse the repository at this point in the history
  4. Break the loop when the check throws no exception

    Jaroslav Tulach committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    fe1c98f View commit details
    Browse the repository at this point in the history
  5. mx eclipseformat

    Jaroslav Tulach committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    853702c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. onDeniedThreadAccess callback can change the exception test

    Jaroslav Tulach committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    addb748 View commit details
    Browse the repository at this point in the history
  2. Formatting Javadoc comments

    Jaroslav Tulach committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b2d6f34 View commit details
    Browse the repository at this point in the history
  3. onDeniedThreadAccess can return to request a retry

    Jaroslav Tulach committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f91faeb View commit details
    Browse the repository at this point in the history
  4. Removing empty finally block

    Jaroslav Tulach committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    22746a8 View commit details
    Browse the repository at this point in the history