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

Add enum class support #309

Open
jwhpryor opened this issue Jul 3, 2024 · 1 comment
Open

Add enum class support #309

jwhpryor opened this issue Jul 3, 2024 · 1 comment
Assignees
Milestone

Comments

@jwhpryor
Copy link
Collaborator

jwhpryor commented Jul 3, 2024

Enum classes are essentially just syntactic sugar for public static fields on classes.

They can currently be implemented using existing JNI Bind features, so they should be added as a phase 2 compilation option.

@jwhpryor jwhpryor self-assigned this Jul 3, 2024
@jwhpryor jwhpryor added this to the Release 1.1 milestone Jul 3, 2024
@jwhpryor
Copy link
Collaborator Author

Moving this to a later milestone since this is a non-trivial amount of work.

@jwhpryor jwhpryor modified the milestones: Release 1.1, Release 1.2 Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant