What's Changed
- Use canonical source file type in the RPC edit-batch gate by @knutwannheden in #7929
- Python: accept a caller-provisioned dependency path for
tytype attribution by @knutwannheden in #7930 - Python: share the ty-types type registry across a project parse by @knutwannheden in #7932
- Python: distinguish
type[X]class objects from instances in ty attribution by @knutwannheden in #7933 - Go: fix RPC-handling of keyless
forby @greg-at-moderne in #7934 - Go: introduce Go.Return for multi-value returns by @greg-at-moderne in #7936
- Go: introduce Go.MethodDeclaration to handle receivers by @greg-at-moderne in #7939
- Go: introduce Go.DeclarationBlock to hold blocked variable declarations by @greg-at-moderne in #7938
- Go: use typeParameters in method invocations by @greg-at-moderne in #7937
- Go: Go.ArrayType for array types with declared length by @greg-at-moderne in #7941
Full Changelog: v8.84.4...v8.84.5