You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They are essentially the same thing. tmp/ is where things get fetched to initially, and then they get extracted/checked-out to store/. So tmp/ is meant to be something that can be nuked whenever, and store/ is essentially a CompUnit::Repository so nuking it will affect other things (in this case just if zef can fetch from the cache or not).
On Linux the proper folder to put the cached repositories is ~/.cache, or XDG_CACHE_HOME if it defined and non-empty.
Config files should be stored in ~/.config or XDG_CONFIG_HOME if defined and non-empty.
~/.cache/zef or ~/.config/zef would be neater and allow us to separate the cache files from the configuration files as well as fitting with the XDG
Thoughts on this?
The text was updated successfully, but these errors were encountered: