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

Correct ensure_buffered_data #29

Merged
merged 4 commits into from
Jul 25, 2023

Commits on Apr 20, 2023

  1. Increment version

    CiaranOMara committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    84661e8 View commit details
    Browse the repository at this point in the history
  2. Add threads to test environment

    It appears that the number of threads allowed in CI is capped at 2.
    CiaranOMara committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    0d628fd View commit details
    Browse the repository at this point in the history
  3. Add informational message

    Displays the number of threads in used when testing.
    CiaranOMara committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    5e7a38a View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. Correct ensure_buffered_data

    The `read_blocks!` function does not necessarily fill/overwrite blocks till `lastindex(stream.blocks)`, we need to ensure `stream.block_index` does not increment past the index of the last loaded block.
    CiaranOMara committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    6bc27f9 View commit details
    Browse the repository at this point in the history