You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- fixed missing import when accessing `VariableDeclaration.declaration_string`, which mainly manifested as language server crashes <smallclass="label">[core]</small>
14
+
- removed mistakenly leftover debugging prints from the IR <smallclass="label">[core]</small>
15
+
- LSP document symbols and workspace symbols now use function declarations with parameter types to avoid deduplication on the LSP client side <smallclass="label">[language server]</small>
16
+
- fixed LSP document symbols' last changed declaration not being propagated due to aggressive caching <smallclass="label">[language server]</small>
17
+
- fixed LSP compilation errors not being cleared for deleted files <smallclass="label">[language server]</small>
18
+
- changed command-line relevant code highlighting from color to underline <smallclass="label">[static analysis]</small>
19
+
- added missing `burn_erc1155` import to `wake.testing` <smallclass="label">[testing framework]</small>
20
+
- fixed `ValueError` occurring on failing chain connections <smallclass="label">[testing framework]</small>
0 commit comments