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

Fixed inverted SI conditions (and related things) #38

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Oct 6, 2023

  1. Fixed inverted SI conditions

    - Conditions that check whether the SI or IEC units must be used were
      inverted, i.e., when `si_prefix == true` it would use `"iB"` instead of
      `"B"`.
    - KB & kiB were used instead of kB & KiB.
    - Switches (true/false) in tests are also fixed.
    Andrew15-5 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    04c4c29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ccab13 View commit details
    Browse the repository at this point in the history
  3. Updated tests in README.md

    Additional small fixes:
    - Removed comment about fixed bug in `./src/lib.rs`.
    - Rust code now has consistent 4 spaces indents in README.md.
    Andrew15-5 committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    4d7c8d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2024

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