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 parsing numbers #299

Merged
merged 3 commits into from
May 29, 2024
Merged

Commits on May 29, 2024

  1. Fix parsing numbers

    Use java.lang.Integer.decode which handles other radices besides 10
    
    Also remove `_` from the number string
    sideeffffect committed May 29, 2024
    Configuration menu
    Copy the full SHA
    f56d1c8 View commit details
    Browse the repository at this point in the history
  2. Fix tests

    sideeffffect committed May 29, 2024
    Configuration menu
    Copy the full SHA
    5f555b7 View commit details
    Browse the repository at this point in the history
  3. fmt

    sideeffffect committed May 29, 2024
    Configuration menu
    Copy the full SHA
    81901ac View commit details
    Browse the repository at this point in the history