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

Proposal for new approach with nanoseconds integers #107

Merged
merged 18 commits into from
Feb 15, 2022

Commits on Jan 4, 2022

  1. Redefine duration constants

    Chris de Claverie committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    36bd412 View commit details
    Browse the repository at this point in the history
  2. Switch from twofloat to integer-based Duration

    Chris de Claverie committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    b66ebab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    492f69c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1529409 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. switch to i16 for centuries of Duration

    Chris de Claverie committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    696db8b View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2022

  1. Configuration menu
    Copy the full SHA
    1efbdca View commit details
    Browse the repository at this point in the history
  2. simplify float operators

    Chris de Claverie committed Jan 10, 2022
    Configuration menu
    Copy the full SHA
    1dd0484 View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

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

Commits on Feb 13, 2022

  1. Operations are still broken

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed Feb 13, 2022
    Configuration menu
    Copy the full SHA
    a4f0c8e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Fixed Add, Sub

    Remove lots of impl_ops for Duration because rustc isn't happy
    
    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    87fdd92 View commit details
    Browse the repository at this point in the history
  2. Getting there... 19 tests pass out of 21

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    7858a65 View commit details
    Browse the repository at this point in the history
  3. Add Neg test

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    eccdae7 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. Getting there! Just gotta fix the TDB test

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    e619567 View commit details
    Browse the repository at this point in the history
  2. Removed divrem crate

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    28fb99f View commit details
    Browse the repository at this point in the history
  3. TDB precision is now actually better than ET (this is good!)

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    ddd564f View commit details
    Browse the repository at this point in the history
  4. Merge branch 'master' into to_integers

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    49e7c9e View commit details
    Browse the repository at this point in the history
  5. Prep for merge

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    92fb0aa View commit details
    Browse the repository at this point in the history
  6. Github workflow + clippy

    Signed-off-by: Christopher Rabotin <christopher.rabotin@gmail.com>
    ChristopherRabotin committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    72d6a70 View commit details
    Browse the repository at this point in the history