Skip to content

der: refactor Int*/Uint* types #881

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

Merged
merged 1 commit into from
Feb 25, 2023
Merged

Conversation

tarcieri
Copy link
Member

Factors these types out of the (now-removed) bigint module into the int and uint modules respectively, avoiding other code changes and preserving all tests.

Factors these types out of the (now-removed) `bigint` module into the
`int` and `uint` modules respectively, avoiding other code changes and
preserving all tests.
@tarcieri tarcieri merged commit 293efc9 into master Feb 25, 2023
@tarcieri tarcieri deleted the der/refactor-bigint-types branch February 25, 2023 22:49
tarcieri added a commit that referenced this pull request Feb 26, 2023
Now that code has been factored into the appropriate modules in #881 the
visibility of various integer decoding/encoding functions can be much
more restricted.

This removes `pub(super)` where it's now unnecessary.
tarcieri added a commit that referenced this pull request Feb 26, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Now that code has been factored into the appropriate modules in #881 the
visibility of various integer decoding/encoding functions can be much
more restricted.

This removes `pub(super)` where it's now unnecessary.
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.

None yet

1 participant