pharo
pharo copied to clipboard
Migrated references of `SycMethodNameEditorPresenter` to `StMethodNameEditorPresenter`
Fix #16795
Added Refactoring-UI as dependency in BaselineOfQA
Shouldn't SycMethodNameEditorPresenter and its tests be deleted now?
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 ]
[
I think it's good now.
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)
SycMethodNameEditorPresenter is now deleted.
Ok I integrate and we can do another iteration