From bbaaa95a7ed3cd7f176e7b0f73e4f9218c5e6256 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Dec 2021 21:10:08 +0000 Subject: [PATCH 1/3] build(deps): bump spoom from 1.1.5 to 1.1.6 in /Library/Homebrew Bumps [spoom](https://github.com/Shopify/spoom) from 1.1.5 to 1.1.6. - [Release notes](https://github.com/Shopify/spoom/releases) - [Commits](https://github.com/Shopify/spoom/compare/v1.1.5...v1.1.6) --- updated-dependencies: - dependency-name: spoom dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Library/Homebrew/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/Gemfile.lock b/Library/Homebrew/Gemfile.lock index 45668dd861..96b2b84a36 100644 --- a/Library/Homebrew/Gemfile.lock +++ b/Library/Homebrew/Gemfile.lock @@ -163,7 +163,7 @@ GEM sorbet-runtime (0.5.9442) sorbet-runtime-stub (0.2.0) sorbet-static (0.5.9442-universal-darwin-14) - spoom (1.1.5) + spoom (1.1.6) sorbet (>= 0.5.9204) sorbet-runtime (>= 0.5.9204) thor (>= 0.19.2) From 2b7f45c44dd002ece2c0d7ab021911f1e2873507 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 9 Dec 2021 21:12:44 +0000 Subject: [PATCH 2/3] brew vendor-gems: commit updates. --- Library/Homebrew/vendor/bundle/bundler/setup.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/vendor/bundle/bundler/setup.rb b/Library/Homebrew/vendor/bundle/bundler/setup.rb index 56f71d896d..65ae1e6624 100644 --- a/Library/Homebrew/vendor/bundle/bundler/setup.rb +++ b/Library/Homebrew/vendor/bundle/bundler/setup.rb @@ -98,7 +98,7 @@ $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-0.21.2/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/simplecov-cobertura-2.0.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/sorbet-runtime-stub-0.2.0/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/thor-1.1.0/lib" -$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/spoom-1.1.5/lib" +$:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/spoom-1.1.6/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/yard-0.9.27/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/yard-sorbet-0.6.1/lib" $:.unshift "#{path}/../#{ruby_engine}/#{ruby_version}/gems/tapioca-0.5.6/lib" From e7c84d9e99cdc59e8afb54f7477c7fd23e06c18a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 9 Dec 2021 21:17:09 +0000 Subject: [PATCH 3/3] Update RBI files for spoom. --- .../gems/{spoom@1.1.5.rbi => spoom@1.1.6.rbi} | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) rename Library/Homebrew/sorbet/rbi/gems/{spoom@1.1.5.rbi => spoom@1.1.6.rbi} (98%) diff --git a/Library/Homebrew/sorbet/rbi/gems/spoom@1.1.5.rbi b/Library/Homebrew/sorbet/rbi/gems/spoom@1.1.6.rbi similarity index 98% rename from Library/Homebrew/sorbet/rbi/gems/spoom@1.1.5.rbi rename to Library/Homebrew/sorbet/rbi/gems/spoom@1.1.6.rbi index 0f4d9d98ce..7853f749a0 100644 --- a/Library/Homebrew/sorbet/rbi/gems/spoom@1.1.5.rbi +++ b/Library/Homebrew/sorbet/rbi/gems/spoom@1.1.6.rbi @@ -1,12 +1,12 @@ +# typed: true + # DO NOT EDIT MANUALLY # This is an autogenerated file for types exported from the `spoom` gem. # Please instead update this file by running `bin/tapioca gem spoom`. -# typed: true - module Spoom class << self - sig { params(cmd: String, arg: String, path: String, capture_err: T::Boolean).returns([String, T::Boolean]) } + sig { params(cmd: String, arg: String, path: String, capture_err: T::Boolean).returns([String, T::Boolean, Integer]) } def exec(cmd, *arg, path: T.unsafe(nil), capture_err: T.unsafe(nil)); end end end @@ -56,12 +56,18 @@ module Spoom::Cli::Helper sig { params(string: String).returns(String) } def blue(string); end + sig { params(exit_code: Integer, block: T.nilable(T.proc.void)).void } + def check_sorbet_segfault(exit_code, &block); end + sig { returns(T::Boolean) } def color?; end sig { params(string: String, color: Spoom::Color).returns(String) } def colorize(string, *color); end + sig { params(string: String).returns(String) } + def cyan(string); end + sig { returns(String) } def exec_path; end @@ -1049,7 +1055,7 @@ Spoom::SPOOM_PATH = T.let(T.unsafe(nil), String) module Spoom::Sorbet class << self - sig { params(arg: String, path: String, capture_err: T::Boolean, sorbet_bin: T.nilable(String)).returns([String, T::Boolean]) } + sig { params(arg: String, path: String, capture_err: T::Boolean, sorbet_bin: T.nilable(String)).returns([String, T::Boolean, Integer]) } def srb(*arg, path: T.unsafe(nil), capture_err: T.unsafe(nil), sorbet_bin: T.unsafe(nil)); end sig { params(config: Spoom::Sorbet::Config, path: String).returns(T::Array[String]) } @@ -1058,7 +1064,7 @@ module Spoom::Sorbet sig { params(arg: String, path: String, capture_err: T::Boolean, sorbet_bin: T.nilable(String)).returns(T.nilable(T::Hash[String, Integer])) } def srb_metrics(*arg, path: T.unsafe(nil), capture_err: T.unsafe(nil), sorbet_bin: T.unsafe(nil)); end - sig { params(arg: String, path: String, capture_err: T::Boolean, sorbet_bin: T.nilable(String)).returns([String, T::Boolean]) } + sig { params(arg: String, path: String, capture_err: T::Boolean, sorbet_bin: T.nilable(String)).returns([String, T::Boolean, Integer]) } def srb_tc(*arg, path: T.unsafe(nil), capture_err: T.unsafe(nil), sorbet_bin: T.unsafe(nil)); end sig { params(arg: String, path: String, capture_err: T::Boolean, sorbet_bin: T.nilable(String)).returns(T.nilable(String)) } @@ -1186,6 +1192,7 @@ module Spoom::Sorbet::MetricsParser end Spoom::Sorbet::MetricsParser::DEFAULT_PREFIX = T.let(T.unsafe(nil), String) +Spoom::Sorbet::SEGFAULT_CODE = T.let(T.unsafe(nil), Integer) module Spoom::Sorbet::Sigils class << self