Progress Report -> Refactoring Project - ( January 11 - 15 )

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Progress Report -> Refactoring Project - ( January 11 - 15 )

EVELYN CUSI LOPEZ
Hi all

Last week I did these tasks:

- Fix add parameter issue, now this refactoring can permute arguments ( https://github.com/pharo-project/pharo/pull/8382 )
- Fix extract method issue, when we have symbols and strings, now Literal node can compare correctly these types of literals (https://github.com/pharo-project/pharo/pull/8381)
- Fix find and replace issue, to know how many occurrences were found and changed (https://github.com/pharo-project/pharo/pull/8380)
- I started to do the new "extract setUp" refactoring, by the moment this has some problems

Tasks for this week:

- Finish to do extract setUp refactoring
- Migrate class and method commands, to commander2
- Fix undo refactoring issue

Cheers,
Evelyn