Skip to content

v1.7.0

Compare
Choose a tag to compare
@Talv Talv released this 29 Dec 06:50
· 163 commits to master since this release

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

bac923b

Rename provider:

initial implementation

394d8b6
cf22180
6b48c15
600e9eb

Code completions:

  • provide keywords 3d88251
  • provide natives missing in *.galaxy files of core dependency - via auto-generated dummy file from TriggerLib 13b3ec4