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
#94 introduce the <module_name>.expected_errors, which has a mapping of error names to which object fail with those.
<module_name>.expected_errors
In particular this will allow us to track when some errors get fixed (in papyri or upstream).
Other files, use the exclude = [list of str] option, which is impractical as it does not tell us whether the failure are still happening or not.
exclude = [list of str]
For all files that have a lot of values in exclude, we should migrate to <module_name>.expected_errors:
exclude
early_error
false
papyri gen --dry-run
It's ok to keep a few items in exclude if there are issues, but please add comments in the toml file with the reasons and or open issues if necessary.
The text was updated successfully, but these errors were encountered:
steff456
No branches or pull requests
#94 introduce the
<module_name>.expected_errors
, which has a mapping of error names to which object fail with those.In particular this will allow us to track when some errors get fixed (in papyri or upstream).
Other files, use the
exclude = [list of str]
option, which is impractical as it does not tell us whether the failure are still happening or not.For all files that have a lot of values in exclude, we should migrate to
<module_name>.expected_errors
:exclude
and empty list.early_error
tofalse
.papyri gen --dry-run
: it will print a list of encountered errors at the end of the runIt's ok to keep a few items in
exclude
if there are issues, but please add comments in the toml file with the reasons and or open issues if necessary.The text was updated successfully, but these errors were encountered: