Zsolt Dollenstein
Zsolt Dollenstein
cc @ngoldbaum in case you're interested :)
AFAIK our best bet is to use a hover lsp request at least for pyre, have you tried that? @grievejia we've talked about something like this for a while but...
Thanks for this! I think an incomplete implementation of the [spec](https://packaging.python.org/en/latest/specifications/version-specifiers/#normalization) would be OK, but unfortunately this is incorrect, because this implementation replaces all separators with `.`, but that's not...
How much of this pr do you think is still useful after that patch lands in cpython?
Yes that's correct
@itamaro no, not at all. If you wanna take a stab at it, feel free to commandeer this PR :)
Looks like this is a bug, PositionProvider needs to be updated with match and a few other new CST nodes
Unfortunately that flag doesn't actually do anything anymore by default[^1], so I'd rather remove it. [^1]: It only controls the behavior of the old, unmaintained pure python parser which you...
As a workaround you can put explicit `+` operators to prevent black from merging the string.
I'm not sure it's a good idea to provide a `Tuple.evaluated_value`, etc. Mainly because it's impossible to - correctly type hint it - make sure it's safe to evaluate (as...