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

Test implementation of deferred calculation of the 'get()' part of le… #161

Closed

Conversation

dimula73
Copy link
Contributor

…nses

WARNING: this patch is only a proof of concept. It breaks a lot of
unittests and I don't know how to fix them.

The perpose of this patch is twofold:

  1. Avoid execution of the 'get()' part fo the lens when only set is
    requested
  2. Avoid double expiring of the object when 'get()' part of the lens
    accepts the "whole" object as a non-reference

…nses

WARNING: this patch is only a proof of concept. It breaks a lot of
         unittests and I don't know how to fix them.

The perpose of this patch is twofold:

1) Avoid execution of the 'get()' part fo the lens when only set is
   requested
2) Avoid double expiring of the object when 'get()' part of the lens
   accepts the "whole" object as a non-reference
@dimula73
Copy link
Contributor Author

This PR is now superseded by #165

@dimula73 dimula73 closed this Dec 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant