pyre-check v0.1.2 Release Notes
Release Date: 2019-08-31 // over 5 years ago-
No data yet ๐
You can check the official repo
Previous changes from v0.0.30
-
๐ Biggest changes since last release (non-exhaustive):
- ๐ Fixed support for nested recursive function.
- ๐ Fixed several issues where the type of globally-accessible values are erroneously locally refined.
- ๐ Support batch type lookup query
pyre query "types(...)"
. - ๐ Support basic variadic generics on functions & classes.
- โ Added a
safe_cast
that functions similar totyping.cast
but enforces subclass. - ๐ Fixed several issues with search path construction & error filtering.
- ๐ง
search_path
configuration now allows entries of the form{ "site-package": "XXX" }
- Support specifying relative paths in
binary
,typeshed
, andignore_all_errors
. - ๐ง Special placeholder
${SOURCE_DIRECTORY}
can be added toexclude
configuration to allow relative path matching inexclude
configuration. - ๐ Improved the quality of
pyre-infer
annotations. sapp
is no longer bundled.