Re: The Trunk: Kernel-jar.1537.mcz

"Jaromir Matas" <[email protected]> Wed, 10 Jun 2026 10:54:32 +0000
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <[email protected]>
Oops, that must have been an accident :) Want me to fix it? Thanks!
Best,
Jaromir

On 6/9/2026 11:59:50 PM, "Christoph Thiede via Squeak-dev" 
<[email protected]> wrote:

>Hi Jaromir,
>
>did you remove i18n support (#translated) here by accident or did it 
>cause any problems? :-)
>
>Best,
>Christoph
>
>--
>Sent from Squeak Inbox Talk 
><https://github.com/hpi-swa-lab/squeak-inbox-talk>
>
>On 2023-12-30T17:08:29+00:00, [email protected] wrote:
>
>>Christoph Thiede uploaded a new version of Kernel to project The 
>>Trunk:
>>http://source.squeak.org/trunk/Kernel-jar.1537.mcz
>>
>>==================== Summary ====================
>>
>>Name: Kernel-jar.1537
>>Author: jar
>>Time: 25 November 2023, 12:03:48.496163 am
>>UUID: 94c7c0ef-7a40-3149-b9df-0751d16ead54
>>Ancestors: Kernel-eem.1536
>>
>>replace debugger invocation with an error; complements 
>>Kernel-eem.1535, Kernel-eem.1536 and KernelTests-jar.447.
>>
>>=============== Diff against Kernel-eem.1536 ===============
>>
>>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!!'!
>>-     Processor debugWithTitle: 'Computation has been terminated!!' 
>>translated full: false.!
Squeak-dev mailing list -- [email protected]
To unsubscribe send an email to [email protected]