[etoys-dev] Etoys Inbox: Skeleton-kfr.3.mcz

commits at source.squeak.org commits at source.squeak.org
Mon Oct 17 17:59:20 EDT 2011


A new version of Skeleton was added to project Etoys Inbox:
http://source.squeak.org/etoysinbox/Skeleton-kfr.3.mcz

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

Name: Skeleton-kfr.3
Author: kfr
Time: 17 October 2011, 11:59:09 pm
UUID: bfb12b4d-16ed-8142-9237-a7be4d6ea83b
Ancestors: Skeleton-kfr.2

remove babel method

=============== Diff against Skeleton-kfr.2 ===============

Item was removed:
- ----- Method: SkeletonBaseInfo class>>addPseudoMethodForBabel (in category 'class initialization') -----
- addPseudoMethodForBabel
- 	"This method supports both 3.6 and 3.7"
- 	"self addPseudoMethodForBabel"
- 	| addMethodBlock |
- 	addMethodBlock _ [:class | class compileInobtrusively:
- 'translated
- 	^ self'
- 	classified: 'forward compatibility'].
- 	['Can you translate?' translated]
- 		on: MessageNotUnderstood
- 		do: [:ex | addMethodBlock
- 				value: (Smalltalk
- 						at: #AbstractString
- 						ifAbsent: [^ addMethodBlock value: String])]!

Item was changed:
  ----- Method: SkeletonBaseInfo class>>initialize (in category 'class initialization') -----
  initialize
  	self installMenu.
  	self installWorld.
  	"self installSound."
+ 	"self addPseudoMethodForBabel"
- 	self addPseudoMethodForBabel
  !



More information about the etoys-dev mailing list