Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
B
brew
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to JiHu GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
KMSCAKKSCFKA AKFACAMADCAS
brew
Commits
3555206a
Commit
3555206a
authored
8 years ago
by
Alyssa Ross
Browse files
Options
Downloads
Patches
Plain Diff
formula: make cache clearing methods, *ahem*, clearer
parent
5baf16f5
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Library/Homebrew/formula.rb
+7
-3
7 additions, 3 deletions
Library/Homebrew/formula.rb
Library/Homebrew/tab.rb
+1
-1
1 addition, 1 deletion
Library/Homebrew/tab.rb
with
8 additions
and
4 deletions
Library/Homebrew/formula.rb
+
7
−
3
View file @
3555206a
...
@@ -1337,10 +1337,14 @@ class Formula
...
@@ -1337,10 +1337,14 @@ class Formula
end
end
end
end
# Clear caches of .racks and .installed.
# Clear cache of .racks
# @private
def
self
.
clear_racks_cache
def
self
.
clear_cache
@racks
=
nil
@racks
=
nil
end
# Clear caches of .racks and .installed.
def
self
.
clear_installed_formulae_cache
clear_racks_cache
@installed
=
nil
@installed
=
nil
end
end
...
...
This diff is collapsed.
Click to expand it.
Library/Homebrew/tab.rb
+
1
−
1
View file @
3555206a
...
@@ -319,7 +319,7 @@ class Tab < OpenStruct
...
@@ -319,7 +319,7 @@ class Tab < OpenStruct
def
write
def
write
# If this is a new installation, the cache of installed formulae
# If this is a new installation, the cache of installed formulae
# will no longer be valid.
# will no longer be valid.
Formula
.
clear_cache
unless
tabfile
.
exist?
Formula
.
clear_
installed_formulae_
cache
unless
tabfile
.
exist?
CACHE
[
tabfile
]
=
self
CACHE
[
tabfile
]
=
self
tabfile
.
atomic_write
(
to_json
)
tabfile
.
atomic_write
(
to_json
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment