The Trunk: Kernel-nice.1128.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: Kernel-nice.1128.mcz

commits-2
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]'!


Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Kernel-nice.1128.mcz

Nicolas Cellier
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]'!





Reply | Threaded
Open this post in threaded view
|

Re: The Trunk: Kernel-nice.1128.mcz

David T. Lewis
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]'!
> >
> >
> >

>