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

Discussion around new dict-based store implementation #1133

Merged
merged 6 commits into from
Aug 27, 2020

Commits on Jul 19, 2020

  1. Configuration menu
    Copy the full SHA
    0aabee2 View commit details
    Browse the repository at this point in the history
  2. remove un-needed checks in ctx_to_str function

    remove duplicate function definition
    ashleysommer committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    a0bc77b View commit details
    Browse the repository at this point in the history
  3. remove some old out-of-date comments

    Remove a emptygen function not used
    ashleysommer committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    2922b8c View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. In new Memory2 implementation, replace ANY with None, this removes a …

    …layer of abstraction and everyone knows that when doing a lookup, None means ANY.
    
    Fix a flake8 lint error, change bare exceptins for LookupError exceptions.
    ashleysommer committed Jul 22, 2020
    Configuration menu
    Copy the full SHA
    714545f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Configuration menu
    Copy the full SHA
    c0c6630 View commit details
    Browse the repository at this point in the history
  2. Removed IOMemory store

    Renamed Memory2 to Memory
    Renamed Memory1 to SimpleMemory
    Set default store to new Memory
    Fixed tests
    Fixed docs
    ashleysommer committed Aug 19, 2020
    Configuration menu
    Copy the full SHA
    860628c View commit details
    Browse the repository at this point in the history