JuliaPackaging / Scratch.jl

Scratch spaces for all your persistent mutable data needs
MIT License
58 stars 11 forks source link

Make `Scratch` more resistant to `EACCES` errors #30

Closed staticfloat closed 2 years ago

staticfloat commented 2 years ago

When attempting to look up Project.toml files, we must be resilient against permission denied errors, as we may attempt to look up files in /root or similar, especially if we are baked in as a system image from a build worker.

staticfloat commented 2 years ago

Fixes #29