lager icon indicating copy to clipboard operation
lager copied to clipboard

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

Open dimula73 opened this issue 2 years ago • 0 comments

…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 avatar Oct 13 '22 12:10 dimula73