Update brew typecheck data.
This commit is contained in:
parent
9f9403b753
commit
a1742c6f4e
@ -1,5 +1,5 @@
|
||||
# DO NOT EDIT MANUALLY
|
||||
# This is an autogenerated file for types exported from the `codecov` gem.
|
||||
# This is an autogenerated file for types exported from the `simplecov-cobertura` gem.
|
||||
# Please instead update this file by running `tapioca sync`.
|
||||
|
||||
# typed: true
|
||||
@ -532,6 +532,14 @@ class ActiveSupport::CurrentAttributes
|
||||
def _reset_callbacks(); end
|
||||
|
||||
def _run_reset_callbacks(&block); end
|
||||
|
||||
def attributes(); end
|
||||
|
||||
def attributes=(attributes); end
|
||||
|
||||
def reset(); end
|
||||
|
||||
def set(set_attributes); end
|
||||
end
|
||||
|
||||
class ActiveSupport::CurrentAttributes
|
||||
@ -553,9 +561,17 @@ class ActiveSupport::CurrentAttributes
|
||||
|
||||
def self.before_reset(&block); end
|
||||
|
||||
def self.clear_all(); end
|
||||
|
||||
def self.instance(); end
|
||||
|
||||
def self.reset(*args, &block); end
|
||||
|
||||
def self.reset_all(); end
|
||||
|
||||
def self.resets(&block); end
|
||||
|
||||
def self.set(*args, &block); end
|
||||
end
|
||||
|
||||
module ActiveSupport::Dependencies
|
||||
@ -2814,12 +2830,99 @@ end
|
||||
class Bootsnap::CompileCache::Error
|
||||
end
|
||||
|
||||
module Bootsnap::CompileCache::ISeq
|
||||
end
|
||||
|
||||
module Bootsnap::CompileCache::ISeq::InstructionSequenceMixin
|
||||
def compile_option=(hash); end
|
||||
|
||||
def load_iseq(path); end
|
||||
end
|
||||
|
||||
module Bootsnap::CompileCache::ISeq::InstructionSequenceMixin
|
||||
end
|
||||
|
||||
module Bootsnap::CompileCache::ISeq
|
||||
def self.cache_dir(); end
|
||||
|
||||
def self.cache_dir=(cache_dir); end
|
||||
|
||||
def self.compile_option_updated(); end
|
||||
|
||||
def self.fetch(path, cache_dir: T.unsafe(nil)); end
|
||||
|
||||
def self.input_to_output(_data, _kwargs); end
|
||||
|
||||
def self.input_to_storage(_, path); end
|
||||
|
||||
def self.install!(cache_dir); end
|
||||
|
||||
def self.precompile(path, cache_dir: T.unsafe(nil)); end
|
||||
|
||||
def self.storage_to_output(binary, _args); end
|
||||
end
|
||||
|
||||
module Bootsnap::CompileCache::Native
|
||||
end
|
||||
|
||||
module Bootsnap::CompileCache::Native
|
||||
def self.compile_option_crc32=(compile_option_crc32); end
|
||||
|
||||
def self.coverage_running?(); end
|
||||
|
||||
def self.fetch(_, _1, _2, _3); end
|
||||
|
||||
def self.precompile(_, _1, _2); end
|
||||
end
|
||||
|
||||
class Bootsnap::CompileCache::PermissionError
|
||||
end
|
||||
|
||||
class Bootsnap::CompileCache::PermissionError
|
||||
end
|
||||
|
||||
class Bootsnap::CompileCache::Uncompilable
|
||||
end
|
||||
|
||||
class Bootsnap::CompileCache::Uncompilable
|
||||
end
|
||||
|
||||
module Bootsnap::CompileCache::YAML
|
||||
end
|
||||
|
||||
module Bootsnap::CompileCache::YAML::Patch
|
||||
def load_file(path, *args); end
|
||||
end
|
||||
|
||||
module Bootsnap::CompileCache::YAML::Patch
|
||||
end
|
||||
|
||||
module Bootsnap::CompileCache::YAML
|
||||
def self.cache_dir(); end
|
||||
|
||||
def self.cache_dir=(cache_dir); end
|
||||
|
||||
def self.init!(); end
|
||||
|
||||
def self.input_to_output(data, kwargs); end
|
||||
|
||||
def self.input_to_storage(contents, _); end
|
||||
|
||||
def self.install!(cache_dir); end
|
||||
|
||||
def self.msgpack_factory(); end
|
||||
|
||||
def self.msgpack_factory=(msgpack_factory); end
|
||||
|
||||
def self.precompile(path, cache_dir: T.unsafe(nil)); end
|
||||
|
||||
def self.storage_to_output(data, kwargs); end
|
||||
|
||||
def self.supported_options(); end
|
||||
|
||||
def self.supported_options=(supported_options); end
|
||||
end
|
||||
|
||||
module Bootsnap::CompileCache
|
||||
def self.permission_error(path); end
|
||||
|
||||
@ -2950,6 +3053,13 @@ module Bootsnap::LoadPathCache::ChangeObserver
|
||||
def self.register(observer, arr); end
|
||||
end
|
||||
|
||||
module Bootsnap::LoadPathCache::CoreExt
|
||||
end
|
||||
|
||||
module Bootsnap::LoadPathCache::CoreExt
|
||||
def self.make_load_error(path); end
|
||||
end
|
||||
|
||||
class Bootsnap::LoadPathCache::FallbackScan
|
||||
end
|
||||
|
||||
@ -5574,6 +5684,15 @@ module Cask::Caskroom
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
end
|
||||
|
||||
class Cask::Cmd::AbstractCommand
|
||||
include ::Homebrew::Search::Extension
|
||||
end
|
||||
|
||||
class Cask::Cmd::AbstractCommand
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
end
|
||||
|
||||
class Cask::Config
|
||||
def appdir(); end
|
||||
|
||||
@ -6947,8 +7066,6 @@ end
|
||||
class Errno::EBADRPC
|
||||
end
|
||||
|
||||
Errno::ECAPMODE = Errno::NOERROR
|
||||
|
||||
Errno::EDEADLOCK = Errno::NOERROR
|
||||
|
||||
class Errno::EDEVERR
|
||||
@ -6969,13 +7086,6 @@ end
|
||||
|
||||
Errno::EIPSEC = Errno::NOERROR
|
||||
|
||||
class Errno::ELAST
|
||||
Errno = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
class Errno::ELAST
|
||||
end
|
||||
|
||||
class Errno::ENEEDAUTH
|
||||
Errno = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
@ -6997,8 +7107,6 @@ end
|
||||
class Errno::ENOPOLICY
|
||||
end
|
||||
|
||||
Errno::ENOTCAPABLE = Errno::NOERROR
|
||||
|
||||
class Errno::ENOTSUP
|
||||
Errno = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
@ -7041,7 +7149,12 @@ end
|
||||
class Errno::EPWROFF
|
||||
end
|
||||
|
||||
Errno::EQFULL = Errno::ELAST
|
||||
class Errno::EQFULL
|
||||
Errno = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
class Errno::EQFULL
|
||||
end
|
||||
|
||||
class Errno::ERPCMISMATCH
|
||||
Errno = ::T.let(nil, ::T.untyped)
|
||||
@ -8236,6 +8349,14 @@ module Homebrew::Livecheck
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
end
|
||||
|
||||
module Homebrew::MissingFormula
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
end
|
||||
|
||||
module Homebrew::Search
|
||||
include ::Homebrew::Search::Extension
|
||||
end
|
||||
|
||||
module Homebrew::Settings
|
||||
extend ::T::Private::Methods::MethodHooks
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
@ -9592,11 +9713,13 @@ module Kernel
|
||||
extend ::T::Private::Methods::SingletonMethodHooks
|
||||
def self.at_exit(); end
|
||||
|
||||
def self.autoload(_, _1); end
|
||||
|
||||
def self.fork(); end
|
||||
|
||||
def self.gem(dep, *reqs); end
|
||||
|
||||
def self.load(*_); end
|
||||
def self.load(path, wrap=T.unsafe(nil)); end
|
||||
|
||||
def self.require(path); end
|
||||
end
|
||||
@ -11906,6 +12029,8 @@ class Module
|
||||
|
||||
def anonymous?(); end
|
||||
|
||||
def autoload_without_bootsnap(_, _1); end
|
||||
|
||||
def context(*a, &b); end
|
||||
|
||||
def deprecate(*method_names); end
|
||||
@ -12247,8 +12372,6 @@ end
|
||||
class Net::HTTPAlreadyReported
|
||||
end
|
||||
|
||||
Net::HTTPClientError::EXCEPTION_TYPE = Net::HTTPServerException
|
||||
|
||||
Net::HTTPClientErrorCode = Net::HTTPClientError
|
||||
|
||||
class Net::HTTPEarlyHints
|
||||
@ -12314,8 +12437,6 @@ end
|
||||
class Net::HTTPRangeNotSatisfiable
|
||||
end
|
||||
|
||||
Net::HTTPRedirection::EXCEPTION_TYPE = Net::HTTPRetriableError
|
||||
|
||||
Net::HTTPRedirectionCode = Net::HTTPRedirection
|
||||
|
||||
Net::HTTPRequestURITooLarge = Net::HTTPURITooLong
|
||||
@ -12324,8 +12445,6 @@ Net::HTTPResponceReceiver = Net::HTTPResponse
|
||||
|
||||
Net::HTTPRetriableCode = Net::HTTPRedirection
|
||||
|
||||
Net::HTTPServerError::EXCEPTION_TYPE = Net::HTTPFatalError
|
||||
|
||||
Net::HTTPServerErrorCode = Net::HTTPServerError
|
||||
|
||||
Net::HTTPSession = Net::HTTP
|
||||
@ -12506,6 +12625,7 @@ class Object
|
||||
def to_query(key); end
|
||||
|
||||
def to_yaml(options=T.unsafe(nil)); end
|
||||
APPLE_GEM_HOME = ::T.let(nil, ::T.untyped)
|
||||
ARGF = ::T.let(nil, ::T.untyped)
|
||||
ARGV = ::T.let(nil, ::T.untyped)
|
||||
BUG_REPORTS_URL = ::T.let(nil, ::T.untyped)
|
||||
@ -12570,6 +12690,8 @@ class Object
|
||||
RUBY_DESCRIPTION = ::T.let(nil, ::T.untyped)
|
||||
RUBY_ENGINE = ::T.let(nil, ::T.untyped)
|
||||
RUBY_ENGINE_VERSION = ::T.let(nil, ::T.untyped)
|
||||
RUBY_FRAMEWORK = ::T.let(nil, ::T.untyped)
|
||||
RUBY_FRAMEWORK_VERSION = ::T.let(nil, ::T.untyped)
|
||||
RUBY_PATCHLEVEL = ::T.let(nil, ::T.untyped)
|
||||
RUBY_PATH = ::T.let(nil, ::T.untyped)
|
||||
RUBY_PLATFORM = ::T.let(nil, ::T.untyped)
|
||||
@ -12622,11 +12744,7 @@ class OpenSSL::KDF::KDFError
|
||||
end
|
||||
|
||||
module OpenSSL::KDF
|
||||
def self.hkdf(*_); end
|
||||
|
||||
def self.pbkdf2_hmac(*_); end
|
||||
|
||||
def self.scrypt(*_); end
|
||||
end
|
||||
|
||||
class OpenSSL::OCSP::Request
|
||||
@ -12635,29 +12753,20 @@ end
|
||||
|
||||
OpenSSL::PKCS7::Signer = OpenSSL::PKCS7::SignerInfo
|
||||
|
||||
class OpenSSL::PKey::EC
|
||||
EXPLICIT_CURVE = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
class OpenSSL::PKey::EC::Point
|
||||
def to_octet_string(_); end
|
||||
end
|
||||
|
||||
module OpenSSL::SSL
|
||||
OP_ALLOW_NO_DHE_KEX = ::T.let(nil, ::T.untyped)
|
||||
OP_ALLOW_UNSAFE_LEGACY_RENEGOTIATION = ::T.let(nil, ::T.untyped)
|
||||
OP_CRYPTOPRO_TLSEXT_BUG = ::T.let(nil, ::T.untyped)
|
||||
OP_LEGACY_SERVER_CONNECT = ::T.let(nil, ::T.untyped)
|
||||
OP_NO_ENCRYPT_THEN_MAC = ::T.let(nil, ::T.untyped)
|
||||
OP_NO_RENEGOTIATION = ::T.let(nil, ::T.untyped)
|
||||
OP_NO_TLSv1_3 = ::T.let(nil, ::T.untyped)
|
||||
OP_SAFARI_ECDHE_ECDSA_BUG = ::T.let(nil, ::T.untyped)
|
||||
OP_TLSEXT_PADDING = ::T.let(nil, ::T.untyped)
|
||||
SSL2_VERSION = ::T.let(nil, ::T.untyped)
|
||||
SSL3_VERSION = ::T.let(nil, ::T.untyped)
|
||||
TLS1_1_VERSION = ::T.let(nil, ::T.untyped)
|
||||
TLS1_2_VERSION = ::T.let(nil, ::T.untyped)
|
||||
TLS1_3_VERSION = ::T.let(nil, ::T.untyped)
|
||||
TLS1_VERSION = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
@ -17069,6 +17178,7 @@ module Psych
|
||||
end
|
||||
|
||||
module Psych
|
||||
extend ::Bootsnap::CompileCache::YAML::Patch
|
||||
def self.add_builtin_type(type_tag, &block); end
|
||||
|
||||
def self.add_domain_type(domain, type_tag, &block); end
|
||||
@ -27835,6 +27945,10 @@ class RubyVM::AbstractSyntaxTree::Node
|
||||
def pretty_print_children(q, names=T.unsafe(nil)); end
|
||||
end
|
||||
|
||||
class RubyVM::InstructionSequence
|
||||
extend ::Bootsnap::CompileCache::ISeq::InstructionSequenceMixin
|
||||
end
|
||||
|
||||
module RubyVM::MJIT
|
||||
end
|
||||
|
||||
@ -28205,6 +28319,16 @@ end
|
||||
module SimpleCov::Formatter
|
||||
end
|
||||
|
||||
class SimpleCov::Formatter::CoberturaFormatter
|
||||
def format(result); end
|
||||
DTD_URL = ::T.let(nil, ::T.untyped)
|
||||
RESULT_FILE_NAME = ::T.let(nil, ::T.untyped)
|
||||
VERSION = ::T.let(nil, ::T.untyped)
|
||||
end
|
||||
|
||||
class SimpleCov::Formatter::CoberturaFormatter
|
||||
end
|
||||
|
||||
class SimpleCov::Formatter::HTMLFormatter
|
||||
def branchable_result?(); end
|
||||
|
||||
@ -28717,6 +28841,7 @@ class Socket
|
||||
IPV6_PATHMTU = ::T.let(nil, ::T.untyped)
|
||||
IPV6_RECVPATHMTU = ::T.let(nil, ::T.untyped)
|
||||
IPV6_USE_MIN_MTU = ::T.let(nil, ::T.untyped)
|
||||
IP_DONTFRAG = ::T.let(nil, ::T.untyped)
|
||||
IP_PORTRANGE = ::T.let(nil, ::T.untyped)
|
||||
IP_RECVDSTADDR = ::T.let(nil, ::T.untyped)
|
||||
IP_RECVIF = ::T.let(nil, ::T.untyped)
|
||||
@ -28808,6 +28933,7 @@ module Socket::Constants
|
||||
IPV6_PATHMTU = ::T.let(nil, ::T.untyped)
|
||||
IPV6_RECVPATHMTU = ::T.let(nil, ::T.untyped)
|
||||
IPV6_USE_MIN_MTU = ::T.let(nil, ::T.untyped)
|
||||
IP_DONTFRAG = ::T.let(nil, ::T.untyped)
|
||||
IP_PORTRANGE = ::T.let(nil, ::T.untyped)
|
||||
IP_RECVDSTADDR = ::T.let(nil, ::T.untyped)
|
||||
IP_RECVIF = ::T.let(nil, ::T.untyped)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user