Anonymous | Login | 02-27-2021 22:21 UTC |
Main | My View | View Issues | Change Log | Docs |
Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
0004737 | [Squeak] FFI | minor | always | 09-07-06 03:34 | 10-16-06 13:21 | ||||
Reporter | johnmci | View Status | public | ||||||
Assigned To | andreas | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | 3.9 | ||||||
Summary | 0004737: initializeFFIConstants contains wrong entry for FFITypeSignedInt | ||||||||
Description |
at: FFITypeUnsignedInt put: 'ulong'; at: FFITypeSignedInt put: 'ulong'; that causes fields "MacHandle defineFields" ^#((nil 'ulong')) to create macHandle: anObject "This method was automatically generated" handle signedLongAt: 1 put: anObject which is wrong. at: FFITypeSignedInt put: 'ulong'; should be at: FFITypeSignedInt put: 'long'; |
||||||||
Additional Information | |||||||||
Attached Files | |||||||||
|
![]() |
|
(0006932 - 63 - 63 - 221 - 221 - 221 - 221) andreas 09-07-06 04:08 |
Fixed in http://source.squeakfoundation.org/FFI-Kernel-ar.7.mcz [^] |
Mantis 1.0.8[^]
Copyright © 2000 - 2007 Mantis Group
39 total queries executed. 32 unique queries executed. |