Skip to content

[GR-64899] Fix binary Regexp compilation to TRegex #3859

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

Merged
merged 3 commits into from
May 9, 2025
Merged

Conversation

graalvmbot
Copy link
Collaborator

No description provided.

eregon added 3 commits May 9, 2025 14:47
* See #3858
* We need to pass a java.lang.String to TRegex, in this case we can pass it as
  raw bytes since we also pass the encoding name to TRegex.
* Remove the UnsupportedCharsetException catch clause as no Charset should be
  involved in this conversion since the migration to TruffleString.
* Does not matter currently as all callers already check the encoding before,
  but that could change.
@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label May 9, 2025
@graalvmbot graalvmbot closed this May 9, 2025
@graalvmbot graalvmbot merged commit e959e34 into master May 9, 2025
14 of 15 checks passed
@graalvmbot graalvmbot deleted the bd/GR-64899 branch May 9, 2025 15:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OCA Verified All contributors have signed the Oracle Contributor Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants