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

feat: add print functionality to signed integers #4082

Merged
merged 2 commits into from
Sep 19, 2023

Conversation

rmrt1n
Copy link
Contributor

@rmrt1n rmrt1n commented Sep 18, 2023

Changes made:
Implement PrintTrait for signed integers i8 - i128. Fixes #4079.

Hi, first time contributor here, and I'm looking for some feedback on this change. Thanks!


This change is Reviewable

Copy link
Collaborator

@orizi orizi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @rmrt1n)

@orizi orizi enabled auto-merge September 19, 2023 06:31
@orizi orizi added this pull request to the merge queue Sep 19, 2023
Merged via the queue into starkware-libs:main with commit ee362b9 Sep 19, 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.

bug: Method print not found on type "core::integer::i32"
2 participants