Merge pull request #17394 from Homebrew/dependabot/bundler/Library/Homebrew/tapioca-0.14.3

This commit is contained in:
Carlo Cabrera 2024-05-31 05:47:47 +08:00 committed by GitHub
commit 968d56cb7a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 17 additions and 17 deletions

View File

@ -140,7 +140,7 @@ GEM
thor (>= 0.19.2) thor (>= 0.19.2)
stackprof (0.2.26) stackprof (0.2.26)
strscan (3.1.0) strscan (3.1.0)
tapioca (0.14.2) tapioca (0.14.3)
bundler (>= 2.2.25) bundler (>= 2.2.25)
netrc (>= 0.11.0) netrc (>= 0.11.0)
parallel (>= 1.21.0) parallel (>= 1.21.0)

View File

@ -232,7 +232,7 @@ class RBI::TypedParam < ::T::Struct
const :type, ::String const :type, ::String
class << self class << self
# source://sorbet-runtime/0.5.11375/lib/types/struct.rb#13 # source://sorbet-runtime/0.5.11394/lib/types/struct.rb#13
def inherited(s); end def inherited(s); end
end end
end end
@ -1150,7 +1150,7 @@ class Tapioca::ConfigHelper::ConfigError < ::T::Struct
const :message_parts, T::Array[::Tapioca::ConfigHelper::ConfigErrorMessagePart] const :message_parts, T::Array[::Tapioca::ConfigHelper::ConfigErrorMessagePart]
class << self class << self
# source://sorbet-runtime/0.5.11375/lib/types/struct.rb#13 # source://sorbet-runtime/0.5.11394/lib/types/struct.rb#13
def inherited(s); end def inherited(s); end
end end
end end
@ -1161,7 +1161,7 @@ class Tapioca::ConfigHelper::ConfigErrorMessagePart < ::T::Struct
const :colors, T::Array[::Symbol] const :colors, T::Array[::Symbol]
class << self class << self
# source://sorbet-runtime/0.5.11375/lib/types/struct.rb#13 # source://sorbet-runtime/0.5.11394/lib/types/struct.rb#13
def inherited(s); end def inherited(s); end
end end
end end
@ -2467,7 +2467,7 @@ class Tapioca::Loaders::Loader
# @param engine [T.class_of(Rails::Engine)] # @param engine [T.class_of(Rails::Engine)]
# @return [Array<String>] # @return [Array<String>]
# #
# source://sorbet-runtime/0.5.11375/lib/types/private/methods/_methods.rb#257 # source://sorbet-runtime/0.5.11394/lib/types/private/methods/_methods.rb#257
def eager_load_paths(*args, **_arg1, &blk); end def eager_load_paths(*args, **_arg1, &blk); end
# source://tapioca//lib/tapioca/loaders/loader.rb#188 # source://tapioca//lib/tapioca/loaders/loader.rb#188
@ -2575,19 +2575,19 @@ module Tapioca::RBIFilesHelper
private private
# source://tapioca//lib/tapioca/helpers/rbi_files_helper.rb#209 # source://tapioca//lib/tapioca/helpers/rbi_files_helper.rb#223
sig { params(nodes: T::Array[::RBI::Node]).returns(T::Array[::RBI::Scope]) } sig { params(nodes: T::Array[::RBI::Node]).returns(T::Array[::RBI::Scope]) }
def extract_empty_scopes(nodes); end def extract_empty_scopes(nodes); end
# source://tapioca//lib/tapioca/helpers/rbi_files_helper.rb#214 # source://tapioca//lib/tapioca/helpers/rbi_files_helper.rb#228
sig { params(nodes: T::Array[::RBI::Node]).returns(T::Array[T.any(::RBI::Attr, ::RBI::Method)]) } sig { params(nodes: T::Array[::RBI::Node]).returns(T::Array[T.any(::RBI::Attr, ::RBI::Method)]) }
def extract_methods_and_attrs(nodes); end def extract_methods_and_attrs(nodes); end
# source://tapioca//lib/tapioca/helpers/rbi_files_helper.rb#224 # source://tapioca//lib/tapioca/helpers/rbi_files_helper.rb#238
sig { params(nodes: T::Array[::RBI::Node]).returns(T::Array[T.any(::RBI::Mixin, ::RBI::RequiresAncestor)]) } sig { params(nodes: T::Array[::RBI::Node]).returns(T::Array[T.any(::RBI::Mixin, ::RBI::RequiresAncestor)]) }
def extract_mixins(nodes); end def extract_mixins(nodes); end
# source://tapioca//lib/tapioca/helpers/rbi_files_helper.rb#234 # source://tapioca//lib/tapioca/helpers/rbi_files_helper.rb#248
sig do sig do
params( params(
nodes: T::Array[T.any(::RBI::Attr, ::RBI::Method)] nodes: T::Array[T.any(::RBI::Attr, ::RBI::Method)]
@ -2595,7 +2595,7 @@ module Tapioca::RBIFilesHelper
end end
def extract_nodes_with_sigs(nodes); end def extract_nodes_with_sigs(nodes); end
# source://tapioca//lib/tapioca/helpers/rbi_files_helper.rb#202 # source://tapioca//lib/tapioca/helpers/rbi_files_helper.rb#216
sig do sig do
params( params(
nodes: T::Array[::RBI::Node], nodes: T::Array[::RBI::Node],
@ -2605,7 +2605,7 @@ module Tapioca::RBIFilesHelper
end end
def extract_shims_and_todos(nodes, shim_rbi_dir:, todo_rbi_file:); end def extract_shims_and_todos(nodes, shim_rbi_dir:, todo_rbi_file:); end
# source://tapioca//lib/tapioca/helpers/rbi_files_helper.rb#266 # source://tapioca//lib/tapioca/helpers/rbi_files_helper.rb#280
sig { params(path: ::String).returns(::String) } sig { params(path: ::String).returns(::String) }
def gem_name_from_rbi_path(path); end def gem_name_from_rbi_path(path); end
@ -2617,7 +2617,7 @@ module Tapioca::RBIFilesHelper
sig { params(nodes: T::Array[::RBI::Node], shim_rbi_dir: ::String, todo_rbi_file: ::String).returns(T::Boolean) } sig { params(nodes: T::Array[::RBI::Node], shim_rbi_dir: ::String, todo_rbi_file: ::String).returns(T::Boolean) }
def shims_or_todos_have_duplicates?(nodes, shim_rbi_dir:, todo_rbi_file:); end def shims_or_todos_have_duplicates?(nodes, shim_rbi_dir:, todo_rbi_file:); end
# source://tapioca//lib/tapioca/helpers/rbi_files_helper.rb#239 # source://tapioca//lib/tapioca/helpers/rbi_files_helper.rb#253
sig { params(errors: T::Array[::Spoom::Sorbet::Errors::Error], gem_dir: ::String).void } sig { params(errors: T::Array[::Spoom::Sorbet::Errors::Error], gem_dir: ::String).void }
def update_gem_rbis_strictnesses(errors, gem_dir); end def update_gem_rbis_strictnesses(errors, gem_dir); end
end end
@ -2743,7 +2743,7 @@ module Tapioca::Runtime; end
# available, it implements finding the attached class of a singleton # available, it implements finding the attached class of a singleton
# class by iterating through ObjectSpace. # class by iterating through ObjectSpace.
module Tapioca::Runtime::AttachedClassOf module Tapioca::Runtime::AttachedClassOf
# source://tapioca//lib/tapioca/runtime/attached_class_of_legacy.rb#17 # source://tapioca//lib/tapioca/runtime/attached_class_of_32.rb#14
sig { params(singleton_class: ::Class).returns(T.nilable(::Module)) } sig { params(singleton_class: ::Class).returns(T.nilable(::Module)) }
def attached_class_of(singleton_class); end def attached_class_of(singleton_class); end
end end
@ -3375,7 +3375,7 @@ module Tapioca::Static::SymbolLoader
# @return [Array<T.class_of(Rails::Engine)>] # @return [Array<T.class_of(Rails::Engine)>]
# #
# source://sorbet-runtime/0.5.11375/lib/types/private/methods/_methods.rb#257 # source://sorbet-runtime/0.5.11394/lib/types/private/methods/_methods.rb#257
def engines(*args, **_arg1, &blk); end def engines(*args, **_arg1, &blk); end
# source://tapioca//lib/tapioca/static/symbol_loader.rb#82 # source://tapioca//lib/tapioca/static/symbol_loader.rb#82
@ -3498,14 +3498,14 @@ class URI::Source < ::URI::File
sig { params(v: T.nilable(::String)).returns(T::Boolean) } sig { params(v: T.nilable(::String)).returns(T::Boolean) }
def check_host(v); end def check_host(v); end
# source://uri/0.12.1/uri/generic.rb#243 # source://uri/0.13.0/uri/generic.rb#243
def gem_name; end def gem_name; end
# source://tapioca//lib/tapioca/helpers/source_uri.rb#25 # source://tapioca//lib/tapioca/helpers/source_uri.rb#25
sig { returns(T.nilable(::String)) } sig { returns(T.nilable(::String)) }
def gem_version; end def gem_version; end
# source://uri/0.12.1/uri/generic.rb#283 # source://uri/0.13.0/uri/generic.rb#283
def line_number; end def line_number; end
# source://tapioca//lib/tapioca/helpers/source_uri.rb#51 # source://tapioca//lib/tapioca/helpers/source_uri.rb#51

View File

@ -117,7 +117,7 @@ $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/stackprof-0.2.26/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/stackprof-0.2.26/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/yard-0.9.36/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/yard-0.9.36/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/yard-sorbet-0.8.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/yard-sorbet-0.8.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tapioca-0.14.2/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/tapioca-0.14.3/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/vernier-1.0.1") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/extensions/arm64-darwin-20/#{Gem.extension_api_version}/vernier-1.0.1")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/vernier-1.0.1/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/vernier-1.0.1/lib")
$:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/warning-1.4.0/lib") $:.unshift File.expand_path("#{__dir__}/../#{RUBY_ENGINE}/#{Gem.ruby_api_version}/gems/warning-1.4.0/lib")