[Pkg] The Trunk: 45Deprecated-eem.26.mcz

commits at source.squeak.org commits at source.squeak.org
Wed Mar 14 20:03:42 UTC 2018


Eliot Miranda uploaded a new version of 45Deprecated to project The Trunk:
http://source.squeak.org/trunk/45Deprecated-eem.26.mcz

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

Name: 45Deprecated-eem.26
Author: eem
Time: 14 March 2018, 1:03:19.52478 pm
UUID: 99445fb1-fe7e-4cc3-abff-ab19e1163a32
Ancestors: 45Deprecated-dtl.25

Update the alternative implementation for hasSpecialSelector:ifTrueSetByte: given the new literal scanning machinery.

=============== Diff against 45Deprecated-dtl.25 ===============

Item was changed:
  ----- Method: SystemDictionary>>hasSpecialSelector:ifTrueSetByte: (in category '*45Deprecated') -----
  hasSpecialSelector: aLiteral ifTrueSetByte: aBlock
  
+ 	self deprecated: 'Use BytecodeEncoder class>>scanBlockOrNilForLiteral:'.
- 	self deprecated: 'Use Smalltalk'.
  	^Smalltalk hasSpecialSelector: aLiteral ifTrueSetByte: aBlock!



More information about the Packages mailing list