From d36a4f6fd48ab419e6366c1709bea38aff5a53e6 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 23 May 2024 16:36:04 +0000 Subject: [PATCH] docs: updates from Homebrew/brew --- docs/ArchRequirement.html | 2 +- docs/Cask/Artifact/AbstractUninstall.html | 2 +- docs/Cask/Artifact/Binary.html | 2 +- docs/Cask/Artifact/Installer.html | 2 +- docs/Cask/Artifact/KeyboardLayout.html | 4 ++-- docs/Cask/Artifact/Mdimporter.html | 2 +- docs/Cask/Artifact/Pkg.html | 2 +- docs/Cask/Artifact/Qlplugin.html | 4 ++-- docs/Cask/Artifact/Relocated.html | 2 +- docs/Cask/DSL/Caveats.html | 2 +- docs/CodesignRequirement.html | 2 +- docs/CurlGitHubPackagesDownloadStrategy.html | 2 +- docs/Homebrew/CLI/Args.html | 2 +- docs/Homebrew/Manpages/Converter/Kramdown.html | 2 +- docs/InstallRenamed.html | 4 ++-- docs/Resource.html | 2 +- docs/Stdenv.html | 2 +- docs/UsesFromMacOSDependency.html | 2 +- docs/XcodeRequirement.html | 2 +- 19 files changed, 22 insertions(+), 22 deletions(-) diff --git a/docs/ArchRequirement.html b/docs/ArchRequirement.html index 545723612..8cde8d1a5 100644 --- a/docs/ArchRequirement.html +++ b/docs/ArchRequirement.html @@ -345,7 +345,7 @@
# File 'cask/artifact/binary.rb', line 10 def link(command: nil, **) - super(command:, **) + super return if source.executable? if source.writable? diff --git a/docs/Cask/Artifact/Installer.html b/docs/Cask/Artifact/Installer.html index 93e729a87..b73e54f0d 100644 --- a/docs/Cask/Artifact/Installer.html +++ b/docs/Cask/Artifact/Installer.html @@ -428,7 +428,7 @@diff --git a/docs/Stdenv.html b/docs/Stdenv.html index 8f855824a..e868d59cf 100644 --- a/docs/Stdenv.html +++ b/docs/Stdenv.html @@ -490,7 +490,7 @@
# File 'cask/artifact/installer.rb', line 71 def initialize(cask, **args) - super(cask, **args) + super if args.key?(:manual) @path = Pathname(args[:manual]) diff --git a/docs/Cask/Artifact/KeyboardLayout.html b/docs/Cask/Artifact/KeyboardLayout.html index 90f24c248..26ec94e85 100644 --- a/docs/Cask/Artifact/KeyboardLayout.html +++ b/docs/Cask/Artifact/KeyboardLayout.html @@ -281,7 +281,7 @@diff --git a/docs/InstallRenamed.html b/docs/InstallRenamed.html index 9ad6ba071..39768b5aa 100644 --- a/docs/InstallRenamed.html +++ b/docs/InstallRenamed.html @@ -243,7 +243,7 @@
# File 'cask/artifact/keyboard_layout.rb', line 10 def install_phase(**) - super(**) + super delete_keyboard_layout_cache(**) end@@ -327,7 +327,7 @@
# File 'cask/artifact/keyboard_layout.rb', line 15 def uninstall_phase(**) - super(**) + super delete_keyboard_layout_cache(**) enddiff --git a/docs/Cask/Artifact/Mdimporter.html b/docs/Cask/Artifact/Mdimporter.html index e1972d808..ae0ad295a 100644 --- a/docs/Cask/Artifact/Mdimporter.html +++ b/docs/Cask/Artifact/Mdimporter.html @@ -353,7 +353,7 @@
# File 'cask/artifact/mdimporter.rb', line 15 def install_phase(**) - super(**) + super reload_spotlight(**) enddiff --git a/docs/Cask/Artifact/Pkg.html b/docs/Cask/Artifact/Pkg.html index 39118b744..95516ce28 100644 --- a/docs/Cask/Artifact/Pkg.html +++ b/docs/Cask/Artifact/Pkg.html @@ -359,7 +359,7 @@
# File 'cask/artifact/pkg.rb', line 21 def initialize(cask, path, **) - super(cask, path, **) + super @path = cask.staged_path.join(path) @stanza_options = enddiff --git a/docs/Cask/Artifact/Qlplugin.html b/docs/Cask/Artifact/Qlplugin.html index 6d503697f..dc8e5226c 100644 --- a/docs/Cask/Artifact/Qlplugin.html +++ b/docs/Cask/Artifact/Qlplugin.html @@ -374,7 +374,7 @@
# File 'cask/artifact/qlplugin.rb', line 15 def install_phase(**) - super(**) + super reload_quicklook(**) end@@ -420,7 +420,7 @@
# File 'cask/artifact/qlplugin.rb', line 20 def uninstall_phase(**) - super(**) + super reload_quicklook(**) enddiff --git a/docs/Cask/Artifact/Relocated.html b/docs/Cask/Artifact/Relocated.html index 0df28c6b8..d0fa025ab 100644 --- a/docs/Cask/Artifact/Relocated.html +++ b/docs/Cask/Artifact/Relocated.html @@ -406,7 +406,7 @@
# File 'cask/artifact/relocated.rb', line 40 def initialize(cask, source, **target_hash) - super(cask, source, **target_hash) + super target = target_hash[:target] @source_string = source.to_s diff --git a/docs/Cask/DSL/Caveats.html b/docs/Cask/DSL/Caveats.html index 8eef42240..a37bf52e0 100644 --- a/docs/Cask/DSL/Caveats.html +++ b/docs/Cask/DSL/Caveats.html @@ -316,7 +316,7 @@diff --git a/docs/Homebrew/CLI/Args.html b/docs/Homebrew/CLI/Args.html index 5bafb1b47..90680bc15 100644 --- a/docs/Homebrew/CLI/Args.html +++ b/docs/Homebrew/CLI/Args.html @@ -740,7 +740,7 @@
# File 'cask/dsl/caveats.rb', line 22 def initialize(*args) - super(*args) + super @built_in_caveats = {} @custom_caveats = [] @discontinued = false diff --git a/docs/CodesignRequirement.html b/docs/CodesignRequirement.html index 6c169b932..722c8e961 100644 --- a/docs/CodesignRequirement.html +++ b/docs/CodesignRequirement.html @@ -318,7 +318,7 @@diff --git a/docs/CurlGitHubPackagesDownloadStrategy.html b/docs/CurlGitHubPackagesDownloadStrategy.html index 266c652a8..f5c96c5d0 100644 --- a/docs/CurlGitHubPackagesDownloadStrategy.html +++ b/docs/CurlGitHubPackagesDownloadStrategy.html @@ -322,7 +322,7 @@@identity = .fetch(:identity) @with = .fetch(:with, "code signing") @url = .fetch(:url, nil) - super() + super end
# GitHub Packages authorization header. # HOMEBREW_GITHUB_PACKAGES_AUTH set in brew.sh [:headers] << "Authorization: #{HOMEBREW_GITHUB_PACKAGES_AUTH}" - super(url, name, version, **) + super end
def initialize require "cli/named_args" - super() + super @processed_options = [] @options_only = [] diff --git a/docs/Homebrew/Manpages/Converter/Kramdown.html b/docs/Homebrew/Manpages/Converter/Kramdown.html index 80ea0afeb..365bf32d3 100644 --- a/docs/Homebrew/Manpages/Converter/Kramdown.html +++ b/docs/Homebrew/Manpages/Converter/Kramdown.html @@ -304,7 +304,7 @@
# Don't duplicate the URL if the link text is the same as the URL. "<#{text}>" else - super(element, ) + super end end
# File 'install_renamed.rb', line 23 def +(other) - super(other).extend(InstallRenamed) + super.extend(InstallRenamed) end@@ -287,7 +287,7 @@
# File 'install_renamed.rb', line 27 def /(other) - super(other).extend(InstallRenamed) + super.extend(InstallRenamed) enddiff --git a/docs/Resource.html b/docs/Resource.html index 7de2ab892..e98e74e1b 100644 --- a/docs/Resource.html +++ b/docs/Resource.html @@ -1435,7 +1435,7 @@def fetch(verify_download_integrity: true) fetch_patches - super(verify_download_integrity:) + super end
# File 'extend/ENV/std.rb', line 130 def clang - super() + super replace_in_cflags(/-Xarch_#{Hardware::CPU.arch_32_bit} (-march=\S*)/, '\1') map = Hardware::CPU.optimization_flags.dup if DevelopmentTools.clang_build_version < 700 diff --git a/docs/UsesFromMacOSDependency.html b/docs/UsesFromMacOSDependency.html index 8a54f5c8a..ff4eb05c0 100644 --- a/docs/UsesFromMacOSDependency.html +++ b/docs/UsesFromMacOSDependency.html @@ -622,7 +622,7 @@
# File 'dependency.rb', line 258 def installed?(minimum_version: nil, minimum_revision: nil) - use_macos_install? || super(minimum_version:, minimum_revision:) + use_macos_install? || super enddiff --git a/docs/XcodeRequirement.html b/docs/XcodeRequirement.html index b567a4ba3..0703b3662 100644 --- a/docs/XcodeRequirement.html +++ b/docs/XcodeRequirement.html @@ -368,7 +368,7 @@def initialize( = []) @version = .shift if .first.to_s.match?(/(\d\.)+\d/) - super() + super end