conan icon indicating copy to clipboard operation
conan copied to clipboard

Re-enabling file download cache in 2.0

Open memsharded opened this issue 3 years ago • 3 comments
trafficstars

Close https://github.com/conan-io/conan/issues/11658

memsharded avatar Sep 18 '22 10:09 memsharded

While testing this locally I noticed that if you specify a folder that is not absolute it will put the file download cache inside the folder of the package in the local cache, like this:

image

It's not that is critical, but maybe if it does not make sense to use a folder that is not absolute for this, we should at least warn the user.

czoido avatar Sep 20 '22 08:09 czoido

It's not that is critical, but maybe if it does not make sense to use a folder that is not absolute for this, we should at least warn the user.

No, this is not good, I'll fix it

memsharded avatar Sep 20 '22 08:09 memsharded

Fixed

memsharded avatar Sep 20 '22 09:09 memsharded