Progress Report -> Refactoring Project - ( December 7 - 11 )

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 - ( December 7 - 11 )

EVELYN CUSI LOPEZ
Hi everyone,

Last week I did these tasks:

- Review Commander2, to migrate refactorings to use Commander2 we must create a decorator class using Calypso, now only exists a decorator with Spec2 (SpCommand).
- Fix UI rename method issue (https://github.com/pharo-project/pharo/pull/7978)
- Fix undo refactoring issue (https://github.com/pharo-project/pharo/pull/8051)
- Review Refactoring2
- Start to fix Extract method issues.

Tasks for this week:

- Finish to fix Extract method issues.
- Re-visit all the tests to use a classBuilder instead of string as much as possible.
- Improve the refactoring model to support traits and slots.
- Fix Push up refactoring issue #2656 (https://github.com/pharo-project/pharo/issues/2656)
- Fix Abstract instance variables issue (https://github.com/pharo-project/pharo/issues/8100)

Cheers,
Evelyn