withered-magic / starpls

An LSP implementation for Starlark, the configuration language used by Bazel and Buck2.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix `Union` interactions during typechecking

withered-magic opened this issue · comments

e.g. we currently get false positives like

Operator "+" not supported for types "Literal["CARGO_BIN_EXE_"]" and "Any | Unknown"