blueprint-compiler/blueprintcompiler
James Westman 6c67e1fc5a
xml: Fix flags and enums
GtkBuilder XML uses enum nicknames, full names, or integer values, but
we accept GIR names, so passing those through doesn't work if the name
has an underscore (which traditionally turns into a dash in the
nickname). Avoid the problem by always writing the integer value of the
enum member.
2022-12-19 15:15:25 -06:00
..
language xml: Fix flags and enums 2022-12-19 15:15:25 -06:00
outputs xml: Fix flags and enums 2022-12-19 15:15:25 -06:00
__init__.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
ast_utils.py Format using black 2022-12-19 11:52:59 -06:00
completions.py Format using black 2022-12-19 11:52:59 -06:00
completions_utils.py Format using black 2022-12-19 11:52:59 -06:00
decompiler.py xml: Fix flags and enums 2022-12-19 15:15:25 -06:00
errors.py Format using black 2022-12-19 11:52:59 -06:00
gir.py xml: Fix flags and enums 2022-12-19 15:15:25 -06:00
interactive_port.py Format using black 2022-12-19 11:52:59 -06:00
lsp.py Format using black 2022-12-19 11:52:59 -06:00
lsp_utils.py Format using black 2022-12-19 11:52:59 -06:00
main.py Format using black 2022-12-19 11:52:59 -06:00
parse_tree.py Format using black 2022-12-19 11:52:59 -06:00
parser.py Format using black 2022-12-19 11:52:59 -06:00
tokenizer.py Format using black 2022-12-19 11:52:59 -06:00
typelib.py Format using black 2022-12-19 11:52:59 -06:00
utils.py Format using black 2022-12-19 11:52:59 -06:00
xml_reader.py Format using black 2022-12-19 11:52:59 -06:00