Squeak 4.5: Kernel-topa.845.mcz

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

Squeak 4.5: Kernel-topa.845.mcz

commits-2
Tobias Pape uploaded a new version of Kernel to project Squeak 4.5:
http://source.squeak.org/squeak45/Kernel-topa.845.mcz

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

Name: Kernel-topa.845
Author: topa
Time: 10 April 2015, 11:08:02.396 pm
UUID: 444874b7-5484-48d3-98cc-b506787a4eff
Ancestors: Kernel-cwp.844

hotfix: Pick up trunk method necessary for class renames.

=============== Diff against Kernel-cwp.844 ===============

Item was added:
+ ----- Method: ClassDescription>>updateMethodBindingsTo: (in category 'initialize-release') -----
+ updateMethodBindingsTo: aBinding
+ "ClassBuilder support for maintaining valid method bindings."
+ methodDict do: [:method| method methodClassAssociation: aBinding]!