Skip to content

erlang: add three missing functions#2354

Open
pguyot wants to merge 1 commit into
atomvm:release-0.7from
pguyot:w25/erlang
Open

erlang: add three missing functions#2354
pguyot wants to merge 1 commit into
atomvm:release-0.7from
pguyot:w25/erlang

Conversation

@pguyot

@pguyot pguyot commented Jul 4, 2026

Copy link
Copy Markdown
Collaborator

Add:

  • erlang:term_to_binary/2
  • erlang:is_builtin/3
  • erlang:bitstring_to_list/1 (delegates to binary_to_list/1)

Also fix stale comments about resources serialization

These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).

SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later

Add:
- `erlang:term_to_binary/2`
- `erlang:is_builtin/3`
- `erlang:bitstring_to_list/1` (delegates to `binary_to_list/1`)

Also fix stale comments about resources serialization

Signed-off-by: Paul Guyot <pguyot@kallisys.net>
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.

1 participant