-
Notifications
You must be signed in to change notification settings - Fork 60
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 for arbitrary precision integers #566
Conversation
Hi there @drdavella 👋 - thanks for the pull request! I'm just a friendly 🤖 that checks for issues related to the changelog. I help make sure that this pull request is milestoned and labeled correctly. This is mainly intended for the maintainers, so if you are not a maintainer you can ignore this, and a maintainer will let you know if any action is required on your part 😃. Everything looks good from my point of view! 👍 If there are any issues with this message, please report them here. |
@Commander-Firestrike this PR allows files with large integer literals to be read in, albeit with a warning. It also provides a way to write arbitrarily large integers. |
This requires asdf-format/asdf-standard#176 to be merged before merging here. |
3753963
to
ee74b2c
Compare
This is intended solely to aid in human readability when looking at the ASDF file contents.
Even though this indicates an invalid ASDF file, we make this possible, albeit with a warning.
This resolves #552.