You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I first though we could parse Waldo's messages and summarise but it's brittle, we can do better.
Whenever we do a reconstruction that we know will be inexact, e.g. reproducing an environment, or reproducing objects linked to env like functions, formulas, srcrefs, we update global variables, and we'll get a summary like :
2 functions couldn't be reliably reproduced because of their environment and their srcref
3 formulas couldn't be reproduced because of their environment
1 other environment couldn't be reproduced
The object will have an additional issues element next to code and compare
construct_issues() would reiterate those and add suggestions since some constructors might do the job better
The text was updated successfully, but these errors were encountered:
I first though we could parse Waldo's messages and summarise but it's brittle, we can do better.
Whenever we do a reconstruction that we know will be inexact, e.g. reproducing an environment, or reproducing objects linked to env like functions, formulas, srcrefs, we update global variables, and we'll get a summary like :
The object will have an additional
issues
element next tocode
andcompare
construct_issues()
would reiterate those and add suggestions since some constructors might do the job betterThe text was updated successfully, but these errors were encountered: