Bowler
Bowler copied to clipboard
Rename methods
Hi
I tried to rename a function method but only the calls to the method were replaced-not the method declaration (leading to a pylint
error). Did I do anything wrong?
query = (
Query('./src/cool_project')
.select_method("maximize")
.rename("max_")
.diff(interactive=True)
)
It looks like the bug relates to lack of types, bowler needs a fix something like https://github.com/thatch/Bowler/commit/16113033ea1041d66d2637c43faa251db9a43914 (but with tests!)
can i take up this issue ??