Skip to content

Commit

Permalink
Don't attempt to decode STRING_EXT to strings #60
Browse files Browse the repository at this point in the history
  • Loading branch information
mrkirby153 authored Nov 2, 2023
2 parents cbe76be + 6f43a06 commit b25ebd5
Show file tree
Hide file tree
Showing 6 changed files with 16,922 additions and 6,616 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,16 @@ packed = pack(u)

Discord has moved away from Go internally and so we do not maintain a version of erlpack in Go ourselves. However, all is
not lost!, please check out: https://github.com/JakeMakesStuff/go-erlpack

# Building

## Python
Generating the new `.cpp` files can be accomplished by running `python setup.py --use-cython build_ext --inplace`.

`cython` must be installed for this to work.

### Testing

1. Install the development version of erlpack with `python setup.py develop`.
2. Install `pytest`.
3. Execute `pytest py/tests`.
Loading

0 comments on commit b25ebd5

Please sign in to comment.