Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
28db1a6
feat: add binary_to_term/1 implementation and EtfDecoder class
0bvim Dec 15, 2025
d538490
Enhance Erlang tests with describetags for binary functions
0bvim Dec 15, 2025
dd7846b
chore: removed describe tag, out of scope of this pr
0bvim Dec 15, 2025
2e68fee
wip: migrating etf decoder logic to erlang.mjs [skip ci]
0bvim Jan 17, 2026
426a2bc
chore: added main logic
0bvim Jan 19, 2026
cdc6fff
fix: adjust mix aliases
0bvim Jan 19, 2026
9f020a4
chore: moved etf decoder mjs tests to erlang_test.exs
0bvim Jan 19, 2026
0008ef7
chore: add limit check for decode atom, small atom, binary and string.
0bvim Jan 19, 2026
e479bea
fix: small atom bounds and add tests for extended ERL terms
0bvim Jan 22, 2026
fce9a6e
Add support for new ETF term tags
Jan 22, 2026
a7a0cda
Update renderer.ex
0bvim Jan 23, 2026
14cdb57
Update test for LARGE_BIG_EXT encoding
0bvim Jan 23, 2026
0c2cf94
Add tests for ETF tags and malformed binaries
0bvim Jan 23, 2026
508197a
feat: add EXPORT_EXT decoding for function captures
0bvim Jan 23, 2026
59c96a3
fix: decodeBinary condition
0bvim Jan 23, 2026
1edbabb
revert: revert renderer_Test.exs
0bvim Jan 23, 2026
4f2565f
fix: adjust code to be idiomatic and avoid credo warnings
0bvim Jan 23, 2026
d8821cb
chore: add compressed term decoder
0bvim Jan 26, 2026
ec735ac
chore: adjust large big ext test to use a value that generate a
0bvim Jan 26, 2026
a06b2df
chore: added tests to FLOAT_EXT
0bvim Jan 27, 2026
19d4a3c
chore: add peer flags
0bvim Jan 27, 2026
9f7fc57
wip: add compressed term and updated needed tests and functions
0bvim Jan 30, 2026
d383a67
chore: adjusted tests to handle async.
0bvim Jan 30, 2026
94785b8
chore: Move zlibInflate into Erlang binary_to_term
0bvim Jan 30, 2026
c24913e
revert: renderer_test.exs
0bvim Jan 30, 2026
eb71e5c
Use preferred_cli_env in mix.exs
0bvim Jan 30, 2026
a8674d4
Validate bit count for bit binary decoding
0bvim Jan 30, 2026
906b4ee
feat: handle binary_to_term
0bvim Feb 3, 2026
5c709b5
Use Interpreter.buildArgumentErrorMsg in tests
0bvim Feb 3, 2026
28c6ab5
chore: Add Erlang external-term format consistency tests
0bvim Feb 3, 2026
62e8464
chore: add bitstring js test
0bvim Feb 3, 2026
6a2cc87
chore: fix error message to match with erlang error message.
0bvim Feb 3, 2026
268786a
refactor: Extract validateBoxedError helper
0bvim Feb 4, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading