Nathaniel Graham

Results 68 comments of Nathaniel Graham

oh you mean that it could be failing to write to the cache folder, therefore it never gets moved into the correct spot afterwards... That makes sense to me

> If it wasn't able to write to the cache directory, then the write operation would fail. I'm assuming that's why the file is empty. wait, no, because I ran...

> Could you test with reverting the `rename()` change? yeah that made it pass super weird

I'm going to upload this version for now. Maybe dead10ck has some idea of what's going on, I sure don't :sweat_smile:

hmmmm, the integration test is still failing. Works when I run them locally though, even with the copy/delete

need to sign off for the night. I'll check back throughout the weekend though and keep poking around with you guys :+1:

Oooh, that would track for sure, since the change I added replace was the same time we moved it to the cache directory

> As for the `rename()` IO issue, I wonder if we could use that by default, and if it fails try to do the copy approach. That would need to...

Build failed again. It's strange, because it succeeds on my machine. It's got to have something to do with the cache directory location, because when I was caching the file...

Is there maybe a way to test if the cache directory is on a different mount point than the working directory? It occurs to me that this would need to...