erlang_nif-sys icon indicating copy to clipboard operation
erlang_nif-sys copied to clipboard

wrap optional pointer parameters with Option

Open goertzenator opened this issue 7 years ago • 0 comments

Optional pointer parameters should be wrapped with Option. This is an API breaking change, so disposition is to wait until there are additional reasons to break the API before making this change.

Known instances:

  • tried parameter in enif_open_resource_type().

goertzenator avatar May 05 '17 14:05 goertzenator