srb/tapioca: update rbi of recently bumped gems
This commit is contained in:
parent
58848e402a
commit
5da00dcd77
@ -1,6 +0,0 @@
|
|||||||
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
|
||||||
# tapioca sync --exclude json
|
|
||||||
|
|
||||||
# typed: true
|
|
||||||
|
|
||||||
|
|
||||||
7
Library/Homebrew/sorbet/rbi/gems/codecov@0.2.3.rbi
Normal file
7
Library/Homebrew/sorbet/rbi/gems/codecov@0.2.3.rbi
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# DO NOT EDIT MANUALLY
|
||||||
|
# This is an autogenerated file for types exported from the `codecov` gem.
|
||||||
|
# Please instead update this file by running `tapioca sync --exclude json`.
|
||||||
|
|
||||||
|
# typed: true
|
||||||
|
|
||||||
|
|
||||||
7
Library/Homebrew/sorbet/rbi/gems/commander@4.5.2.rbi
Normal file
7
Library/Homebrew/sorbet/rbi/gems/commander@4.5.2.rbi
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# DO NOT EDIT MANUALLY
|
||||||
|
# This is an autogenerated file for types exported from the `commander` gem.
|
||||||
|
# Please instead update this file by running `tapioca sync --exclude json`.
|
||||||
|
|
||||||
|
# typed: true
|
||||||
|
|
||||||
|
|
||||||
7
Library/Homebrew/sorbet/rbi/gems/highline@2.0.3.rbi
Normal file
7
Library/Homebrew/sorbet/rbi/gems/highline@2.0.3.rbi
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# DO NOT EDIT MANUALLY
|
||||||
|
# This is an autogenerated file for types exported from the `highline` gem.
|
||||||
|
# Please instead update this file by running `tapioca sync --exclude json`.
|
||||||
|
|
||||||
|
# typed: true
|
||||||
|
|
||||||
|
|
||||||
7
Library/Homebrew/sorbet/rbi/gems/parlour@4.0.0.rbi
Normal file
7
Library/Homebrew/sorbet/rbi/gems/parlour@4.0.0.rbi
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
# DO NOT EDIT MANUALLY
|
||||||
|
# This is an autogenerated file for types exported from the `parlour` gem.
|
||||||
|
# Please instead update this file by running `tapioca sync --exclude json`.
|
||||||
|
|
||||||
|
# typed: true
|
||||||
|
|
||||||
|
|
||||||
@ -1,5 +1,6 @@
|
|||||||
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
# DO NOT EDIT MANUALLY
|
||||||
# tapioca sync --exclude json
|
# This is an autogenerated file for types exported from the `patchelf` gem.
|
||||||
|
# Please instead update this file by running `tapioca sync --exclude json`.
|
||||||
|
|
||||||
# typed: true
|
# typed: true
|
||||||
|
|
||||||
@ -10,15 +11,17 @@ module PatchELF::Helper
|
|||||||
|
|
||||||
private
|
private
|
||||||
|
|
||||||
def aligndown(val, align = _); end
|
def aligndown(val, align = T.unsafe(nil)); end
|
||||||
def alignup(val, align = _); end
|
def alignup(val, align = T.unsafe(nil)); end
|
||||||
def color_enabled?; end
|
def color_enabled?; end
|
||||||
def colorize(str, type); end
|
def colorize(str, type); end
|
||||||
|
|
||||||
def self.aligndown(val, align = _); end
|
class << self
|
||||||
def self.alignup(val, align = _); end
|
def aligndown(val, align = T.unsafe(nil)); end
|
||||||
def self.color_enabled?; end
|
def alignup(val, align = T.unsafe(nil)); end
|
||||||
def self.colorize(str, type); end
|
def color_enabled?; end
|
||||||
|
def colorize(str, type); end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
PatchELF::Helper::COLOR_CODE = T.let(T.unsafe(nil), Hash)
|
PatchELF::Helper::COLOR_CODE = T.let(T.unsafe(nil), Hash)
|
||||||
@ -33,9 +36,11 @@ module PatchELF::Logger
|
|||||||
def info(msg); end
|
def info(msg); end
|
||||||
def warn(msg); end
|
def warn(msg); end
|
||||||
|
|
||||||
def self.error(msg); end
|
class << self
|
||||||
def self.info(msg); end
|
def error(msg); end
|
||||||
def self.warn(msg); end
|
def info(msg); end
|
||||||
|
def warn(msg); end
|
||||||
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
class PatchELF::MM
|
class PatchELF::MM
|
||||||
@ -51,10 +56,10 @@ class PatchELF::MM
|
|||||||
private
|
private
|
||||||
|
|
||||||
def abnormal_elf(msg); end
|
def abnormal_elf(msg); end
|
||||||
def extend_backward(seg, size = _); end
|
def extend_backward(seg, size = T.unsafe(nil)); end
|
||||||
def extend_forward(seg, size = _); end
|
def extend_forward(seg, size = T.unsafe(nil)); end
|
||||||
def fgap_method; end
|
def fgap_method; end
|
||||||
def find_gap(check_sz: _); end
|
def find_gap(check_sz: T.unsafe(nil)); end
|
||||||
def invoke_callbacks(seg, start); end
|
def invoke_callbacks(seg, start); end
|
||||||
def load_segments; end
|
def load_segments; end
|
||||||
def mgap_method; end
|
def mgap_method; end
|
||||||
@ -73,7 +78,7 @@ class PatchELF::PatchError < ::ELFTools::ELFError
|
|||||||
end
|
end
|
||||||
|
|
||||||
class PatchELF::Patcher
|
class PatchELF::Patcher
|
||||||
def initialize(filename, logging: _); end
|
def initialize(filename, on_error: T.unsafe(nil), logging: T.unsafe(nil)); end
|
||||||
|
|
||||||
def add_needed(need); end
|
def add_needed(need); end
|
||||||
def elf; end
|
def elf; end
|
||||||
@ -87,7 +92,7 @@ class PatchELF::Patcher
|
|||||||
def rpath=(rpath); end
|
def rpath=(rpath); end
|
||||||
def runpath; end
|
def runpath; end
|
||||||
def runpath=(runpath); end
|
def runpath=(runpath); end
|
||||||
def save(out_file = _); end
|
def save(out_file = T.unsafe(nil)); end
|
||||||
def soname; end
|
def soname; end
|
||||||
def soname=(name); end
|
def soname=(name); end
|
||||||
def use_rpath!; end
|
def use_rpath!; end
|
||||||
@ -97,9 +102,9 @@ class PatchELF::Patcher
|
|||||||
def dirty?; end
|
def dirty?; end
|
||||||
def dynamic_or_log; end
|
def dynamic_or_log; end
|
||||||
def interpreter_; end
|
def interpreter_; end
|
||||||
def log_or_raise(msg, exception = _); end
|
def log_or_raise(msg, exception = T.unsafe(nil)); end
|
||||||
def needed_; end
|
def needed_; end
|
||||||
def runpath_(rpath_sym = _); end
|
def runpath_(rpath_sym = T.unsafe(nil)); end
|
||||||
def soname_; end
|
def soname_; end
|
||||||
def tag_name_or_log(type, log_msg); end
|
def tag_name_or_log(type, log_msg); end
|
||||||
end
|
end
|
||||||
@ -122,7 +127,7 @@ class PatchELF::Saver
|
|||||||
def patch_interpreter; end
|
def patch_interpreter; end
|
||||||
def patch_needed; end
|
def patch_needed; end
|
||||||
def patch_out(out_file); end
|
def patch_out(out_file); end
|
||||||
def patch_runpath(sym = _); end
|
def patch_runpath(sym = T.unsafe(nil)); end
|
||||||
def patch_soname; end
|
def patch_soname; end
|
||||||
def reg_str_table(str, &block); end
|
def reg_str_table(str, &block); end
|
||||||
def section_header(name); end
|
def section_header(name); end
|
||||||
Loading…
x
Reference in New Issue
Block a user