The Trunk: System-bf.919.mcz

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

The Trunk: System-bf.919.mcz

commits-2
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!