The Trunk: 61Deprecated-ct.27.mcz
| 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.27.mcz ==================== Summary ==================== Name: 61Deprecated-ct.27 Author: ct Time: 6 May 2026, 9:32:26.026679 pm UUID: 792bfc29-a73d-436f-ad2b-29187711827e Ancestors: 61Deprecated-ct.26 Avoids nested deprecation in BrokenPromise. =============== Diff against 61Deprecated-ct.26 =============== Item was changed: ----- Method: BrokenPromise>>messageText (in category 'accessing') ----- messageText ^ messageText ifNil: + [self errorValue ifNotNil: [:error | - [self error ifNotNil: [:error | error asString]]! Squeak-dev mailing list -- [email protected] To unsubscribe send an email to [email protected]