Carl Meyer
Carl Meyer
omg look at those pydantic diagnostics disappear
Where did this case come from? Was it user-reported (there's no issue linked)? Did we see it in the ecosystem somewhere? Just curious since it's kind of an odd case.
Hi! Sorry this fell off my radar; it wasn't in my GH notifications because it was still in draft. This looks pretty good to me, and TypeGuard support would be...
So regarding the conformance suite, the way to evaluate that is to open up the corresponding conformance suite test file (e.g. https://github.com/python/typing/blob/main/conformance/tests/narrowing_typeguard.py is the main relevant one here). Lines with...
It looks like the same is true for our existing implementation of `TypeIs`, I just filed https://github.com/astral-sh/ty/issues/1569
The ecosystem report looks generally fantastic! One thing I notice is that in cases like https://github.com/pydata/xarray/blob/main/xarray/namedarray/utils.py#L107 where the returned `TypeGuard` is a gradual type, this PR takes the top materialization...
(I'm not sure why the ecosystem analyzer failed to post its comment here, but the report can be downloaded at https://github.com/astral-sh/ruff/actions/runs/19380669883/artifacts/4574376479 )
Hi @ericmarkmartin -- thanks again for this contribution! Do you have any timeframe on getting back to this PR? Would you like someone else to pick it up and push...
Definitely still wanted, if you're up for picking it back up I'll try to be speedy on reviews!