Skip to content

[GR-65174] Label and make singletons layer aware. #11337

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

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

Conversation

graalvmbot
Copy link
Collaborator

This PR is the first batch of singleton labeling.

InitialLayerOnlyImageSingleton is now supported for singletons with a different value class from the key class.

It introduces two new labels:

  • BuildTimeUnsavedSingleton which are singletons that are only accessed at build time and unsaved, but are not FeatureSingleton.
  • InitialLayerInternalFeature for InternalFeature that should only be registered in the initial layer.

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jun 4, 2025
@graalvmbot graalvmbot force-pushed the scoppey/labeling-singleton branch from 92ef19a to 92d46d0 Compare June 5, 2025 06:47
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.

3 participants