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 node() bif #1376

Merged

Conversation

pguyot
Copy link
Collaborator

@pguyot pguyot commented Nov 24, 2024

Also add support for undocumented erlang:setnode/2 nif.

Fixes #1375

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

Also add support for undocumented `erlang:setnode/2` nif.

Signed-off-by: Paul Guyot <[email protected]>
@pguyot pguyot force-pushed the w47/add-erlang-node branch from 34d2bec to a1c030b Compare November 24, 2024 22:30
@bettio
Copy link
Collaborator

bettio commented Nov 25, 2024

Also, we might add this to the changelog or summarize later if we do a feature branch.

@bettio bettio changed the base branch from main to feature/distributed-erlang November 27, 2024 00:43
@bettio bettio merged commit 89c334c into atomvm:feature/distributed-erlang Nov 27, 2024
106 checks passed
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.

AtomVM crashes when node() is invoked
2 participants