Skip to content

fix: update logic of taining/force_computation

Vitalii Zavadskyi requested to merge fix/taint-unfreeze-logic into updates/july4

Logic of unfreeze is changed:

  • If a node is frozen, it will be unfrozen and tainted. No need to force computation

Logic of tainting is changed:

  • If computation of node is forced, it will not force computation of children, but they will be tainted
Edited by Vitalii Zavadskyi

Merge request reports