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

Implement FromMeta for i128 and u128 #243

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

greyblake
Copy link
Contributor

While rewriting nutype's parsing logic, I face the fact that FromMeta is missing for i128 and u128.
If you merge this I'd also appreciate a lot a release of a new patch version.

Thank you!

@TedDriggs
Copy link
Owner

Will syn handle u128/i128 literals?

@greyblake
Copy link
Contributor Author

Why not?
At least adding this to my local branch allowed me to parse i128 and u128 with FromMeta.

@TedDriggs TedDriggs merged commit 7928941 into TedDriggs:master Jul 12, 2023
@TedDriggs
Copy link
Owner

Publishing of 0.20.3 will happen once CI completes.

@greyblake
Copy link
Contributor Author

@TedDriggs Thank you!

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