python-jsonschema / python-jsonschema/jsonschema
ErrorTree assumes one error per validator
Open
Nobody has claimed this yet.
Bug
Error Reporting
- Dominant language
- Python
- Stars
- 5k
- Forks
- 671
- Avg merge
- 1d 1h
- Merged PRs (30d)
- 10
Description
This seems like a correct assumption (both at the minute and likely forever, which probably should be better documented) but if it ever were not the case, it'd silently not do nice things, which is not very nice.
EDIT: it's not the case
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue identifies ErrorTree but names no file or test. Start by locating the ErrorTree implementation and its existing tests, then trace how multiple errors from one validator are represented; done means the behavior is no longer silently incorrect or the one-error assumption is explicitly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100