Skip to content

1.4.0

Compare
Choose a tag to compare
@KotlinIsland KotlinIsland released this 13 Jul 06:17

Added

  • ignore_any_from_errors option to suppress no-any-expr messages from other errors
  • Function types are inferred from Overloads, overrides and default values. (no overrides for now sorry)
  • Infer Property types
  • Calls to incomplete functions are an error (configurable with incomplete_is_typed)
  • Added a new type Untyped, it's like Any, but more specific
  • Added a dependency on basedtyping

Enhancements

  • Render types a lot better in output messages

Fixes

  • types.NoneType now works as a value of type[None]