ggirol-rc
ggirol-rc
I pushed a reproducer at https://github.com/ggirol-rc/poetry_repro you can reproduce as: ``` git clone https://github.com/ggirol-rc/poetry_repro cd poetry_repro ./reproduce.sh ``` My output for this procedure @dev-2004:/tmp % git clone https://github.com/ggirol-rc/poetry_repro Cloning into...
I pushed to the reproduction repo a commit that renames the projects so that they have names which are actually not taken in pypi, my bad. About clearing cache, I...
Here are the parts of `uniqueappname/poetry.lock` which mention `uniquelibname`: ``` [[package]] name = "uniquelibname" version = "0.1.0" description = "" optional = false python-versions = "*" files = [] develop...
I would like mypy to report that `return Hello` in incompatible with overload #2: if `a` is of type `str`, the body of `f` does not return a `bool`. Something...
For reference, PEP 484 says: > The @overload-decorated definitions are for the benefit of the type checker only, since they will be overwritten by the non-@overload-decorated definition, while the latter...