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

Do not raise error if code equals range in get_bit #16

Merged
merged 8 commits into from
Dec 16, 2019

Commits on Dec 9, 2019

  1. Do not raise error if code equals range in get_bit

    It appears that this is a valid state and that some files can have
    data encoded like this. An example of such a file has been added to the
    tests.
    
    Fixes gendx#15
    dragly committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    30b4b89 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. Update README.md

    gendx committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    194565e View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Configuration menu
    Copy the full SHA
    9e933e1 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2019

  1. cargo fmt

    dragly committed Dec 14, 2019
    Configuration menu
    Copy the full SHA
    98e7f39 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. Update README.md

    gendx committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    c82174c View commit details
    Browse the repository at this point in the history
  2. Update lzma.rs

    gendx committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    0745902 View commit details
    Browse the repository at this point in the history
  3. Fix typo in tests/lzma.rs

    gendx committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    b8c9f8f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ee7b55 View commit details
    Browse the repository at this point in the history