Mike McQuaid
|
c9a7b62b1d
|
Homebrew 4.5 deprecations/disables/removals
The usual cycle of deprecating, disabling, and removing things in
Homebrew major/minor releases.
|
2025-04-22 17:15:23 +01:00 |
|
Mike McQuaid
|
94416e82f0
|
Add new odeprecated, odisabled, remove disabled code.
Prepare the usual deprecation cycle for Homebrew 4.4.0.
|
2024-09-24 10:15:34 +01:00 |
|
Mike McQuaid
|
c13700af00
|
Use repository consistently instead of repo
The documentation linting job doesn't like `repo` so let's fix this
globally rather than naming it differently in documentation and code.
|
2024-06-10 09:31:53 +01:00 |
|
Markus Reiter
|
caf87c0336
|
Warn about undocumented non-private APIs.
|
2024-05-01 11:35:20 +02:00 |
|
Markus Reiter
|
0f0055ede4
|
Make documentation @api private by default.
|
2024-04-26 19:04:20 +02:00 |
|
Markus Reiter
|
c76170a456
|
Hide #to_s in docs.
|
2024-04-26 14:04:55 +02:00 |
|
Mike McQuaid
|
ea2892f8ee
|
brew.rb: handle missing args.
|
2024-03-07 16:20:20 +00:00 |
|
Douglas Eichelberger
|
24cf6076e8
|
brew style --fix
|
2023-04-24 20:42:39 -07:00 |
|
Carlo Cabrera
|
2f37877858
|
git_repository: implement #to_s instead
|
2023-04-24 22:34:09 +08:00 |
|
Carlo Cabrera
|
93c3775147
|
git_repository: define #to_str
Fixes:
Error: no implicit conversion of GitRepository into String
when doing `brew pr-pull --autosquash`. See [1].
I contemplated implementing only `#to_s`, but we've historically used
these as `Pathname`s, and `Pathname` defines `#to_str`.
[1] https://github.com/Homebrew/homebrew-core/actions/runs/4784638305/jobs/8506369135#step:10:54
|
2023-04-24 21:53:05 +08:00 |
|
Douglas Eichelberger
|
403f08db8b
|
Remove delegation
|
2023-04-16 09:30:21 -07:00 |
|