The Inbox: Kernel-ct.1687.mcz

[email protected] Wed, 10 Jun 2026 13:22:39 0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Christoph Thiede uploaded a new version of Kernel to project The Inbox:
http://source.squeak.org/inbox/Kernel-ct.1687.mcz

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

Name: Kernel-ct.1687
Author: ct
Time: 10 June 2026, 3:22:38.14354 pm
UUID: c295ee48-613f-43ca-8b9a-bb94f0067c5d
Ancestors: Kernel-ct.1686

Restores multilingual support for Context>>cannotReturn:.

=============== Diff against Kernel-ct.1686 ===============

Item was changed:
  ----- Method: Context>>cannotReturn: (in category 'private-exceptions') -----
  cannotReturn: result
  
  	closureOrNil ifNotNil: [^ self cannotReturn: result to: self home sender].
+ 	self error: 'Computation has been terminated!!' translated!
- 	self error: 'Computation has been terminated!!'!

Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]