| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is one of the many problems with using OpenStruct.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #30484.
|
|
|
|
|
|
|
|
|
|
Fixes #30472.
|
|
Fixes #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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Eventually we'll move Contributions to a tap too.
Closes #30298.
|
|
The error handling depends on side effects of `require "net/https"`,
so it should be wrapped in an explicit begin block.
cf. #30407.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|