pharo-project / pharo

Pharo is a dynamic reflective pure object-oriented language supporting live programming inspired by Smalltalk.
http://pharo.org
Other
1.21k stars 355 forks source link

Deprecation: The method AbstractListPresenter>>#menu: called from EpLogBrowserPresenter>>#initializeItemsPresenter has been deprecated. #3291

Closed MarcusDenker closed 5 years ago

MarcusDenker commented 5 years ago

Lots of messages in the build log:

*** Warning: Deprecation: The method AbstractListPresenter>>#menu: called from EpLogBrowserPresenter>>#initializeItemsPresenter has been deprecated. Use #contextMenu: instead. The old way to create a MenuPresenter was this method taking a MenuMorph as parameter. This will not work with other backend and will be totally removed in Pharo7. Now you should use #contextMenu takin a MeruPresenter (or a block returning a menu presenter) as parameter.

jecisc commented 5 years ago

We can correct it but not with the full current features. To port it well we need Lieutenant. @juliendelplanque Do you know when we will be able to try it?

MarcusDenker commented 5 years ago

initializeItemsPresenter does not exist anymore, so I close this