Releases: facebook/pyre-check
Releases · facebook/pyre-check
v0.0.38
Adds sapp back into release.
Pyre 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_castthat functions similar totyping.castbut enforces subclass. - Fixed several issues with search path construction & error filtering.
search_pathconfiguration 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 toexcludeconfiguration to allow relative path matching inexcludeconfiguration. - Improved the quality of
pyre-inferannotations. sappis no longer bundled.