Skip to content

Version 1.1.0.pre.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@soutaro soutaro released this 26 Jul 02:17
· 1419 commits to master since this release

Release note

Changes

Type checker core

  • Type refinement with method calls (#590)
  • Better multiple assignment type checking (#605)
  • Fix generics issues around proc types (#609, #611)
  • Fix type application validation (#607; backport from 1.0.2)
  • Add class variable validation (#593)
  • Fix type application validation (#607)

Commandline tool

  • Appends "done!" to the watch output when the type check is complete (#596)

Language server

  • Fix hover on multiple assignment (#606)