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

Don't preprocess a storage file more than once #895

Merged
merged 3 commits into from
Oct 27, 2021

Commits on Oct 27, 2021

  1. Don't preprocess a storage file more than once

    Fixes problem on file decompression, which would try to decompress the already-decompressed file
    
    Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
    emersonknapp authored and lihui815 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    401c669 View commit details
    Browse the repository at this point in the history
  2. Keep track of the files that have been preprocessed already.

    Signed-off-by: Sonia Jin <diegothemuich@gmail.com>
    lihui815 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    e70dee4 View commit details
    Browse the repository at this point in the history
  3. Use unordered set instead of vector to keep track of preprocessed files

    Signed-off-by: Sonia Jin <diegothemuich@gmail.com>
    lihui815 committed Oct 27, 2021
    Configuration menu
    Copy the full SHA
    7c7cdef View commit details
    Browse the repository at this point in the history