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

Make _SignedInteger and _UnsignedInteger public #2939

Merged
merged 1 commit into from
Nov 19, 2018
Merged

Make _SignedInteger and _UnsignedInteger public #2939

merged 1 commit into from
Nov 19, 2018

Conversation

mfelsche
Copy link
Contributor

in order to enable use of shl/shr and other methods specialized for signed and unsigned integers in a generic context (e.g. for code handling all kinds of signed ints).

This fixes #2390

in order to enable use of shl/shr and other methods specialized for signed and unsigned integers in a generic context (e.g. for code handling all kinds of signed ints).
@mfelsche mfelsche added the changelog - changed Automatically add "Changed" CHANGELOG entry on merge label Nov 16, 2018
@jemc jemc added changelog - added Automatically add "Added" CHANGELOG entry on merge and removed changelog - changed Automatically add "Changed" CHANGELOG entry on merge labels Nov 19, 2018
@jemc
Copy link
Member

jemc commented Nov 19, 2018

I've changed the label from "changed" to "added". Making a type public that was previously private is like adding that type to the public contract. Also, in semantic versioning terms, this is not a breaking change, as the "changed" label is meant to imply.

@jemc jemc merged commit eef76e9 into master Nov 19, 2018
@jemc jemc deleted the public-ints branch November 19, 2018 17:44
ponylang-main added a commit that referenced this pull request Nov 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog - added Automatically add "Added" CHANGELOG entry on merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make _SignedInteger and _UnsignedInteger public
2 participants