| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Errors raised while the docstring is checked were reported on the line which ends the clinic block, and errors raised while the code is generated were reported without a file name and a line number at all. Functions and parameters now record the line on which they are declared, and the function docstring records where it starts, so that such errors point at the offending line.
# Conflicts: # Tools/clinic/libclinic/parse_args.py
| Back | FazBrowse Home | New Git URL |
Errors raised while the docstring is checked were reported on the line which ends the clinic block:
and errors raised while the code is generated were reported without a file name and a line number at all:
Error: You cannot use optional groups ('[' and ']') unless all parameters are positional-only ('/').Functions and parameters now record the line on which they are declared, and the function docstring records where it starts, so that such errors point at the offending line: the line which should have been left blank, the too long summary line, the first too long line of the docstring body, the second {parameters} marker, or the declaration of the function or the parameter.