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 for arbitrary precision integers #566

Merged
merged 10 commits into from
Oct 24, 2018

Conversation

drdavella
Copy link
Contributor

This resolves #552.

@drdavella drdavella added this to the v2.2.0 milestone Oct 17, 2018
@drdavella drdavella self-assigned this Oct 17, 2018
@stsci-bot
Copy link

stsci-bot bot commented Oct 17, 2018

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.

@coveralls
Copy link

coveralls commented Oct 18, 2018

Coverage Status

Coverage increased (+0.04%) to 93.689% when pulling 2b94a83 on drdavella:bigints into efca103 on spacetelescope:master.

@drdavella
Copy link
Contributor Author

@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.

@drdavella drdavella changed the title WIP: Add support for arbitrary precision integers Add support for arbitrary precision integers Oct 18, 2018
@drdavella
Copy link
Contributor Author

This requires asdf-format/asdf-standard#176 to be merged before merging here.

@drdavella drdavella force-pushed the bigints branch 2 times, most recently from 3753963 to ee74b2c Compare October 24, 2018 17:28
@drdavella drdavella merged commit 82a054e into asdf-format:master Oct 24, 2018
@drdavella drdavella deleted the bigints branch October 24, 2018 21:43
@drdavella drdavella modified the milestones: v2.2.0, v2.3.0 Nov 14, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Provide arbitrary precision integer support
2 participants