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

Gather compilation error of custom type tags too. #864

Merged
merged 2 commits into from
Nov 12, 2023
Merged

Conversation

samchon
Copy link
Owner

@samchon samchon commented Nov 10, 2023

When user defines wrong custom type tag with invalid validation script, it had immediately thrown compilation error. Besides, other user mistakes had been kept by typia for reporting them at once. Therefore, the validation script error on the custom type tag may hide every other mistakes.

This PR fixes such immidately throwing exception problem from custom type tag, so that makes user convenient like other user-mistaken based error cases.

When user defines wrong custom type tag with invalid validation script, it had immediately thrown compilation error. Besides, other user mistakes had been kept by `typia` for reporting them at once. Therefore, the validation script error on the custom type tag may hide every other mistakes.

This PR fixes such immidately throwing exception problem from custom type tag, so that makes user convenient like other user-mistaken based error cases.
@samchon samchon added the enhancement New feature or request label Nov 10, 2023
@samchon samchon self-assigned this Nov 10, 2023
@samchon samchon changed the base branch from master to v5.3 November 12, 2023 17:39
Copy link
Owner Author

@samchon samchon left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test all pass

@samchon samchon merged commit bb769d0 into v5.3 Nov 12, 2023
2 checks passed
@samchon samchon deleted the features/tags branch November 17, 2023 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant