mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
lsp: Fix crash when import version missing
The issue is specific to the language server, since it's trying to use an AST that contains errors. The test would not fail but was added anyway.
This commit is contained in:
parent
b9fdc5a5f1
commit
2da6be7618
5 changed files with 16 additions and 3 deletions
9
CONTRIBUTING.md
Normal file
9
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,9 @@
|
|||
First of all, thank you for contributing to Blueprint.
|
||||
|
||||
If you learn something useful, please add it to this file.
|
||||
|
||||
# Run the test suite
|
||||
|
||||
```
|
||||
python -m unittest
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue