Fix lookup symbol for super() - #108306
Conversation
def74d7 to
61e6789
Compare
dddda6b to
1c59c85
Compare
1c59c85 to
67aef7a
Compare
HolonProduction
left a comment
There was a problem hiding this comment.
Alright you have convinced me. Let's add a new context type for super. The fact that we need different lookup depending on whether it is a call makes this pretty much impossible to solve without parser changes.
|
Should have some test. We don't have a specific test suite for lookup AFAIK, but the LSP test suite uses lookup under the hood. So we should add a supper call in one of those test cases. |
eda6e35 to
9ce6f4e
Compare
9ce6f4e to
c232b7c
Compare
Done.. I think. Check it up. |
Calinou
left a comment
There was a problem hiding this comment.
Code and tests look good to me.
|
I think it's fine to be merged to 4.5 beta milestone - it's a safe change. |
|
Thanks! |
…letion Fix lookup symbol for `super()`
…letion Fix lookup symbol for `super()`
Uh oh!
There was an error while loading. Please reload this page.