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

Order schema enum by ID not name? #4688

Closed
alecthomas opened this issue Feb 27, 2025 · 0 comments
Closed

Order schema enum by ID not name? #4688

alecthomas opened this issue Feb 27, 2025 · 0 comments
Labels
good first issue Good for newcomers

Comments

@alecthomas
Copy link
Collaborator

module types {
  enum NumericEnum: Int {
    NumericEnumOne = 0
    NumericEnumThree = 2
    NumericEnumTwo = 1
  }
}
@alecthomas alecthomas added the good first issue Good for newcomers label Feb 27, 2025
@github-actions github-actions bot added the triage Issue needs triaging label Feb 27, 2025
@alecthomas alecthomas removed the triage Issue needs triaging label Mar 3, 2025
@alecthomas alecthomas changed the title Order schema enum by ID not name Order schema enum by ID not name? Mar 3, 2025
@alecthomas alecthomas closed this as not planned Won't fix, can't repro, duplicate, stale Mar 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant