blueprint-compiler/tests
James Westman 06f54c8ff8
Use typelib instead of XML
For normal compilation, use .typelib files rather than .gir XML files.
This is much faster.

Rather than using libgirepository, which would try to actually load the
libraries, we use a custom parser.

The language server will still read XML because it needs to access
documentation, which is not in the typelib, but that's generally fine
because it's a long lived process and only has to do that once.
2022-06-25 00:15:20 -05:00
..
sample_errors Fix compiling empty file 2022-06-17 11:12:21 -05:00
samples Add lookup expressions 2022-06-24 23:16:15 -05:00
__init__.py Move tests out of main package 2021-10-22 23:35:29 -05:00
fuzz.py Use typelib instead of XML 2022-06-25 00:15:20 -05:00
fuzz.sh tests: Add fuzz test 2022-04-18 20:22:31 -05:00
meson.build Fix tests 2021-10-28 00:13:46 -05:00
test_samples.py Add lookup expressions 2022-06-24 23:16:15 -05:00
test_tokenizer.py tokenizer: Fix operator tokenization 2022-04-30 16:41:46 -05:00