The Trunk: 61Deprecated-ct.28.mcz
[email protected] Mon, 8 Jun 2026 23:20:34 0000
| Newsgroups | gmane.comp.lang.smalltalk.squeak.general |
|---|---|
| Message-ID | <[email protected]> |
Christoph Thiede uploaded a new version of 61Deprecated to project The Trunk: http://source.squeak.org/trunk/61Deprecated-ct.28.mcz ==================== Summary ==================== Name: 61Deprecated-ct.28 Author: ct Time: 9 June 2026, 1:20:34.226369 am UUID: d6dd6759-0f32-4525-ac42-cd910240d66c Ancestors: 61Deprecated-ct.27 Documents migration path for removed Context initialization methods from Kernel-eem.1578. They're private, but at least due to SimulationStudio I have seen less helpful MNUs on multiple machines during updating... =============== Diff against 61Deprecated-ct.27 =============== Item was added: + ----- Method: Context>>setSender:receiver:method:arguments: (in category '*61Deprecated-private') ----- + setSender: s receiver: r method: m arguments: args + + self deprecated: 'Use Context class>>newForMethod:'. + self privMethod: m. + self setSender: s receiver: r arguments: args.! Item was added: + ----- Method: Context>>setSender:receiver:method:closure:startpc: (in category '*61Deprecated-private') ----- + setSender: s receiver: r method: m closure: c startpc: startpc + + self deprecated: 'Use Context class>>newForMethod:'. + self privMethod: m. + self setSender: s receiver: r closure: c startpc: startpc.! Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]