sorbet-runtime 0.5.10965 → 0.5.10972

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3303096ffdfdbc1d11667a38899c7325b0f6a2f078e9043b0871a438c65c9fa1
4
- data.tar.gz: f29a3c7c0b4cf8f92f9c279a58149970c4a42a7a5abbea88617dcab0e0e847e4
3
+ metadata.gz: 0ec380c9b46295660fd8271926462067c62fde6c59028004ccbf312581422aa4
4
+ data.tar.gz: 0aa8ceb58b56571f44f90ec88cb70fe832bec2bfce0396b5ac69d6779269156a
5
5
  SHA512:
6
- metadata.gz: 3bed03408c2d46439eb061a5969910c41c1e90bf553d8d966e7fbb23b121e8a91f5b9235a58b414d6124c54409f124e51a0530ee352b928288bbad6ae48ef386
7
- data.tar.gz: d33988d3e4890ad7727c0793fc685b0e180759b287242c202bf1c4a40415b4ee1999d043c75e8eb96d2236c06a868bf47ed34d933845bfb3ac6a127db04d60b5
6
+ metadata.gz: 641860d1df99f96ccac22cd0e33aef199ce04386351a336f1beb59d99a02a364419ab6b77fdc26249a07fc87c424e63579c07b0f56af3f5efdca30ab2c3d2718
7
+ data.tar.gz: ef04f5e2fb3bcd99cac6f23d3a6c411d3010febd234915fa5be7cacc7da377914fa5904fe143002cc8ac9a8d1f5d162dedbf055d05e031da968426f4c5066c3f
@@ -163,7 +163,7 @@ module T::Private::Methods
163
163
 
164
164
  definition_file, definition_line = T::Private::Methods.signature_for_method(ancestor.instance_method(method_name)).method.source_location
165
165
  is_redefined = target == ancestor
166
- caller_loc = caller_locations&.find {|l| !l.to_s.start_with?(SORBET_RUNTIME_LIB_PATH)}
166
+ caller_loc = caller_locations.find {|l| !l.to_s.start_with?(SORBET_RUNTIME_LIB_PATH)}
167
167
  extra_info = "\n"
168
168
  if caller_loc
169
169
  extra_info = (is_redefined ? "Redefined" : "Overridden") + " here: #{caller_loc.path}:#{caller_loc.lineno}\n"
@@ -176,7 +176,7 @@ module T::Props
176
176
  base_message = "Can't set #{klass.name}.#{prop} to #{val.inspect} (instance of #{val.class}) - need a #{type}"
177
177
 
178
178
  pretty_message = "Parameter '#{prop}': #{base_message}\n"
179
- caller_loc = caller_locations&.find {|l| !l.to_s.include?('sorbet-runtime/lib/types/props')}
179
+ caller_loc = caller_locations.find {|l| !l.to_s.include?('sorbet-runtime/lib/types/props')}
180
180
  if caller_loc
181
181
  pretty_message += "Caller: #{caller_loc.path}:#{caller_loc.lineno}\n"
182
182
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sorbet-runtime
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.10965
4
+ version: 0.5.10972
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-08-15 00:00:00.000000000 Z
11
+ date: 2023-08-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: minitest