[Pkg] The Trunk: System-bf.919.mcz

commits at source.squeak.org commits at source.squeak.org
Tue Nov 29 15:25:38 UTC 2016


Bert Freudenberg uploaded a new version of System to project The Trunk:
http://source.squeak.org/trunk/System-bf.919.mcz

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

Name: System-bf.919
Author: bf
Time: 29 November 2016, 4:25:21.448787 pm
UUID: 74ade1d7-aa4a-41a2-b229-894c3c2602ac
Ancestors: System-cmm.918

Another fix for reading Characters from SmartRefStream

=============== Diff against System-cmm.918 ===============

Item was changed:
  ----- Method: SmartRefStream>>initShapeDicts (in category 'read write') -----
  initShapeDicts
  	"Initialize me. "
  
  	self flag: #bobconv.	
  
  	"These must stay constant.  When structures read in, then things can change."
+ 	steady := {Array. Dictionary. Association. ByteString. SmallInteger. Character} asSet.
- 	steady := {Array. Dictionary. Association. ByteString. SmallInteger} asSet.
  
  	renamed ifNil: [
  		renamed := Dictionary new.  "(old class name symbol -> new class name)"
  		renamedConv := Dictionary new "(oldClassNameSymbol -> conversionSelectorInNewClass)"
  	].
  	self initKnownRenames!



More information about the Packages mailing list