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

Accept negative numbers in str-to-int #1086

Draft
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

imalsogreg
Copy link
Contributor

@imalsogreg imalsogreg commented Dec 5, 2022

Fixes #1049

  • Make str-to-int work for negative numbers (except for base64)
  • Make int-to-str work for negative numbers
  • Fix str to int implementation in FV
  • Put the new behavior behind a flag
  • Fix tests

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.

int-to-str does not work for negative numbers
1 participant