Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better information on reconstruction issues #54

Open
moodymudskipper opened this issue Oct 5, 2022 · 1 comment
Open

Better information on reconstruction issues #54

moodymudskipper opened this issue Oct 5, 2022 · 1 comment
Milestone

Comments

@moodymudskipper
Copy link
Collaborator

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

@moodymudskipper moodymudskipper added this to the 0.2 milestone Oct 5, 2022
@moodymudskipper
Copy link
Collaborator Author

{woof} might help but maybe a bit slow ? It could probably be made faster though since it's essentially parsing.
https://github.com/moodymudskipper/woof

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

1 participant