[squeak-dev] The Trunk: Network-mt.258.mcz

commits at source.squeak.org commits at source.squeak.org
Thu Apr 21 13:31:59 UTC 2022


Marcel Taeumel uploaded a new version of Network to project The Trunk:
http://source.squeak.org/trunk/Network-mt.258.mcz

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

Name: Network-mt.258
Author: mt
Time: 21 April 2022, 3:31:58.648745 pm
UUID: d388d057-b316-514d-9611-399f0ba1eef7
Ancestors: Network-mt.257

Remove #= and #hash again from Url since it is abstract.

=============== Diff against Network-mt.257 ===============

Item was removed:
- ----- Method: Url>>= (in category 'comparing') -----
- = anObject
- 	
- 	self == anObject ifTrue: [^ true].
- 	
- 	self class == anObject class ifFalse: [^ false].
- 	self fragment = anObject fragment ifFalse: [ ^ false ].
- 	
- 	^ true!

Item was removed:
- ----- Method: Url>>hash (in category 'comparing') -----
- hash
- 
- 	^ fragment hash!



More information about the Squeak-dev mailing list