PerlFFI / FFI-Platypus

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

api => 2 rollout #346

Closed plicease closed 1 year ago

plicease commented 2 years ago

New features:

Rollout steps required:

plicease commented 2 years ago
* [ ]  consider: rework `string(length)` types, which are internally is identical to `record(length)`.  In api => 1 this means that you use `string(length)*` instead of `string(length)` which is counter intuitive.  Related: [Document fixed length strings #340](https://github.com/PerlFFI/FFI-Platypus/issues/340)

I think string(length) should just be an alias for string(length)*. record(length) should still be illegal.