Bowler icon indicating copy to clipboard operation
Bowler copied to clipboard

Rename methods

Open StefanUlbrich opened this issue 4 years ago • 2 comments

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)
 )

StefanUlbrich avatar Mar 12 '20 11:03 StefanUlbrich

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!)

thatch avatar Mar 12 '20 13:03 thatch

can i take up this issue ??

rajpratyush avatar Jul 04 '21 16:07 rajpratyush