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

fix: (u)int tokenization #123

Merged
merged 4 commits into from
Jun 20, 2023
Merged

fix: (u)int tokenization #123

merged 4 commits into from
Jun 20, 2023

Conversation

DaniPopes
Copy link
Member

Motivation

Fixes #122

Also makes signed fmt displays the same as std ints. (no signs on hex, octal, binary etc)

Solution

PR Checklist

  • Added Tests
  • Added Documentation
  • Breaking changes

Copy link
Member

@prestwich prestwich left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@prestwich prestwich left a comment

Choose a reason for hiding this comment

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

🖖

@prestwich prestwich merged commit f6f3a4f into main Jun 20, 2023
@DaniPopes DaniPopes deleted the dani/fix-int-tokens branch June 20, 2023 15:41
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] (U)Int tokenization broken for types with odd bit lengths
2 participants