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

Separate jump behavior from increment/decrement #4123

Merged

Commits on Oct 6, 2022

  1. Fixes 2019: Increment number crashes

    greg committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    a0b551c View commit details
    Browse the repository at this point in the history
  2. don't crash on index out of range

    greg committed Oct 6, 2022
    Configuration menu
    Copy the full SHA
    460c5e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. fix integer incrementer

    greg committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    e9a1da4 View commit details
    Browse the repository at this point in the history
  2. clippy

    greg committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    e394e2d View commit details
    Browse the repository at this point in the history
  3. simplified algorithm a little

    greg committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    78dfde5 View commit details
    Browse the repository at this point in the history
  4. fixed doc in IntegerIncrementor

    greg committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    34fce23 View commit details
    Browse the repository at this point in the history
  5. clippy

    greg committed Oct 7, 2022
    Configuration menu
    Copy the full SHA
    48a2ff0 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2022

  1. for loop back to filter_map

    greg committed Oct 8, 2022
    Configuration menu
    Copy the full SHA
    bc8df20 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2022

  1. integration tests

    greg committed Oct 9, 2022
    Configuration menu
    Copy the full SHA
    285e151 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

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

Commits on Oct 11, 2022

  1. Merge remote-tracking branch 'origin/master' into 2019_increment_numb…

    …er_crashes
    greg committed Oct 11, 2022
    Configuration menu
    Copy the full SHA
    ff674c7 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. shorten algorithm a little bit

    greg committed Oct 12, 2022
    Configuration menu
    Copy the full SHA
    80beea7 View commit details
    Browse the repository at this point in the history
  2. use method min rather than function

    Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
    greg-enbala and the-mikedavis authored Oct 12, 2022
    Configuration menu
    Copy the full SHA
    a8524b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    400eaf1 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. comulative -> cumulative

    greg committed Oct 17, 2022
    Configuration menu
    Copy the full SHA
    1df3415 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

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

Commits on Nov 8, 2022

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

Commits on Dec 21, 2022

  1. Merge remote-tracking branch 'origin/master' into 2019_increment_numb…

    …er_crashes
    greg committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    fd47631 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e235e3d View commit details
    Browse the repository at this point in the history
  3. replace deprecated chrono functions

    greg committed Dec 21, 2022
    Configuration menu
    Copy the full SHA
    a166d42 View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2023

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