[Pkg] The Trunk: Kernel-fbs.786.mcz

commits at source.squeak.org commits at source.squeak.org
Sat Jul 6 14:50:28 UTC 2013


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!



More information about the Packages mailing list