| Age | Commit message (Collapse) | Author | 
|---|
|  | We should probably write tests for these going forward. ;) | 
|  |  | 
|  |  | 
|  | Deprecate more methods. Internal APIs have been verified to be unused
elsewhere and removed. External APIs have had deprecation methods added.
Existing deprecations have been either upgraded to produce warnings or
no longer deprecated and the reasoning documented. | 
|  | These should have been deprecated long ago but we didn’t really have
the necessary framework to do so. | 
|  | These were formerly supported but as it has been a very long time since
32-bit software was necessary on macOS these have been deprecated with
a `brew audit` warning and a future `odeprecated`. | 
|  |  | 
|  |  | 
|  | Use `module_function` for `Homebrew` module. | 
|  |  | 
|  |  | 
|  |  | 
|  | Closes #125.
Signed-off-by: Misty De Meo <mistydemeo@github.com> | 
|  |  | 
|  | To keep backward compatibility for API name changing. | 
|  | We shouldn't have removed this DSL method without a compat fallback.
Closes Homebrew/homebrew#48479.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | 
|  |  | 
|  | Closes Homebrew/homebrew#42354.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | 
|  | Closes Homebrew/homebrew#41974. | 
|  | Dependency is another similar, related class and it's super confusing
to have some Requirements that are named *Dependency.
Closes Homebrew/homebrew#38891.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com> | 
|  | Closes Homebrew/homebrew#37365.
Signed-off-by: Xu Cheng <xucheng@me.com> | 
|  |  | 
|  |  |