microsoft / pyright

Static Type Checker for Python
Other
13.51k stars 1.49k forks source link

Javascript output in error report: error: Type of metaclass "[object Object]" is partially unknown #9530

Open mjpieters opened 2 hours ago

mjpieters commented 2 hours ago

I just spotted a Javascript object representation in the output of --verifytypes prefect:

   error: Type of metaclass "[object Object]" is partially unknown

This occurs 702 times in this specific project. Clearly something broke in how metaclasses are reported.

Reproduce with:

python -m venv prefect-pyright-verifytypes
./prefect-pyright-verifytypes/bin/pip install pyright prefect
./prefect-pyright-verifytypes/bin/pyright --verifytypes prefect

Context

erictraut commented 2 hours ago

Thanks, this will be fixed in the next release.

mjpieters commented 2 hours ago

@erictraut thanks, it never ceases to amaze me how incredibly fast you are with responding to issues!