pharo
pharo copied to clipboard
Fix a small bug with FFI calls when passing 'NULL' as argument to the C function
Now it can infer its type correctly as 'void*'
Also this PR should be against Pharo13 branch (with a possible backport to P12)
I changed the base of the PR, thanks for the catch @astares
Thanks @doste for the PR and @astares for the review. We are going to discuss if this is worth backporting to P12