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

Don't rewrite floats and don't break e+ syntax #246

Merged
merged 2 commits into from
Sep 3, 2024
Merged

Commits on Aug 29, 2024

  1. Don't rewrite floats and don't break e+ syntax

    - Parses floats into their text as-is, without rewriting anything. This
      means that floats like `0.068` aren't rewritten as 6.8e-2 anymore.
      However, `.0` is also not rewritten as `0.0` anymore.
    - Fixes a parsing bug that caused `1.e+0` to be formatted as `1.e + 0`,
      which is invalid syntax
    infinisil committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8dfa521 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    1e3a25c View commit details
    Browse the repository at this point in the history