| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All callers of this method now pass a mode object.
|
|
|
|
delete/unlink on a directory is the same operation as rmdir.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is one of the many problems with using OpenStruct.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes Homebrew/homebrew#30484.
|
|
|
|
|
|
|
|
|
|
Fixes Homebrew/homebrew#30472.
|
|
Fixes Homebrew/homebrew#30494.
|
|
|
|
name is the user-provided string and may be an alias, path, or URL.
|
|
|
|
rack cannot be nil at the point where FormulaUnavailableError is raised,
so we don't need a branch to deal with that.
|
|
dirs will be empty if the rack directory does not exist.
|
|
|
|
|
|
Only link_dir needs to be protected
|
|
|
|
|
|
|
|
|
|
|