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] Additional tests/fixes for KVListDeserializerFromReflect #17

Merged
merged 2 commits into from
Dec 4, 2024

Conversation

Yoric
Copy link
Collaborator

@Yoric Yoric commented Dec 3, 2024

No description provided.

Apparently, previous versions failed to realize that a []string was
an instance of []any, which made things complicated.
@Yoric Yoric requested a review from nmenetrier December 3, 2024 15:37
Copy link
Collaborator

@nmenetrier nmenetrier left a comment

Choose a reason for hiding this comment

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

Thanks for the fix !

@nmenetrier
Copy link
Collaborator

As seen by slack, maybe it would be nice to make the two AsSlice() methods use the same implementation for []string ?

@Yoric
Copy link
Collaborator Author

Yoric commented Dec 4, 2024

As seen by slack, maybe it would be nice to make the two AsSlice() methods use the same implementation for []string ?

Probably, yes.

@Yoric Yoric merged commit ea81c70 into main Dec 4, 2024
2 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