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

refactor: Remove client.Reset #169

Merged
merged 2 commits into from
Dec 18, 2021

Commits on Dec 16, 2021

  1. refactor: Remove client.Reset

    Now that gatekeeper no longer uses it, there are no callers. All tests
    have previously been migrated off to avoid potential crosstalk. It's
    best to wait until we have solid plans for a remote implementation to
    consider modifying the design of Client.
    
    This makes the implementation work for reo compilation
    sharding/optimization significantly easier.
    
    Signed-off-by: Will Beason <willbeason@google.com>
    Will Beason committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    e4281d6 View commit details
    Browse the repository at this point in the history
  2. Remove DeleteModule

    This is no longer used so it can be safely deleted.
    
    Signed-off-by: Will Beason <willbeason@google.com>
    Will Beason committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    d65e0d0 View commit details
    Browse the repository at this point in the history