Skip to content

Commit

Permalink
Merge branch 'update-docs' into unit-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
z-silver committed Nov 4, 2024
2 parents 283ff86 + 7d26f47 commit 9ad3044
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_zerl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4

- name: Install Nix
uses: cachix/install-nix-action@v26
uses: cachix/install-nix-action@v30
with:
# Mostly to avoid GitHub rate limiting
extra_nix_config: |
Expand Down
11 changes: 11 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,17 @@ to provide the dependency themselves.
Please refer to [[doc/types.org][this document]] for how types are translated
between Zig and Erlang.

** Roadmap

*** 0.1 [0/2]
- [ ] Add unit tests for the decoder and encoder.
- [ ] Allow parsing tagged tuples with multiple items from Erlang into Zig tagged unions.

*** Before 1.0 [0/3]
- [ ] Expose the timeout version of the networking functions from ~erl_interface~.
- [ ] Remove all hidden allocations from the library.
- [ ] Either package ~erl_interface~ and add it to ~build.zig.zon~, or drop the dependency entirely.

** Examples

See the [[./examples]] directory for some code examples. If you are looking for a
Expand Down

0 comments on commit 9ad3044

Please sign in to comment.