Skip to content

Fix caching on assignment

Jeremy Jackson requested to merge jj-fix-caching-on-assignment into release-0.4.11

I made a mistake by adjusting the early assignment inside the variant method. It used to not early return because it wanted to cache the value.

I've adjusted it to cache the value on assignment, but I feel like this method should be a priority for a quick reworking to make it more understandable.

Merge request reports

Loading