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

Improve Error Messaging for Enumeration Conversion #2431

Merged
merged 2 commits into from
Feb 14, 2024

Conversation

karaketir16
Copy link
Contributor

Enhance clarity and informativeness of error messages in the C++ code generator for enum type conversions. Update the default case in to_json function to include the specific enumeration name and the unexpected value in the error message. This aids in quicker debugging and aligns with best practices in error messaging.

karaketir16 and others added 2 commits October 30, 2023 10:06
Enhance clarity and informativeness of error messages in the C++ code
generator for enum type conversions. Update the default case in
`to_json` function to include the specific enumeration name and the
unexpected value in the error message. This aids in quicker debugging
and aligns with best practices in error messaging.
@dvdsgl dvdsgl enabled auto-merge (squash) February 14, 2024 13:11
@dvdsgl dvdsgl merged commit 2793074 into glideapps:master Feb 14, 2024
24 checks passed
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

Successfully merging this pull request may close these issues.

2 participants