Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for OTP 26 by supporting NIF v2.17 #526

Merged
merged 2 commits into from
Mar 28, 2023
Merged

Add support for OTP 26 by supporting NIF v2.17 #526

merged 2 commits into from
Mar 28, 2023

Conversation

philss
Copy link
Member

@philss philss commented Mar 28, 2023

This is adding support for the new functions that are included in the latest OTP version 26.

Pre-release notes: https://github.com/erlang/otp/releases/tag/OTP-26.0-rc2

New functions added:

  • enif_set_option
  • enif_get_string_length
  • enif_make_new_atom
  • enif_make_new_atom_len

This version also introduces support for UTF8 atoms and strings in the NIF interface.

This is adding support for the new functions that are included in the
latest OTP version 26.

Pre-release notes: https://github.com/erlang/otp/releases/tag/OTP-26.0-rc2

New functions added:
  - enif_set_option
  - enif_get_string_length
  - enif_make_new_atom
  - enif_make_new_atom_len

This version also introduce support for UTF8 atoms and strings in the
NIF interface.
@philss philss requested a review from a team March 28, 2023 03:21
rustler_sys/build.rs Outdated Show resolved Hide resolved
@philss philss merged commit 11e6481 into rusterlium:master Mar 28, 2023
@philss philss deleted the ps-add-support-for-nif-version-2.17 branch March 28, 2023 20:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants