Skip to content

v0.6.35

Compare
Choose a tag to compare
@github-actions github-actions released this 24 Apr 06:35
· 369 commits to main since this release

This release includes improvements such as:

  • exhancing the Python standard library's type definitions (os, sys, ...)
  • fixing bugs in type checking (default/variable parameters)
  • providing best-effort type checking for incorrect type specifications
x: (Int, Iny) = (1, 2) # ERR
print! x.0 + 1 # OK
print! x.0 + "a" # ERR

Full Changelog: v0.6.35...v0.6.35