[squeak-dev] FFI: FFI-Tools-mt.35.mcz

commits at source.squeak.org commits at source.squeak.org
Fri May 21 09:09:42 UTC 2021


Marcel Taeumel uploaded a new version of FFI-Tools to project FFI:
http://source.squeak.org/FFI/FFI-Tools-mt.35.mcz

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

Name: FFI-Tools-mt.35
Author: mt
Time: 21 May 2021, 11:09:41.766138 am
UUID: 9978c435-751b-4c43-ad0e-8419760825ae
Ancestors: FFI-Tools-mt.34

Fixes visual glitch now that "contentType" is cached as instVar in ExternalData.

=============== Diff against FFI-Tools-mt.34 ===============

Item was changed:
  ----- Method: ExternalData>>explorerContentsMetaFields (in category '*FFI-Tools') -----
  explorerContentsMetaFields
  	"Skip _type because our external type is already in the basic explorer fields because it is an instance variable. Add _contentType for clarification."
  
  	^ {
  		ObjectExplorerWrapper with: self containerType name: '_containerType' model: self.
- 		ObjectExplorerWrapper with: self contentType name: '_contentType' model: self.
  	}!



More information about the Squeak-dev mailing list