pharo icon indicating copy to clipboard operation
pharo copied to clipboard

Migrated references of `SycMethodNameEditorPresenter` to `StMethodNameEditorPresenter`

Open matburnx opened this issue 1 year ago • 3 comments

Fix #16795 Added Refactoring-UI as dependency in BaselineOfQA

Shouldn't SycMethodNameEditorPresenter and its tests be deleted now?

matburnx avatar Jun 28 '24 09:06 matburnx

Full image load fails with:

MetacelloNotification: Loaded -> BaselineOfQA --- unresolved
Error: Name not found: Refactoring-UI
MetacelloVersionSpec(Object)>>error:
[ ^ self error: 'Name not found: ' , aString ] in MetacelloVersionSpec>>resolveToLoadableSpec:forMap:packages: in Block: [ ^ self error: 'Name not found: ' , aString ]
[

MarcusDenker avatar Jun 28 '24 09:06 MarcusDenker

I think it's good now.

matburnx avatar Jun 28 '24 12:06 matburnx

I think it's good now.

I didn't see it in the changes, but is SycMethodNameEditorPresenter now removed in the PR? (since it shouldn't be referenced anymore, it would be safe to remove)

hernanmd avatar Jun 28 '24 18:06 hernanmd

SycMethodNameEditorPresenter is now deleted.

matburnx avatar Jul 01 '24 07:07 matburnx

Ok I integrate and we can do another iteration

Ducasse avatar Sep 21 '24 14:09 Ducasse