Skip to content

gir: Split type and array parsing

Emmanuele Bassi requested to merge ebassi/parse-array into main

The _parse_ctype() method is getting way too big and full of side effects, so let's try and reduce its cyclomatic complexity.

Merge request reports