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

Add missing read_nil function #1

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Commits on Jul 3, 2017

  1. Add missing read_nil function

    'nil' means the empty list here.
    legoscia committed Jul 3, 2017
    Configuration menu
    Copy the full SHA
    922e61f View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2017

  1. Fix "Unknown type" error

    tostring is not defined.  Just rely on the .. operator.
    legoscia committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    24dfd90 View commit details
    Browse the repository at this point in the history
  2. Support BERT time values

    Return them as a tuple, as they are used internally in Erlang.
    legoscia committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    3dc1a88 View commit details
    Browse the repository at this point in the history
  3. Implement Decoder.read_int

    legoscia committed Jul 4, 2017
    Configuration menu
    Copy the full SHA
    4d14327 View commit details
    Browse the repository at this point in the history