typeprof 0.8.0 → 0.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/Gemfile.lock +3 -3
- data/lib/typeprof/analyzer.rb +96 -44
- data/lib/typeprof/arguments.rb +2 -0
- data/lib/typeprof/block.rb +6 -2
- data/lib/typeprof/builtin.rb +125 -62
- data/lib/typeprof/container-type.rb +5 -4
- data/lib/typeprof/export.rb +7 -7
- data/lib/typeprof/import.rb +14 -2
- data/lib/typeprof/iseq.rb +23 -7
- data/lib/typeprof/method.rb +13 -14
- data/lib/typeprof/type.rb +52 -2
- data/lib/typeprof/version.rb +1 -1
- data/smoke/alias.rb +4 -4
- data/smoke/alias2.rb +4 -4
- data/smoke/any1.rb +1 -1
- data/smoke/any2.rb +2 -2
- data/smoke/arguments.rb +2 -2
- data/smoke/arguments2.rb +10 -10
- data/smoke/array-each.rb +1 -1
- data/smoke/array-each2.rb +1 -1
- data/smoke/array-each3.rb +1 -1
- data/smoke/array-ltlt.rb +1 -1
- data/smoke/array-ltlt2.rb +1 -1
- data/smoke/array-map.rb +1 -1
- data/smoke/array-map2.rb +1 -1
- data/smoke/array-map3.rb +3 -3
- data/smoke/array-mul.rb +2 -2
- data/smoke/array-plus1.rb +1 -1
- data/smoke/array-plus2.rb +2 -2
- data/smoke/array-pop.rb +1 -1
- data/smoke/array-range-aref.rb +11 -11
- data/smoke/array-replace.rb +1 -1
- data/smoke/array-s-aref.rb +1 -1
- data/smoke/array1.rb +5 -5
- data/smoke/array10.rb +1 -1
- data/smoke/array11.rb +1 -1
- data/smoke/array12.rb +3 -3
- data/smoke/array13.rb +4 -4
- data/smoke/array14.rb +1 -1
- data/smoke/array15.rb +16 -0
- data/smoke/array2.rb +3 -3
- data/smoke/array3.rb +4 -4
- data/smoke/array4.rb +1 -1
- data/smoke/array5.rb +1 -1
- data/smoke/array6.rb +2 -2
- data/smoke/array7.rb +1 -1
- data/smoke/array8.rb +1 -1
- data/smoke/array9.rb +1 -1
- data/smoke/attr-module.rb +26 -0
- data/smoke/attr.rb +5 -5
- data/smoke/autoload.rb +1 -1
- data/smoke/backtrace.rb +3 -3
- data/smoke/block-ambiguous.rb +8 -8
- data/smoke/block-args1-rest.rb +11 -11
- data/smoke/block-args1.rb +10 -10
- data/smoke/block-args2-rest.rb +11 -11
- data/smoke/block-args2.rb +10 -10
- data/smoke/block-args3-rest.rb +13 -13
- data/smoke/block-args3.rb +12 -12
- data/smoke/block-blockarg.rb +4 -4
- data/smoke/block-kwarg.rb +10 -10
- data/smoke/block1.rb +1 -1
- data/smoke/block10.rb +1 -1
- data/smoke/block11.rb +5 -5
- data/smoke/block12.rb +2 -2
- data/smoke/block14.rb +2 -2
- data/smoke/block2.rb +1 -1
- data/smoke/block3.rb +3 -3
- data/smoke/block4.rb +2 -2
- data/smoke/block5.rb +2 -2
- data/smoke/block6.rb +2 -2
- data/smoke/block7.rb +1 -1
- data/smoke/block8.rb +3 -3
- data/smoke/block9.rb +1 -1
- data/smoke/blown.rb +1 -1
- data/smoke/break1.rb +2 -2
- data/smoke/break2.rb +1 -1
- data/smoke/break3.rb +13 -0
- data/smoke/case.rb +1 -1
- data/smoke/case2.rb +1 -1
- data/smoke/case3.rb +17 -0
- data/smoke/class-hierarchy.rb +5 -5
- data/smoke/class-hierarchy2.rb +3 -3
- data/smoke/class-new.rb +15 -0
- data/smoke/class_instance_var.rb +1 -1
- data/smoke/class_method.rb +2 -2
- data/smoke/class_method2.rb +2 -2
- data/smoke/class_method3.rb +2 -2
- data/smoke/constant1.rb +6 -6
- data/smoke/constant2.rb +4 -4
- data/smoke/constant3.rb +1 -1
- data/smoke/constant4.rb +1 -1
- data/smoke/context-sensitive1.rb +1 -1
- data/smoke/cvar.rb +5 -5
- data/smoke/cvar2.rb +2 -2
- data/smoke/define_method.rb +2 -2
- data/smoke/define_method2.rb +2 -2
- data/smoke/define_method3.rb +13 -0
- data/smoke/define_method3.rbs +3 -0
- data/smoke/define_method4.rb +15 -0
- data/smoke/define_method4.rbs +3 -0
- data/smoke/define_method5.rb +12 -0
- data/smoke/demo.rb +6 -6
- data/smoke/demo1.rb +1 -1
- data/smoke/demo10.rb +2 -2
- data/smoke/demo11.rb +1 -1
- data/smoke/demo2.rb +1 -1
- data/smoke/demo3.rb +1 -1
- data/smoke/demo4.rb +3 -3
- data/smoke/demo5.rb +1 -1
- data/smoke/demo6.rb +3 -3
- data/smoke/demo7.rb +1 -1
- data/smoke/demo8.rb +2 -2
- data/smoke/demo9.rb +2 -2
- data/smoke/dummy-execution1.rb +2 -2
- data/smoke/dummy-execution2.rb +2 -2
- data/smoke/dummy_element.rb +14 -0
- data/smoke/ensure1.rb +2 -2
- data/smoke/enumerator.rb +2 -2
- data/smoke/expandarray1.rb +1 -1
- data/smoke/expandarray2.rb +1 -1
- data/smoke/fib.rb +2 -2
- data/smoke/flip-flop.rb +28 -0
- data/smoke/flow1.rb +1 -1
- data/smoke/flow2.rb +1 -1
- data/smoke/flow3.rb +1 -1
- data/smoke/flow5.rb +1 -1
- data/smoke/flow6.rb +1 -1
- data/smoke/flow7.rb +1 -1
- data/smoke/flow8.rb +1 -1
- data/smoke/flow9.rb +12 -0
- data/smoke/freeze.rb +1 -1
- data/smoke/function.rb +2 -2
- data/smoke/gvar.rb +2 -2
- data/smoke/gvar2.rb +2 -2
- data/smoke/hash-bot.rb +12 -0
- data/smoke/hash-fetch.rb +3 -3
- data/smoke/hash-merge-bang.rb +1 -1
- data/smoke/hash1.rb +2 -2
- data/smoke/hash2.rb +1 -1
- data/smoke/hash3.rb +1 -1
- data/smoke/hash4.rb +1 -1
- data/smoke/hash5.rb +1 -1
- data/smoke/inheritance.rb +4 -4
- data/smoke/inheritance2.rb +2 -2
- data/smoke/initialize.rb +5 -5
- data/smoke/instance_eval.rb +2 -2
- data/smoke/instance_eval2.rb +10 -0
- data/smoke/instance_eval3.rb +25 -0
- data/smoke/int_times.rb +1 -1
- data/smoke/integer.rb +1 -1
- data/smoke/ivar.rb +4 -4
- data/smoke/ivar2.rb +4 -4
- data/smoke/ivar3.rb +2 -2
- data/smoke/kernel-class.rb +1 -1
- data/smoke/keyword1.rb +1 -1
- data/smoke/keyword2.rb +1 -1
- data/smoke/keyword3.rb +1 -1
- data/smoke/keyword4.rb +1 -1
- data/smoke/keyword5.rb +1 -1
- data/smoke/kwrest.rb +2 -2
- data/smoke/kwsplat1.rb +4 -4
- data/smoke/kwsplat2.rb +1 -1
- data/smoke/lit-complex.rb +10 -0
- data/smoke/lit-encoding.rb +10 -0
- data/smoke/manual-rbs.rb +3 -3
- data/smoke/manual-rbs2.rb +1 -1
- data/smoke/manual-rbs3.rb +2 -2
- data/smoke/masgn1.rb +1 -1
- data/smoke/masgn2.rb +2 -2
- data/smoke/masgn3.rb +1 -1
- data/smoke/method_in_branch.rb +2 -2
- data/smoke/method_missing.rb +4 -4
- data/smoke/module1.rb +2 -2
- data/smoke/module2.rb +1 -1
- data/smoke/module3.rb +2 -2
- data/smoke/module4.rb +2 -2
- data/smoke/module5.rb +17 -0
- data/smoke/module6.rb +40 -0
- data/smoke/module_function1.rb +3 -3
- data/smoke/module_function2.rb +3 -3
- data/smoke/multiple-include.rb +1 -1
- data/smoke/multiple-superclass.rb +1 -1
- data/smoke/next1.rb +2 -2
- data/smoke/next2.rb +1 -1
- data/smoke/object-send1.rb +3 -3
- data/smoke/object-send2.rb +10 -0
- data/smoke/object-send3.rb +18 -0
- data/smoke/once.rb +1 -1
- data/smoke/optional1.rb +1 -1
- data/smoke/optional2.rb +1 -1
- data/smoke/optional3.rb +1 -1
- data/smoke/parameterizedd-self.rb +2 -2
- data/smoke/parameterizedd-self2.rb +1 -1
- data/smoke/pathname1.rb +1 -1
- data/smoke/pathname2.rb +1 -1
- data/smoke/pattern-match1.rb +1 -1
- data/smoke/pattern-match2.rb +1 -1
- data/smoke/printf.rb +2 -2
- data/smoke/proc.rb +2 -2
- data/smoke/proc2.rb +1 -1
- data/smoke/proc3.rb +1 -1
- data/smoke/proc4.rb +1 -1
- data/smoke/proc5.rb +19 -0
- data/smoke/public.rb +34 -0
- data/smoke/range.rb +1 -1
- data/smoke/rbs-alias.rb +1 -1
- data/smoke/rbs-attr.rb +3 -3
- data/smoke/rbs-attr2.rb +1 -1
- data/smoke/rbs-extend.rb +1 -1
- data/smoke/rbs-interface.rb +4 -4
- data/smoke/rbs-module.rb +26 -0
- data/smoke/rbs-module.rbs +4 -0
- data/smoke/rbs-opt-and-rest.rb +10 -0
- data/smoke/rbs-opt-and-rest.rbs +3 -0
- data/smoke/rbs-proc1.rb +1 -1
- data/smoke/rbs-proc2.rb +2 -2
- data/smoke/rbs-proc3.rb +1 -1
- data/smoke/rbs-record.rb +2 -2
- data/smoke/rbs-tyvar.rb +2 -2
- data/smoke/rbs-tyvar2.rb +2 -2
- data/smoke/rbs-tyvar3.rb +2 -2
- data/smoke/rbs-tyvar4.rb +3 -3
- data/smoke/rbs-tyvar5.rb +1 -1
- data/smoke/rbs-tyvar6.rb +3 -3
- data/smoke/rbs-tyvar7.rb +1 -1
- data/smoke/rbs-vars.rb +6 -6
- data/smoke/redo1.rb +2 -2
- data/smoke/redo2.rb +2 -2
- data/smoke/req-keyword.rb +1 -1
- data/smoke/rescue1.rb +2 -2
- data/smoke/rescue2.rb +2 -2
- data/smoke/rescue3.rb +19 -0
- data/smoke/rescue4.rb +17 -0
- data/smoke/respond_to.rb +1 -1
- data/smoke/rest-farg.rb +1 -1
- data/smoke/rest1.rb +2 -2
- data/smoke/rest2.rb +1 -1
- data/smoke/rest3.rb +6 -6
- data/smoke/rest4.rb +2 -2
- data/smoke/rest5.rb +1 -1
- data/smoke/rest6.rb +1 -1
- data/smoke/retry1.rb +2 -2
- data/smoke/return.rb +1 -1
- data/smoke/singleton_method.rb +1 -1
- data/smoke/step.rb +3 -3
- data/smoke/string-split.rb +1 -1
- data/smoke/struct-keyword_init.rb +20 -0
- data/smoke/struct.rb +1 -1
- data/smoke/struct2.rb +4 -4
- data/smoke/struct3.rb +2 -2
- data/smoke/struct4.rb +7 -0
- data/smoke/struct5.rb +16 -0
- data/smoke/struct6.rb +15 -0
- data/smoke/struct7.rb +17 -0
- data/smoke/stub-keyword.rb +10 -0
- data/smoke/super1.rb +4 -4
- data/smoke/super2.rb +1 -1
- data/smoke/super3.rb +3 -3
- data/smoke/super4.rb +5 -5
- data/smoke/super5.rb +4 -4
- data/smoke/svar1.rb +1 -1
- data/smoke/symbol-proc-attr.rb +22 -0
- data/smoke/symbol-proc-attr2.rb +15 -0
- data/smoke/symbol-proc-bot.rb +13 -0
- data/smoke/symbol-proc.rb +3 -3
- data/smoke/tap1.rb +2 -2
- data/smoke/toplevel.rb +1 -1
- data/smoke/two-map.rb +2 -2
- data/smoke/type_var.rb +1 -1
- data/smoke/typed_method.rb +1 -1
- data/smoke/uninitialize-var.rb +1 -1
- data/smoke/union-recv.rb +2 -2
- data/smoke/user-demo.rb +3 -3
- data/smoke/wrong-extend.rb +2 -2
- data/smoke/wrong-include.rb +2 -2
- data/smoke/wrong-include2.rb +17 -0
- data/typeprof.gemspec +1 -1
- metadata +44 -5
- data/tools/stackprof-wrapper.rb +0 -10
data/smoke/freeze.rb
CHANGED
data/smoke/function.rb
CHANGED
data/smoke/gvar.rb
CHANGED
data/smoke/gvar2.rb
CHANGED
data/smoke/hash-bot.rb
ADDED
data/smoke/hash-fetch.rb
CHANGED
@@ -22,7 +22,7 @@ __END__
|
|
22
22
|
# Classes
|
23
23
|
class Object
|
24
24
|
private
|
25
|
-
def foo
|
26
|
-
def bar
|
27
|
-
def baz
|
25
|
+
def foo: ({a: :A, b: :B}) -> (:A | :B)
|
26
|
+
def bar: ({a: :A, b: :B}) -> (:A | :B | :C)
|
27
|
+
def baz: ({a: :A, b: :B}) -> ([:A | :B | :C, (:a | :b)?])
|
28
28
|
end
|
data/smoke/hash-merge-bang.rb
CHANGED
data/smoke/hash1.rb
CHANGED
data/smoke/hash2.rb
CHANGED
data/smoke/hash3.rb
CHANGED
data/smoke/hash4.rb
CHANGED
data/smoke/hash5.rb
CHANGED
data/smoke/inheritance.rb
CHANGED
@@ -24,11 +24,11 @@ B.test("str")
|
|
24
24
|
__END__
|
25
25
|
# Classes
|
26
26
|
class A
|
27
|
-
def foo
|
28
|
-
def bar
|
29
|
-
def self.test
|
27
|
+
def foo: (Integer | String) -> nil
|
28
|
+
def bar: (Integer | String) -> nil
|
29
|
+
def self.test: (Integer | String) -> nil
|
30
30
|
end
|
31
31
|
|
32
32
|
class B < A
|
33
|
-
def bar
|
33
|
+
def bar: ((Integer | String)?) -> nil
|
34
34
|
end
|
data/smoke/inheritance2.rb
CHANGED
@@ -21,11 +21,11 @@ end
|
|
21
21
|
__END__
|
22
22
|
# Classes
|
23
23
|
class SuperBase
|
24
|
-
def self.foo
|
24
|
+
def self.foo: -> (singleton(A) | singleton(B))
|
25
25
|
end
|
26
26
|
|
27
27
|
class Base < SuperBase
|
28
|
-
def self.foo
|
28
|
+
def self.foo: -> (singleton(A) | singleton(B))
|
29
29
|
end
|
30
30
|
|
31
31
|
class A < Base
|
data/smoke/initialize.rb
CHANGED
@@ -16,12 +16,12 @@ __END__
|
|
16
16
|
# Classes
|
17
17
|
class Object
|
18
18
|
private
|
19
|
-
def log
|
19
|
+
def log: (A) -> nil
|
20
20
|
end
|
21
21
|
|
22
22
|
class A
|
23
|
-
@int
|
24
|
-
@str
|
25
|
-
@val
|
26
|
-
def initialize
|
23
|
+
@int: Integer
|
24
|
+
@str: String
|
25
|
+
@val: (Integer | String)?
|
26
|
+
def initialize: ((Integer | String)?) -> ((Integer | String)?)
|
27
27
|
end
|
data/smoke/instance_eval.rb
CHANGED
@@ -0,0 +1,25 @@
|
|
1
|
+
:foo.instance_eval do
|
2
|
+
@foo = 1
|
3
|
+
end
|
4
|
+
|
5
|
+
[].instance_eval do
|
6
|
+
@bar = 1
|
7
|
+
end
|
8
|
+
|
9
|
+
{}.instance_eval do
|
10
|
+
@baz = 1
|
11
|
+
end
|
12
|
+
|
13
|
+
__END__
|
14
|
+
# Classes
|
15
|
+
class Array
|
16
|
+
@bar: Integer
|
17
|
+
end
|
18
|
+
|
19
|
+
class Hash
|
20
|
+
@baz: Integer
|
21
|
+
end
|
22
|
+
|
23
|
+
class Symbol
|
24
|
+
@foo: Integer
|
25
|
+
end
|
data/smoke/int_times.rb
CHANGED
data/smoke/integer.rb
CHANGED
data/smoke/ivar.rb
CHANGED
@@ -20,11 +20,11 @@ __END__
|
|
20
20
|
# Classes
|
21
21
|
class Object
|
22
22
|
private
|
23
|
-
def log
|
23
|
+
def log: (Integer | String) -> nil
|
24
24
|
end
|
25
25
|
|
26
26
|
class Foo
|
27
|
-
@foo
|
28
|
-
def foo
|
29
|
-
def foo
|
27
|
+
@foo: Integer | String
|
28
|
+
def foo=: (Integer | String) -> (Integer | String)
|
29
|
+
def foo: -> (Integer | String)
|
30
30
|
end
|
data/smoke/ivar2.rb
CHANGED
@@ -23,8 +23,8 @@ Foo.new.set
|
|
23
23
|
__END__
|
24
24
|
# Classes
|
25
25
|
class Foo
|
26
|
-
attr_reader array
|
27
|
-
attr_reader hash
|
28
|
-
def initialize
|
29
|
-
def set
|
26
|
+
attr_reader array: Array[:sym | Integer | String]
|
27
|
+
attr_reader hash: {a: Integer, b: String, c: :sym}
|
28
|
+
def initialize: -> Hash[bot, bot]
|
29
|
+
def set: -> :sym
|
30
30
|
end
|
data/smoke/ivar3.rb
CHANGED
data/smoke/kernel-class.rb
CHANGED
data/smoke/keyword1.rb
CHANGED
data/smoke/keyword2.rb
CHANGED
data/smoke/keyword3.rb
CHANGED
data/smoke/keyword4.rb
CHANGED
data/smoke/keyword5.rb
CHANGED
data/smoke/kwrest.rb
CHANGED
data/smoke/kwsplat1.rb
CHANGED
@@ -36,8 +36,8 @@ smoke/kwsplat1.rb:30: [error] undefined method: Object#any
|
|
36
36
|
# Classes
|
37
37
|
class Object
|
38
38
|
private
|
39
|
-
def foo
|
40
|
-
def bar
|
41
|
-
def baz
|
42
|
-
def qux
|
39
|
+
def foo: (k: Integer) -> nil
|
40
|
+
def bar: (int: Integer, str: String) -> nil
|
41
|
+
def baz: (**{int: Integer, str: String}) -> nil
|
42
|
+
def qux: (**Hash[untyped, untyped]) -> nil
|
43
43
|
end
|
data/smoke/kwsplat2.rb
CHANGED
data/smoke/manual-rbs.rb
CHANGED
@@ -20,9 +20,9 @@ end
|
|
20
20
|
__END__
|
21
21
|
# Classes
|
22
22
|
class Object
|
23
|
-
# def foo
|
23
|
+
# def foo: (Integer) -> Integer
|
24
24
|
# | (String) -> String
|
25
25
|
private
|
26
|
-
def ret_int
|
27
|
-
def ret_str
|
26
|
+
def ret_int: -> Integer
|
27
|
+
def ret_str: -> String
|
28
28
|
end
|
data/smoke/manual-rbs2.rb
CHANGED
data/smoke/manual-rbs3.rb
CHANGED
data/smoke/masgn1.rb
CHANGED
data/smoke/masgn2.rb
CHANGED
data/smoke/masgn3.rb
CHANGED