sorbet 0.4.5072 → 0.4.5099

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
  SHA1:
3
- metadata.gz: f2448edd7de28e85b085ca9aa017536baef711c4
4
- data.tar.gz: 3ea00e2852c3e3f3834e0e0344400a39d11c5d95
3
+ metadata.gz: 8f3c5996c829f7a297b7569946749911ceabdae0
4
+ data.tar.gz: 7216a762dc884c47a3f113907b07e1f0d98dfef3
5
5
  SHA512:
6
- metadata.gz: b317aed59689e0385244178b0ea8e481c9f90553f733c76ff1379c4adad42d507d09d1a3dd96a48f2d6f2261c8a178f177b6c4837de854d7f926b049b3738e07
7
- data.tar.gz: afcf0c7cf568f11b4fbad48d7c06a9de61ff4ee8d1b72a04f7160549699fb7fe0fd3f1c66c826bb99e877fed1aa37451725e479edb607ce378379cb88b64334b
6
+ metadata.gz: 0e49259c84d0338f187b2250919c46f3c5e1d85dc4d21f0f184d086a5a18d9ff1f6ac383e8233aedeb46546353b3ad453291fb22a81d746b2a52832e9a63d5b6
7
+ data.tar.gz: 3a2720246c90c9c1e8b9ebda751d6275fc4f9212db11532a96ec6abf4f2a9d0117e6c689154b7bc03a2bab6da9cc9f0511d7ee0e908bf6bba58929fda1464fbf
@@ -16,12 +16,17 @@ module Sorbet::Private
16
16
  class TracepointSerializer
17
17
  SPECIAL_METHOD_NAMES = %w[! ~ +@ ** -@ * / % + - << >> & | ^ < <= => > >= == === != =~ !~ <=> [] []= `]
18
18
 
19
- # These methods don't match the signatures of their parents, so if we let
20
- # them monkeypatch, they won't be subtypes anymore. Just don't support the
21
- # bad monkeypatches.
22
19
  BAD_METHODS = [
20
+ # These methods don't match the signatures of their parents, so if we let
21
+ # them monkeypatch, they won't be subtypes anymore. Just don't support the
22
+ # bad monkeypatches.
23
23
  ['activesupport', 'Time', :to_s],
24
24
  ['activesupport', 'Time', :initialize],
25
+
26
+ # These methods cause TracepointSerializer to hang the Ruby process when
27
+ # running Ruby 2.3. See https://github.com/sorbet/sorbet/issues/1145
28
+ ['activesupport', 'ActiveSupport::Deprecation', :new],
29
+ ['activesupport', 'ActiveSupport::Deprecation', :allocate],
25
30
  ]
26
31
 
27
32
  HEADER = Sorbet::Private::Serialize.header('true', 'gems')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sorbet
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.5072
4
+ version: 0.4.5099
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stripe
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-27 00:00:00.000000000 Z
11
+ date: 2019-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sorbet-static
@@ -16,14 +16,14 @@ dependencies:
16
16
  requirements:
17
17
  - - '='
18
18
  - !ruby/object:Gem::Version
19
- version: 0.4.5072
19
+ version: 0.4.5099
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - '='
25
25
  - !ruby/object:Gem::Version
26
- version: 0.4.5072
26
+ version: 0.4.5099
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: minitest
29
29
  requirement: !ruby/object:Gem::Requirement