PerlFFI / FFI-Platypus

Write Perl bindings to non-Perl libraries with FFI. No XS required.
89 stars 23 forks source link

warn on weird types for pointer #337

Closed plicease closed 2 years ago

plicease commented 3 years ago

We treat any non-reference type as NULL, without warning. We should warn for non-reference type that is not undef. We should maybe consider doing this for api => 2

plicease commented 2 years ago

Or should we maybe raise an error?

plicease commented 2 years ago

going to punt on this.