We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Diff should be computed only on function results. Related to #9, parameters will always be equal in prev/next snapshots.
The programmer could introduce a new printer to better debug on errors. However, printing a parameter should not create a diff.
When the diff will be displayed, function + parameters + result will be printed with given printers. But internally, errors will only be on results.
The text was updated successfully, but these errors were encountered:
Adding a printer will not change anything. The new printer will be used to show the previous snapshot. The diff could never comes from parameters.
Sorry, something went wrong.
vch9
No branches or pull requests
Diff should be computed only on function results.
Related to #9, parameters will always be equal in prev/next snapshots.
The programmer could introduce a new printer to better debug on errors.
However, printing a parameter should not create a diff.
When the diff will be displayed, function + parameters + result will be printed
with given printers. But internally, errors will only be on results.
The text was updated successfully, but these errors were encountered: