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

Remove all temporary files that are created by the IndexBuilder #222

Merged
merged 1 commit into from Apr 4, 2019

Conversation

joka921
Copy link
Member

@joka921 joka921 commented Mar 30, 2019

  • use a function for this, that can easily be changed when we have std::filesystem support.

  • Includes a version of MmapVector called MmapVectorTmp that automatically deletes its backup file on destruction

Adresses #215

- use a function for this, that can easily be changed when we have std::filesystem support.

- Includes a version of MmapVector called MmapVectorTmp that automatically deletes its backup file on destruction
@niklas88
Copy link
Member

niklas88 commented Apr 4, 2019

Since we are already building with --std=c++17 can't we just add the correct -l flag and use std::filesystem right now?

@niklas88
Copy link
Member

niklas88 commented Apr 4, 2019

Ok I see this isn't in the Ubuntu 18.04 GCC.

Copy link
Member

@niklas88 niklas88 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@niklas88 niklas88 merged commit cc05830 into ad-freiburg:master Apr 4, 2019
@joka921 joka921 deleted the f.removeUnusedFiles branch May 8, 2021 09:11
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

2 participants