Skip to content

Published 1.1.6

Choose a tag to compare

@erictraut erictraut released this 27 Nov 07:05

New Feature: Added hover, definition, reference and rename support for named arguments.

Enhancement: Made some changes that improve responsiveness during large analysis in VS Code.

Enhancement: Augmented some diagnostic messages with "related information" (e.g. a location in another file that helps explain the error or warning).

Enhancement: Improved error reporting for declaration collisions.

Enhancement: Added bidirectional type inference for yield statements.

Bug Fix: Disabled file system watcher polling on MacOS to help eliminate reports of high CPU utilization and heap overflows.

Bug Fix: Fixed bug in type checker where hovering on some expressions before the file was fully checked caused incorrect errors to be generated.

Bug Fix: Fixed type checker's handling of constrained TypeVars.

Bug Fix: Fixed a couple of bugs relating to type checking of generic protocol classes.

Bug Fix: Added missing newline character in --help output.