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

Fix using multiple decorators on the same instance #78

Merged
merged 3 commits into from Jul 17, 2021
Merged

Fix using multiple decorators on the same instance #78

merged 3 commits into from Jul 17, 2021

Commits on Jul 15, 2021

  1. Improve test

    Without incrementing returnValue every time *inside* the function, it is
    not possible to test, if it is actually cached.
    bencehornak committed Jul 15, 2021
    Configuration menu
    Copy the full SHA
    277a801 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2021

  1. Add test for multiple decorators

    Currently the library mixes different memoized functions if they belong
    to the same instance
    bencehornak committed Jul 17, 2021
    Configuration menu
    Copy the full SHA
    da28d70 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b0fc09 View commit details
    Browse the repository at this point in the history