blueprint-compiler/blueprintcompiler
James Westman d23c06b8fd
lsp: Fix text encoding issue
Content-Length is the number of bytes in the message, but the JSONRPC
code was interpreting it as a number of characters (when both reading and
writing), which caused it to fail on multibyte UTF-8 characters.
2021-12-06 11:46:33 -06:00
..
extensions Update completion snippets 2021-12-06 10:26:53 -06:00
__init__.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
ast.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
ast_utils.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
completions.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
completions_utils.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
decompiler.py Create an interactive porting tool 2021-12-01 23:38:28 -06:00
errors.py Create an interactive porting tool 2021-12-01 23:38:28 -06:00
gir.py Create an interactive porting tool 2021-12-01 23:38:28 -06:00
interactive_port.py interactive_port: Ignore "_build" and "build" dirs 2021-12-04 19:14:04 -06:00
lsp.py lsp: Fix text encoding issue 2021-12-06 11:46:33 -06:00
lsp_utils.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
main.py Create an interactive porting tool 2021-12-01 23:38:28 -06:00
parse_tree.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
parser.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
parser_utils.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
tokenizer.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
utils.py Create an interactive porting tool 2021-12-01 23:38:28 -06:00
xml_emitter.py Rename to blueprint-compiler 2021-12-01 15:35:58 -06:00
xml_reader.py Create an interactive porting tool 2021-12-01 23:38:28 -06:00