Skip to content

N v1.2.4

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jun 01:48
· 456 commits to main since this release
e981c04

What changed:

  • Fixed an issue where functions could be defined with no return type.
  • Fixed an issue where invalid values would cause an error with the type display.
  • Fixed an issue where var could be called with a variable that does not exist.
  • Fixed an issue where a class type could not be referenced inside itself.
  • Fixed an issue where functions with no arguments had an incorrect type.
  • Fixed an issue where circular imports caused an infinite loop in the type checker.