v1.7.0
General:
- add configurable delay before reindexing dirty documents cf7cb4f
- queue document content changes while project is still being indexed 399a3f3
Parser:
- better error recovery for invalid parameter declarations 24522a0
- require local variables to be declared at the begining of function block 429470f
- print numeric codes of invalid characters b90aa97
Typechecker:
- improve validation of symbols: ee1fb60
- redeclaration
- reference before declaration
- function declaration missmatch its previous signature
- fix typechecker running before symbol indexing has completed d3ef75b
References provider:
initial implementation
Rename provider:
initial implementation
394d8b6
cf22180
6b48c15
600e9eb