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-49770] Use Glob Patterns In Resource Config File #8715

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

Conversation

graalvmbot
Copy link
Collaborator

This PR:

  • Changes native-image agent to print resource patterns in new format using glob instead of regex
  • Tries to convert all regex to glob for all trivial entries in resource-config file
  • Adds customized Trie structure that stores globs without sufficient patterns (if one pattern covers the other one, only the more general pattern will be added). The structure is compressed and immutable
  • Uses Trie structure to search for patterns that matches given resource

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Apr 5, 2024
@graalvmbot graalvmbot force-pushed the dnestoro/GR-49770/MakeResourceConfigUseNewFormat branch 2 times, most recently from fe65af9 to ed70b3e Compare April 15, 2024 08:57
@graalvmbot graalvmbot force-pushed the dnestoro/GR-49770/MakeResourceConfigUseNewFormat branch from ed70b3e to 0167958 Compare May 10, 2024 16:51
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.

None yet

2 participants