summaryrefslogtreecommitdiffstats
path: root/scripts/qapi/error.py
Commit message (Expand)AuthorAgeFilesLines
* qapi/error: Add type hintsJohn Snow2021-04-301-2/+9
* qapi/error.py: move QAPIParseError to parser.pyJohn Snow2021-04-301-14/+8Star
* qapi/error: assert QAPISourceInfo is not NoneJohn Snow2021-04-301-0/+1
* qapi/error: Make QAPISourceError 'col' parameter optionalJohn Snow2021-04-301-5/+3Star
* qapi/error: Use Python3-style super()John Snow2021-04-301-1/+1
* qapi/error: Repurpose QAPIError as an abstract base exception classJohn Snow2021-04-301-2/+9
* qapi: Use super() now we have Python 3Markus Armbruster2020-03-051-2/+2
* qapi: Split up scripts/qapi/common.pyMarkus Armbruster2019-10-221-0/+43