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

Fix #853 - Record<string & tags.Format<"uuid">, T> case. #861

Merged
merged 2 commits into from
Nov 5, 2023

Conversation

samchon
Copy link
Owner

@samchon samchon commented Nov 5, 2023

When Record<Key, T> type comes, typia had not considered Type Tags being used in the Key type.

Therefore, if Record<string & tags.Format<"uuid">, T> type comes, typia had just recognized it as Record<string, T> type.

This PR enhances and fixes it.

When `Record<Key, T>` type comes, `typia` had not considered Type Tags being used in the `Key` type. Therefore, if user defines `Record<string & tags.Format<"uuid">, T>` type, `typia` had just considered it as `Record<string, T>` type.

This PR enhances and fixes it.
@samchon samchon added bug Something isn't working enhancement New feature or request labels Nov 5, 2023
@samchon samchon self-assigned this Nov 5, 2023
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.

OK, no problem on the main logic.

@samchon samchon merged commit 1e131e4 into master Nov 5, 2023
1 of 3 checks passed
@samchon samchon deleted the features/record branch November 5, 2023 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant