FFI: FFI-Tools-mt.14.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.14.mcz

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

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

Name: FFI-Tools-mt.14
Author: mt
Time: 10 June 2020, 6:11:23.992765 pm
UUID: 5cd9c909-5179-9b41-9d43-633764dc7e49
Ancestors: FFI-Tools-mt.13

Complements FFI-Kernel-mt.101

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

Item was changed:
  ----- Method: ExternalStructure>>explorerContentsMetaFields (in category '*FFI-Tools') -----
  explorerContentsMetaFields
  "Answer extra fields for the object explorer to show meta information about this structure."
 
  ^ {ObjectExplorerWrapper
+ with: self externalType
- with: (self class externalType ifNotNil: [:type |
- handle class == ExternalAddress ifTrue: [type asPointerType] ifFalse: [type]])
  name: '_type'
  model: self}!