The Trunk: Kernel-fbs.786.mcz

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

The Trunk: Kernel-fbs.786.mcz

commits-2
Frank Shearar uploaded a new version of Kernel to project The Trunk:
http://source.squeak.org/trunk/Kernel-fbs.786.mcz

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

Name: Kernel-fbs.786
Author: fbs
Time: 6 July 2013, 3:49:28.83 pm
UUID: dfe865c4-a40d-7044-b4c1-49c9aa2fadb3
Ancestors: Kernel-fbs.785

Converter methods belong in the package to which the converted-to classes belong.

=============== Diff against Kernel-fbs.785 ===============

Item was removed:
- ----- Method: Integer>>asColorOfDepth: (in category 'converting') -----
- asColorOfDepth: d
- "Return a color value representing the receiver as color of the given depth"
- ^Color colorFromPixelValue: self depth: d!

Item was removed:
- ----- Method: Number>>@ (in category 'converting') -----
- @ y
- "Primitive. Answer a Point whose x value is the receiver and whose y
- value is the argument. Optional. No Lookup. See Object documentation
- whatIsAPrimitive."
-
- <primitive: 18>
- ^Point x: self y: y!