summaryrefslogtreecommitdiff
path: root/include/ruby/internal/encoding/string.h
diff options
context:
space:
mode:
authorYuta Saito <kateinoigakukun@gmail.com>2025-02-12 11:43:05 +0000
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-05-01 16:10:59 +0900
commitab1535553b9e4806d95ed217a95188ab971ea8df (patch)
tree908aa8c86a4af667dbf05d662197cfccaa65bff0 /include/ruby/internal/encoding/string.h
parent00343f63652e217f4d57af342a696a3337e27d5b (diff)
tool/downloader.rb: Stop caching already existing files
Previously, the script was caching any file already present in the destination directory, regardless of its origin. This caused issues when the directory contained files copied from external sources like `autoreconf --install`. For example: 1. `./autogen.sh --install` copies `config.guess` and `config.sub` from the system to `./tool`. 2. `ruby tool/downloader.rb -d tool -e gnu config.guess config.sub` treats those files as if they were downloaded and caches them. 3. Removing the files: `rm tool/config.guess tool/config.sub`. 4. Running the downloader again, it mistakenly restores the cached files instead of downloading fresh versions.
Diffstat (limited to 'include/ruby/internal/encoding/string.h')
0 files changed, 0 insertions, 0 deletions