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

empty temporary directory left over after compilation #440

Closed
boutil opened this issue May 31, 2014 · 6 comments
Closed

empty temporary directory left over after compilation #440

boutil opened this issue May 31, 2014 · 6 comments

Comments

@boutil
Copy link
Contributor

boutil commented May 31, 2014

Hi!

I noticed that everytime I run nanoc, I get an empty directory with a name prefixed with nanoc in /tmp/. This directory is created by the temporary file farm during compilation. Shouldn't this directory be removed once compilation is over (and successful)?

I use nanoc 3.6.11 on Debian. Let me know if you need more information.

Cédric

@bobthecow
Copy link
Member

No, you want to keep that directory around. That's where the info necessary for partial compiles is stored, and you definitely want those when you can get 'em :)

@bobthecow
Copy link
Member

Wait. Are you asking about /path/to/project/tmp/ or /tmp/somethingnanoc/?

@boutil
Copy link
Contributor Author

boutil commented May 31, 2014

It is something like: /tmp/nanocyyyymmdd-nnnn-something

@denisdefreyne
Copy link
Member

Hmm, /tmp is supposed to be deleted indeed. It is, as far as I can tell:

Not sure what’s going on there.

@denisdefreyne
Copy link
Member

Ohh, it’s the directory itself that still exists. Yup, that one’s not being deleted. Will fix.

@denisdefreyne
Copy link
Member

Fixed by #444!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants