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

Replace runtime.EnumRange with runtime.Set #647

Open
5nord opened this issue Oct 8, 2022 · 1 comment
Open

Replace runtime.EnumRange with runtime.Set #647

5nord opened this issue Oct 8, 2022 · 1 comment

Comments

@5nord
Copy link
Member

5nord commented Oct 8, 2022

The possible values of an enumeration do not need to be represented by their own runtime-object type. They actually are just "value constraints", which can be modeled as a set-template (runtime.NewSet).

Originally posted by @5nord in #637 (comment)

@github-actions
Copy link

github-actions bot commented Jan 7, 2023

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days

@github-actions github-actions bot added the Stale label Jan 7, 2023
@5nord 5nord removed the Stale label Jan 12, 2023
@5nord 5nord reopened this Jan 12, 2023
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