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
Adding a validation here makes sense to me. It seems like it should be fairly straightforward to add validation here in rename.py to validate that new_name should be checked against keyword.iskeyword().
Would you want to take a bite at implementing this?
Rename refactoring is successfully executed using any Python keyword in B.text.
Steps to reproduce the behavior:
Apply the Rename refactoring to the variable "text"
Expected to Rope emit an error due to the use of a Python keyword.
The text was updated successfully, but these errors were encountered: