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

Replace runtime panics with bundled errors #44

Closed
wants to merge 12 commits into from

Commits on Oct 11, 2017

  1. Tests: update stats_tests to match new API

    Aaron committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    d30c71b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd23325 View commit details
    Browse the repository at this point in the history
  3. Tests: update test helpers to match new API

    Aaron committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    42479fe View commit details
    Browse the repository at this point in the history
  4. Tests: update SimpleCache to match new API

    Aaron committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    238797c View commit details
    Browse the repository at this point in the history
  5. Tests: update ARC to match new API

    Aaron committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    6189cd4 View commit details
    Browse the repository at this point in the history
  6. Tests: update LRU to match new API

    Aaron committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    8276f09 View commit details
    Browse the repository at this point in the history
  7. Tests: update LFU to match new API

    Aaron committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    55880ea View commit details
    Browse the repository at this point in the history
  8. Update lib examples

    Aaron committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    7deb15d View commit details
    Browse the repository at this point in the history
  9. Create errors for invalid cache size/type

    Aaron committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    cc13e91 View commit details
    Browse the repository at this point in the history
  10. Remove runtime panics when building cache

    Aaron committed Oct 11, 2017
    Configuration menu
    Copy the full SHA
    c02994b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ae8ebec View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5c236ac View commit details
    Browse the repository at this point in the history