Skip to content
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

development.refactor.move_class fails to update references preceded with = sign #384

Open
AntoineGautier opened this issue Nov 2, 2020 · 0 comments
Assignees

Comments

@AntoineGautier
Copy link
Contributor

AntoineGautier commented Nov 2, 2020

Typically a parameter binding as

Class instance(
  param_i=ClassToBeMoved,
  ...

(where ClassToBeMoved refers to a function for instance), will generally be ignored when applying the function replace_text_in_file as the reference to ClassToBeMoved is not preceded by any empty character. (It will only be modified if ClassToBeMoved is the full library path.)

@AntoineGautier AntoineGautier self-assigned this Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant