aboutsummaryrefslogtreecommitdiffstats
path: root/pack.c
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2021-03-17 18:53:49 +0100
committergit <svn-admin@ruby-lang.org>2024-07-23 20:15:09 +0000
commitb1db07074b9002f6ef46539023342cc53c3b9fee (patch)
tree6de822c160c87608cd47db78ce813723a0d7f764 /pack.c
parent26b1c7ed16fc6136d3b497dc6999bc619b122058 (diff)
downloadruby-b1db07074b9002f6ef46539023342cc53c3b9fee.tar.gz
[rubygems/rubygems] Refactor `set_paths!`
The method has two different concerns not straightforward to distinguish. One is to set a new `install_path`, which is done by setting the `@install_path` instance variable, and invalidating the `local_specs` memoization, so that the next time they are picked from the new location. The other one is to set a new `cache_path` which is done by setting the `@cache_path` instance variable, and invalidating the `git_proxy` memoization, so that the next git proxy uses the new cache location. This commit splits the logic so that this is easier to understand. https://github.com/rubygems/rubygems/commit/55904094e8
Diffstat (limited to 'pack.c')
0 files changed, 0 insertions, 0 deletions