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

[Breaking Change] Remove unneeded trait bounds from Records::encode/Records::decode #102

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

rukai
Copy link
Collaborator

@rukai rukai commented Dec 9, 2024

Wow, I really messed this one up. Sorry everyone.

In #100 I left the trait bounds in which completely failed to address the actual issue of making the function difficult to call, while also making it more confusing (what are the trait bounds for??)

This PR fixes the issue.

I've also adjusted some of the unit tests, to verify that I have actually resolved the issue, which I should have done in the first place

Copy link
Owner

@tychedelia tychedelia left a comment

Choose a reason for hiding this comment

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

Ah, yup! Sorry for not noticing this as well.

@tychedelia tychedelia merged commit e2c0731 into tychedelia:main Jan 26, 2025
3 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