You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the function is a builtin function, the call parameter's name was
sometimes incorrectly identified as an AssignedName. This led to
rename refactoring incorrectly renaming these parameters.
When the function is a builtin function, the call parameter's name was
sometimes incorrectly identified as an AssignedName. This led to
rename refactoring incorrectly renaming these parameters.
hello,
I've written a test for rope that fails when a keyword argument to a function is the same as the name of the variable to be renamed, like this:
when a is renamed to new_a, the result will look like this:
This is the test case:
Thank you for this most excellent tool :)
The text was updated successfully, but these errors were encountered: