JuliaPackaging / Scratch.jl

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

`scratch_access_timers` doesn't track calling UUID #8

Closed staticfloat closed 4 years ago

staticfloat commented 4 years ago

If two different calling UUIDs access the same scratch space, they should both be tracked, but since scratch_access_timers doesn't track the calling UUID, it may bail out of the second one.

We should track (calling_uuid, path) not just path, and we should write a test for this.