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

Encapsulate Index #218

Merged
merged 5 commits into from
Nov 3, 2022
Merged

Encapsulate Index #218

merged 5 commits into from
Nov 3, 2022

Commits on Nov 1, 2022

  1. remove index watch

    This watch was just a placeholder for future watching functionality, but it's
    not currently used. The watching functionality itself also encourages
    propogating mutable state and complects the indexing and ledger update
    operation. I think we should instead use explicit function calls with persistent
    values instead of mutable state to implement this functionality when we
    eventually need it.
    zonotope committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    9e5a7bb View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. Configuration menu
    Copy the full SHA
    c407045 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e249f13 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7d1f9ac View commit details
    Browse the repository at this point in the history
  4. add :integration metadata tags to integration tests

    This allows us to run only the integration tests with:
    
    ```
    clojure -M:cljtest --focus-meta :integration
    ```
    zonotope committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    de2a1c2 View commit details
    Browse the repository at this point in the history