-
Notifications
You must be signed in to change notification settings - Fork 109
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 encoded refs in external terms #1363
Add support for encoded refs in external terms #1363
Conversation
6b39040
to
598f8c3
Compare
598f8c3
to
069cfb9
Compare
911c138
to
0294574
Compare
0294574
to
01a3cd1
Compare
edc2413
to
4c3b5ca
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Everything seem good, just a minor note that might increase readability (or maybe not).
Meanwhile I'll make sure the CI will be green.
I'm pretty sure there is a test that fails and needs to be fixed. |
4c3b5ca
to
fe45624
Compare
Also add partial support for external refs. Also fix list representation of local refs as a ref with two words, matching external term encoding. Also fix order of pids to match OTP. Signed-off-by: Paul Guyot <[email protected]>
fe45624
to
bf1d1c0
Compare
Introduce ports (local and external) Continuation of #1363 Native ports are now represented as ports, and can be encoded in binaries. External ports are also supported. String representation of ports matches OTP's. 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
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