Confirming, the problem is resolved in my image after updating.
Dave
On Fri, Dec 01, 2017 at 09:27:53AM +0100, Nicolas Cellier wrote:
> Ahem, I republished because of missing : after ifTrue...
> All seems going well for now.
>
> 2017-12-01 9:20 GMT+01:00 <
[hidden email]>:
>
> > Nicolas Cellier uploaded a new version of Kernel to project The Trunk:
> >
http://source.squeak.org/trunk/Kernel-nice.1128.mcz> >
> > ==================== Summary ====================
> >
> > Name: Kernel-nice.1128
> > Author: nice
> > Time: 1 December 2017, 9:20:34.354626 am
> > UUID: f96b05ed-2a28-49f1-bbad-ef0d4b37b557
> > Ancestors: Kernel-nice.1127
> >
> > Fix CompiledMethod appearing twice in ByteArray hierarchy
> >
> > =============== Diff against Kernel-nice.1127 ===============
> >
> > Item was changed:
> > + (PackageInfo named: 'Kernel') postscript: '((ByteArray subclasses
> > includes: CompiledMethod) and: [CompiledMethod superclass ~= ByteArray])
> > ifTrue: [ByteArray removeSubclass: CompiledMethod]'!
> > - (PackageInfo named: 'Kernel') postscript: '"below, add code to be run
> > after the loading of this package"
> > - (Smalltalk globals includesKey: #MethodContext) ifTrue:
> > - [Undeclared declare: #MethodContext from: Smalltalk globals]'!
> >
> >
> >
>