FFI: FFI-Tools-mt.35.mcz

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

FFI: FFI-Tools-mt.35.mcz

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