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

Define state consistency within a revision #223

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

Commits on Jan 5, 2021

  1. Initial fix of anp#197 anp#215 anp#220 anp#222 for moxie crate

    zetanumbers committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    772c697 View commit details
    Browse the repository at this point in the history
  2. Rollback public API

    zetanumbers committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    a51a0e6 View commit details
    Browse the repository at this point in the history
  3. Rollback Defer implementation for Key

    zetanumbers committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    b3fe8c3 View commit details
    Browse the repository at this point in the history
  4. Add poll_once for Runloop

    zetanumbers committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    167efaa View commit details
    Browse the repository at this point in the history
  5. Docs update

    zetanumbers committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    9100c8d View commit details
    Browse the repository at this point in the history
  6. Removed Deref implementation for Key;

    Removed `commit_at_root` field of the `Key` bc of it being out of date.
    zetanumbers committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    ef032ec View commit details
    Browse the repository at this point in the history
  7. Fix Var's commits so that after Revision

    increments, commits from the past revisions are lazely commited at
    first measurement
    zetanumbers committed Jan 5, 2021
    Configuration menu
    Copy the full SHA
    cfa7bec View commit details
    Browse the repository at this point in the history