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

Use u64 for change ticks #6327

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Oct 21, 2022

  1. Use u64 for change ticks

    Allows detecting arbitrary old changes
    Simplifies a lot of code along the way
    zakarumych committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    25d325f View commit details
    Browse the repository at this point in the history
  2. Reverse comparison

    zakarumych committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    d0f8911 View commit details
    Browse the repository at this point in the history
  3. Remove obsolete test

    zakarumych committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    18602bc View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary field

    zakarumych committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    a166289 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    881947f View commit details
    Browse the repository at this point in the history
  6. Cleanup imports

    zakarumych committed Oct 21, 2022
    Configuration menu
    Copy the full SHA
    700f037 View commit details
    Browse the repository at this point in the history