dsandersllvm wrote:

> If this way will work in 3.9 as well, do it. If not, drop those annotations. 
> Let's not make this situation more confusing, the pay off isn't there for the 
> sake of a few type annotations.

This is fixed in the latest fixup commits. I also included a small edit to 
pyproject.toml that will cause pyright to call out usage of too-new API's and 
language features for people using pyright as an LSP. This actually caught a 
bit of 3.10 I wasn't aware of (the `str | None` instead of `Optional[str]`). I 
can do the pyproject.toml change in a separate PR if you prefer

https://github.com/llvm/llvm-project/pull/162172
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to