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

Christoph Thiede via Squeak-dev <[email protected]> Tue, 9 Jun 2026 23:59:50 +0200
Newsgroups gmane.comp.lang.smalltalk.squeak.general
Message-ID <055aa2ac-ac8d-4cfa-9d6b-9a0e8c989cc5@MX2025-DAG1.hpi.uni-potsdam.de>
Hi Jaromir,

did you remove i18n support (#translated) here by accident or did it cause any problems? :-)

Best,
Christoph

-- 
Sent from 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]