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

Change codec so it does not crashed on func #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

apanda
Copy link

@apanda apanda commented May 18, 2014

Currently Bert crashes when faced with an Erlang fun (http://erlang.org/doc/apps/erts/erl_ext_dist.html#id90022). I am not sure what the appropriate decoding for a fun is, but mostly I find it useful if I can actually read the file (I don't think it makes sense to try and run a fun on Python).

This code just adds enough to skip the NEW_FUN_EXT terms in a Bert blob.

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.

None yet

1 participant