Rob Hand

Results 4 issues of Rob Hand

### Summary Couldn't find an issue that quite matched (maybe this https://github.com/astral-sh/ty/issues/1473 if so please close this and I will link my suppression comment to reference it instead) Problem: Conversion...

generics

### Summary ```python import typing import os from module import __file__ as module_path typing.reveal_type(module_path). # str | None os.path.abspath(module_path) # No overload of function `abspath` matches arguments ``` https://play.ty.dev/4dd59d9f-5dbe-433e-b370-67bbd5575fb2 `mypy`...

runtime semantics

### Summary An attempt at an MRE for a hang we are seeing on one of our repos: Run with: `uv tool run ty check mre.py` ```py from __future__ import...

hang

### Summary This builds upon the issue raised in: https://github.com/astral-sh/ty/issues/2060 The MRE I supplied of the real-world code elided a Falsey check, which does seem to disrupt the fix that...

generics
bidirectional inference