-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide STORE for {Class,Function}Def.name in ExpressionContextProvider #394
Conversation
Guess I should have ran all tests not just ones I edited. Seems like this will have more widespread effects than I have anticipated. If you would accept this PR given passing test I would take stab at updating the broken ones. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change looks good, just needs to fix the failing tests.
You can run tox -e autofix
to fix the formatting error in lint CI job.
Co-authored-by: Jimmy Lai <yurinai@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
@jimmylai Could you create a new release on pypi? Thanks. |
@zsolt plans to make another release after the pending PRs are merged. |
Wrong Zsolt :) but yes, I expect to make a new release tomorrow. |
Summary
closes #393 by extending ExpressionContextVisitor
Test Plan
Adds basic tests for the extension