FFI: FFI-Kernel-mt.159.mcz

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

FFI: FFI-Kernel-mt.159.mcz

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

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

Name: FFI-Kernel-mt.159
Author: mt
Time: 17 May 2021, 12:47:29.106555 pm
UUID: b9a462e7-8a49-794f-b7ed-052098e6f2af
Ancestors: FFI-Kernel-mt.158

*sigh*

=============== Diff against FFI-Kernel-mt.158 ===============

Item was changed:
  ----- Method: ExternalUnknownType>>becomeKnownTypeSafely (in category 'construction') -----
  becomeKnownTypeSafely
  "Give me some purpose. :-)"
 
  ^ [self becomeKnownType]
  on: Error
  do: [
+ self assert: [self isUnknownType].
- self assert: [self isUnkownType].
  self].!