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

Add support of %lx, %lX #222

Closed
wants to merge 2 commits into from
Closed

Add support of %lx, %lX #222

wants to merge 2 commits into from

Conversation

pauldeng
Copy link

Appreciate the author @alexei and the community for this lib.

This PR tries to address the issue identified at #221.

In this fix, number will be converted to BigInt when you use %lx, %lX placeholders.

Please test your software:

  • BigInt is relative new feature, make sure it is supported in your system
  • Unsigned int is supported and negative is not supported in this fix
  • Hopefully, it will help you a bit

Cheers

@pauldeng pauldeng closed this by deleting the head repository Mar 25, 2023
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.

1 participant