JuliaPackaging / Scratch.jl

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

Using a scratch space can fail when using relocated sysimages #29

Closed omus closed 2 years ago

omus commented 2 years ago

As shown in https://github.com/JuliaTime/TimeZones.jl/issues/393 Scratch.jl can fail when tracking scratch access. This can occur under certain conditions like when creating a scratch space when using a relocated sysimage. The issue should now be addressed as of Julia v1.8.0-beta1 but we should also include a fix in Scratch.jl to avoid these kinds of failures on earlier versions of Julia.