Hi everyone,

Last week I did these tasks:

- Add a default refactoring scope. Now you can define a default environment through Refactorings Settings, this is useful when you are doing refactoring changes in Global environment. You can see the new behavior in this video: https://www.youtube.com/watch?v=NkxGP0P9klA . Check PR to know the changes.
- Improve "Set up score command" Check PR to know the changes.
- Fix move method with empty protocol (Move to package of defining class enh #8929) Check PR to know the changes.
- Add preview rename class refactoring Check PR to know the changes.
- I was fixing the issue: https://github.com/pharo-project/pharo/issues/6218 but I found two issues more, these are: RBNamespace doesn't support alias #9041 , Inline method refactoring doesn't handle well, handling calls to super or overrides #9042�� Still in progress.
- I was improving the creation of cascades to fix: Inline temp refactoring can create code with different behavior. #6056 Still in progress.

Tasks for this week:

- Fix issue: RBNamespace doesn't support alias #9041
- Fix issue: Inline method refactoring doesn't handle well, handling calls to super or overrides #9042��
- Finish to fix: Create cascade issue. (Fix when the object is referenced after cascade block, fix the assignation when we have returns in called methods)
- Fix issue: move to component refactoring issue.

Regards,

Evelyn C.