Fixes & improvements:
- fixed missing import when accessing
VariableDeclaration.declaration_string
, which mainly manifested as language server crashes [core] - removed mistakenly leftover debugging prints from the IR [core]
- LSP document symbols and workspace symbols now use function declarations with parameter types to avoid deduplication on the LSP client side [language server]
- fixed LSP document symbols' last changed declaration not being propagated due to aggressive caching [language server]
- fixed LSP compilation errors not being cleared for deleted files [language server]
- changed command-line relevant code highlighting from color to underline [static analysis]
- added missing
burn_erc1155
import towake.testing
[testing framework] - fixed
ValueError
occurring on failing chain connections [testing framework]