Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Accept negative numbers in str-to-int#1086

Draft
imalsogreg wants to merge 3 commits intomasterfrom
gregh/gh-1049/str-to-int-negative
Draft

Accept negative numbers in str-to-int#1086
imalsogreg wants to merge 3 commits intomasterfrom
gregh/gh-1049/str-to-int-negative

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 subscribe to this conversation on GitHub. Already have an account? Sign in.

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