The Trunk: System-dtl.1003.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: System-dtl.1003.mcz

commits-2
David T. Lewis uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-dtl.1003.mcz

==================== Summary ====================

Name: System-dtl.1003
Author: dtl
Time: 15 February 2018, 2:19:58.588317 pm
UUID: 9f36a39d-2c05-4401-8924-fab1c3c2df0f
Ancestors: System-dtl.1002

Remove selectorPrefixForDispatch which was a remnant of the now defunct method dispatching hack for Project.

=============== Diff against System-dtl.1002 ===============

Item was removed:
- ----- Method: Project>>selectorPrefixForDispatch (in category 'dispatching') -----
- selectorPrefixForDispatch
- "A string to be preppended to selectors for project specific methods"
-
- ^ self subclassResponsibility!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: System-dtl.1003.mcz

David T. Lewis
Marcel,

You may want to deprecate #selectorPrefixForDispatch in SqueakShellProject also.

Dave



On Thu, Feb 15, 2018 at 07:20:05PM +0000, [hidden email] wrote:

> David T. Lewis uploaded a new version of System to project The Trunk:
> http://source.squeak.org/trunk/System-dtl.1003.mcz
>
> ==================== Summary ====================
>
> Name: System-dtl.1003
> Author: dtl
> Time: 15 February 2018, 2:19:58.588317 pm
> UUID: 9f36a39d-2c05-4401-8924-fab1c3c2df0f
> Ancestors: System-dtl.1002
>
> Remove selectorPrefixForDispatch which was a remnant of the now defunct method dispatching hack for Project.
>
> =============== Diff against System-dtl.1002 ===============
>
> Item was removed:
> - ----- Method: Project>>selectorPrefixForDispatch (in category 'dispatching') -----
> - selectorPrefixForDispatch
> - "A string to be preppended to selectors for project specific methods"
> -
> - ^ self subclassResponsibility!
>
>