koala
koala copied to clipboard
Is the clean_volatiles() cache a source of bad evaluations ?
There is a cache
dictionary in the Spreadsheet.clean_volatiles()
function, whose purpose is to reduce the amount of expression calculated, when the formula is the same as one previously found.
The problem is that sometimes, the same formula, called from a different cell, will evaluate differently.
This might lead to bad evaluations, and might explain #44. But performance might be impacted.
good remark. Can you try with and without ?
I'm still on errors, but will try it ASAP
#44 error does not seem to have a link to this issue.