typeprof 0.5.4 → 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 +7 -5
- data/doc/doc.ja.md +3 -4
- data/doc/doc.md +3 -4
- data/lib/typeprof/analyzer.rb +308 -171
- data/lib/typeprof/arguments.rb +14 -6
- data/lib/typeprof/block.rb +6 -2
- data/lib/typeprof/builtin.rb +230 -67
- data/lib/typeprof/cli.rb +33 -34
- data/lib/typeprof/config.rb +6 -4
- data/lib/typeprof/container-type.rb +159 -104
- data/lib/typeprof/export.rb +28 -22
- data/lib/typeprof/import.rb +70 -53
- data/lib/typeprof/iseq.rb +23 -7
- data/lib/typeprof/method.rb +71 -138
- data/lib/typeprof/type.rb +73 -15
- data/lib/typeprof/version.rb +1 -1
- data/smoke/alias.rb +5 -4
- data/smoke/alias2.rb +4 -4
- data/smoke/any1.rb +2 -1
- data/smoke/any2.rb +3 -2
- data/smoke/arguments.rb +3 -2
- data/smoke/arguments2.rb +11 -10
- data/smoke/array-each.rb +2 -1
- data/smoke/array-each2.rb +2 -1
- data/smoke/array-each3.rb +2 -1
- data/smoke/array-ltlt.rb +2 -1
- data/smoke/array-ltlt2.rb +2 -1
- data/smoke/array-map.rb +2 -1
- data/smoke/array-map2.rb +2 -1
- data/smoke/array-map3.rb +4 -3
- data/smoke/array-mul.rb +3 -2
- data/smoke/array-plus1.rb +2 -1
- data/smoke/array-plus2.rb +2 -2
- data/smoke/array-pop.rb +2 -1
- data/smoke/array-range-aref.rb +71 -0
- data/smoke/array-replace.rb +2 -1
- data/smoke/array-s-aref.rb +2 -1
- data/smoke/array1.rb +6 -5
- data/smoke/array10.rb +2 -1
- data/smoke/array11.rb +2 -1
- data/smoke/array12.rb +4 -3
- data/smoke/array13.rb +5 -4
- data/smoke/array14.rb +2 -1
- data/smoke/array15.rb +16 -0
- data/smoke/array2.rb +4 -3
- data/smoke/array3.rb +4 -4
- data/smoke/array4.rb +2 -1
- data/smoke/array5.rb +2 -1
- data/smoke/array6.rb +3 -2
- data/smoke/array7.rb +2 -1
- data/smoke/array8.rb +1 -1
- data/smoke/array9.rb +2 -1
- data/smoke/attr-module.rb +26 -0
- data/smoke/attr.rb +5 -5
- data/smoke/autoload.rb +14 -0
- data/smoke/backtrace.rb +4 -3
- data/smoke/block-ambiguous.rb +9 -8
- data/smoke/block-args1-rest.rb +12 -11
- data/smoke/block-args1.rb +11 -10
- data/smoke/block-args2-rest.rb +12 -11
- data/smoke/block-args2.rb +11 -10
- data/smoke/block-args3-rest.rb +14 -13
- data/smoke/block-args3.rb +13 -12
- data/smoke/block-blockarg.rb +5 -4
- data/smoke/block-kwarg.rb +11 -10
- data/smoke/block1.rb +2 -1
- data/smoke/block10.rb +2 -1
- data/smoke/block11.rb +6 -5
- data/smoke/block12.rb +3 -2
- data/smoke/block14.rb +3 -2
- data/smoke/block2.rb +2 -1
- data/smoke/block3.rb +3 -3
- data/smoke/block4.rb +3 -2
- data/smoke/block5.rb +3 -2
- data/smoke/block6.rb +3 -2
- data/smoke/block7.rb +2 -1
- data/smoke/block8.rb +4 -3
- data/smoke/block9.rb +2 -1
- data/smoke/blown.rb +2 -1
- data/smoke/break1.rb +3 -2
- data/smoke/break2.rb +2 -1
- data/smoke/break3.rb +13 -0
- data/smoke/case.rb +2 -1
- data/smoke/case2.rb +2 -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 +4 -2
- data/smoke/constant1.rb +6 -6
- data/smoke/constant2.rb +5 -4
- data/smoke/constant3.rb +2 -1
- data/smoke/constant4.rb +2 -1
- data/smoke/context-sensitive1.rb +2 -1
- data/smoke/cvar.rb +6 -5
- data/smoke/cvar2.rb +2 -2
- data/smoke/define_method.rb +16 -0
- data/smoke/define_method2.rb +18 -0
- 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 +7 -6
- data/smoke/demo1.rb +2 -1
- data/smoke/demo10.rb +3 -2
- data/smoke/demo11.rb +2 -1
- data/smoke/demo2.rb +2 -1
- data/smoke/demo3.rb +2 -1
- data/smoke/demo4.rb +3 -3
- data/smoke/demo5.rb +1 -1
- data/smoke/demo6.rb +3 -3
- data/smoke/demo7.rb +2 -1
- data/smoke/demo8.rb +3 -2
- data/smoke/demo9.rb +3 -2
- data/smoke/dummy-execution1.rb +3 -2
- data/smoke/dummy-execution2.rb +2 -2
- data/smoke/dummy_element.rb +14 -0
- data/smoke/ensure1.rb +3 -2
- data/smoke/enumerator.rb +3 -2
- data/smoke/expandarray1.rb +2 -1
- data/smoke/expandarray2.rb +2 -1
- data/smoke/fib.rb +2 -2
- data/smoke/flip-flop.rb +28 -0
- data/smoke/flow1.rb +2 -1
- data/smoke/flow2.rb +2 -1
- data/smoke/flow3.rb +2 -1
- data/smoke/flow5.rb +2 -1
- data/smoke/flow6.rb +2 -1
- data/smoke/flow7.rb +2 -1
- data/smoke/flow8.rb +2 -1
- data/smoke/flow9.rb +12 -0
- data/smoke/freeze.rb +2 -1
- data/smoke/function.rb +3 -2
- data/smoke/gvar.rb +3 -2
- data/smoke/gvar2.rb +3 -2
- data/smoke/hash-bot.rb +12 -0
- data/smoke/hash-fetch.rb +4 -3
- data/smoke/hash-merge-bang.rb +2 -1
- data/smoke/hash1.rb +3 -2
- data/smoke/hash2.rb +2 -1
- data/smoke/hash3.rb +2 -1
- data/smoke/hash4.rb +2 -1
- data/smoke/hash5.rb +1 -1
- data/smoke/inheritance.rb +4 -4
- data/smoke/inheritance2.rb +2 -2
- data/smoke/initialize.rb +6 -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 +2 -1
- data/smoke/integer.rb +2 -1
- data/smoke/ivar.rb +5 -4
- data/smoke/ivar2.rb +4 -4
- data/smoke/ivar3.rb +2 -2
- data/smoke/kernel-class.rb +2 -1
- data/smoke/keyword1.rb +2 -1
- data/smoke/keyword2.rb +2 -1
- data/smoke/keyword3.rb +2 -1
- data/smoke/keyword4.rb +2 -1
- data/smoke/keyword5.rb +2 -1
- data/smoke/kwrest.rb +12 -0
- data/smoke/kwrest.rbs +3 -0
- data/smoke/kwsplat1.rb +5 -4
- data/smoke/kwsplat2.rb +2 -1
- data/smoke/lit-complex.rb +10 -0
- data/smoke/lit-encoding.rb +10 -0
- data/smoke/manual-rbs.rb +4 -3
- data/smoke/manual-rbs2.rb +2 -1
- data/smoke/manual-rbs3.rb +2 -2
- data/smoke/masgn1.rb +2 -1
- data/smoke/masgn2.rb +3 -2
- data/smoke/masgn3.rb +2 -1
- data/smoke/method_in_branch.rb +3 -2
- data/smoke/method_missing.rb +28 -0
- 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 +3 -2
- data/smoke/next2.rb +2 -1
- data/smoke/object-send1.rb +4 -3
- data/smoke/object-send2.rb +10 -0
- data/smoke/object-send3.rb +18 -0
- data/smoke/once.rb +2 -1
- data/smoke/optional1.rb +2 -1
- data/smoke/optional2.rb +2 -1
- data/smoke/optional3.rb +2 -1
- data/smoke/parameterizedd-self.rb +3 -2
- data/smoke/parameterizedd-self2.rb +15 -0
- data/smoke/pathname1.rb +2 -1
- data/smoke/pathname2.rb +2 -1
- data/smoke/pattern-match1.rb +2 -1
- data/smoke/pattern-match2.rb +2 -1
- data/smoke/printf.rb +2 -2
- data/smoke/proc.rb +3 -2
- data/smoke/proc2.rb +2 -1
- data/smoke/proc3.rb +2 -1
- data/smoke/proc4.rb +2 -1
- data/smoke/proc5.rb +19 -0
- data/smoke/public.rb +34 -0
- data/smoke/range.rb +2 -1
- data/smoke/rbs-alias.rb +2 -1
- data/smoke/rbs-attr.rb +6 -5
- data/smoke/rbs-attr2.rb +11 -0
- data/smoke/rbs-attr2.rbs +3 -0
- data/smoke/rbs-extend.rb +2 -1
- data/smoke/rbs-interface.rb +5 -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 +2 -1
- data/smoke/rbs-proc2.rb +3 -2
- data/smoke/rbs-proc3.rb +2 -1
- data/smoke/rbs-record.rb +3 -2
- data/smoke/rbs-tyvar.rb +3 -2
- data/smoke/rbs-tyvar2.rb +3 -2
- data/smoke/rbs-tyvar3.rb +3 -2
- data/smoke/rbs-tyvar4.rb +3 -3
- data/smoke/rbs-tyvar5.rb +2 -1
- data/smoke/rbs-tyvar6.rb +18 -0
- data/smoke/rbs-tyvar6.rbs +12 -0
- data/smoke/rbs-tyvar7.rb +12 -0
- data/smoke/rbs-tyvar7.rbs +7 -0
- data/smoke/rbs-vars.rb +7 -8
- data/smoke/redo1.rb +3 -2
- data/smoke/redo2.rb +3 -2
- data/smoke/req-keyword.rb +2 -1
- data/smoke/rescue1.rb +3 -2
- data/smoke/rescue2.rb +3 -2
- data/smoke/rescue3.rb +19 -0
- data/smoke/rescue4.rb +17 -0
- data/smoke/respond_to.rb +2 -1
- data/smoke/rest-farg.rb +2 -1
- data/smoke/rest1.rb +3 -2
- data/smoke/rest2.rb +2 -1
- data/smoke/rest3.rb +7 -6
- data/smoke/rest4.rb +3 -2
- data/smoke/rest5.rb +2 -1
- data/smoke/rest6.rb +2 -1
- data/smoke/retry1.rb +3 -2
- data/smoke/return.rb +2 -1
- data/smoke/singleton_method.rb +1 -1
- data/smoke/step.rb +4 -3
- data/smoke/string-split.rb +2 -1
- data/smoke/struct-keyword_init.rb +20 -0
- data/smoke/struct.rb +1 -1
- data/smoke/struct2.rb +5 -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 +5 -4
- data/smoke/super2.rb +1 -1
- data/smoke/super3.rb +3 -3
- data/smoke/super4.rb +43 -0
- data/smoke/super5.rb +36 -0
- data/smoke/svar1.rb +2 -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 +4 -3
- data/smoke/tap1.rb +3 -2
- data/smoke/toplevel.rb +2 -1
- data/smoke/two-map.rb +3 -2
- data/smoke/type_var.rb +2 -1
- data/smoke/typed_method.rb +2 -1
- data/smoke/uninitialize-var.rb +2 -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 +61 -6
- data/tools/stackprof-wrapper.rb +0 -10
data/smoke/array-replace.rb
CHANGED
data/smoke/array-s-aref.rb
CHANGED
data/smoke/array1.rb
CHANGED
@@ -18,9 +18,10 @@ quux(a[n])
|
|
18
18
|
__END__
|
19
19
|
# Classes
|
20
20
|
class Object
|
21
|
-
|
22
|
-
def
|
23
|
-
def
|
24
|
-
def
|
25
|
-
def
|
21
|
+
private
|
22
|
+
def foo: ([Integer, String]) -> Integer
|
23
|
+
def bar: (Integer) -> nil
|
24
|
+
def baz: (String) -> nil
|
25
|
+
def qux: (nil) -> nil
|
26
|
+
def quux: (Integer | String) -> nil
|
26
27
|
end
|
data/smoke/array10.rb
CHANGED
data/smoke/array11.rb
CHANGED
@@ -9,5 +9,6 @@ array("foo")
|
|
9
9
|
__END__
|
10
10
|
# Classes
|
11
11
|
class Object
|
12
|
-
|
12
|
+
private
|
13
|
+
def array: (Array[Integer] | Hash[Integer, Integer] | String) -> (Array[Hash[Integer, Integer] | Integer | String])
|
13
14
|
end
|
data/smoke/array12.rb
CHANGED
data/smoke/array13.rb
CHANGED
@@ -23,8 +23,9 @@ end
|
|
23
23
|
__END__
|
24
24
|
# Classes
|
25
25
|
class Object
|
26
|
-
|
27
|
-
def
|
28
|
-
def
|
29
|
-
def
|
26
|
+
private
|
27
|
+
def tuple_set: -> [:a, :b, :z]
|
28
|
+
def tuple_get: -> :c
|
29
|
+
def seq_set: -> (Array[:a | :b | :c | :z])
|
30
|
+
def seq_get: -> (:a | :b | :c)
|
30
31
|
end
|
data/smoke/array14.rb
CHANGED
data/smoke/array15.rb
ADDED
@@ -0,0 +1,16 @@
|
|
1
|
+
class Foo
|
2
|
+
def []=(*args)
|
3
|
+
ary = []
|
4
|
+
val = args[-1]
|
5
|
+
ary[*args[0..-2]] = val # TODO: there is room to improve array_aset
|
6
|
+
ary # This should be Array[String]
|
7
|
+
end
|
8
|
+
end
|
9
|
+
|
10
|
+
Foo.new[1] = "str"
|
11
|
+
|
12
|
+
__END__
|
13
|
+
# Classes
|
14
|
+
class Foo
|
15
|
+
def []=: (*Integer | String) -> Array[bot]
|
16
|
+
end
|
data/smoke/array2.rb
CHANGED
@@ -21,7 +21,8 @@ log(a)
|
|
21
21
|
__END__
|
22
22
|
# Classes
|
23
23
|
class Object
|
24
|
-
|
25
|
-
def
|
26
|
-
def
|
24
|
+
private
|
25
|
+
def foo: -> [[String]]
|
26
|
+
def bar: ([[Integer]]) -> [[String]]
|
27
|
+
def log: ([[Integer]]) -> nil
|
27
28
|
end
|
data/smoke/array3.rb
CHANGED
@@ -18,8 +18,8 @@ Foo.new.bar
|
|
18
18
|
__END__
|
19
19
|
# Classes
|
20
20
|
class Foo
|
21
|
-
@ary
|
22
|
-
def initialize
|
23
|
-
def foo
|
24
|
-
def bar
|
21
|
+
@ary: [Integer, String?, :sym]
|
22
|
+
def initialize: -> [Integer, String, :sym]
|
23
|
+
def foo: -> String?
|
24
|
+
def bar: -> nil
|
25
25
|
end
|
data/smoke/array4.rb
CHANGED
data/smoke/array5.rb
CHANGED
data/smoke/array6.rb
CHANGED
data/smoke/array7.rb
CHANGED
data/smoke/array8.rb
CHANGED
data/smoke/array9.rb
CHANGED
@@ -0,0 +1,26 @@
|
|
1
|
+
module Foo
|
2
|
+
attr_accessor :foo
|
3
|
+
module_function :foo=, :foo
|
4
|
+
end
|
5
|
+
|
6
|
+
class Bar
|
7
|
+
include Foo
|
8
|
+
end
|
9
|
+
|
10
|
+
Foo.foo = 42
|
11
|
+
Bar.new.foo = "str"
|
12
|
+
|
13
|
+
# XXX: the output may be improved
|
14
|
+
|
15
|
+
__END__
|
16
|
+
# Classes
|
17
|
+
module Foo
|
18
|
+
self.@foo: Integer
|
19
|
+
attr_accessor foo: untyped
|
20
|
+
attr_accessor self.foo: Integer
|
21
|
+
end
|
22
|
+
|
23
|
+
class Bar
|
24
|
+
include Foo
|
25
|
+
@foo: String
|
26
|
+
end
|
data/smoke/attr.rb
CHANGED
@@ -20,9 +20,9 @@ foo.c = :ccc
|
|
20
20
|
__END__
|
21
21
|
# Classes
|
22
22
|
class Foo
|
23
|
-
attr_reader a
|
24
|
-
attr_writer b
|
25
|
-
attr_accessor c
|
26
|
-
def initialize
|
27
|
-
def get_b
|
23
|
+
attr_reader a: :aaa
|
24
|
+
attr_writer b: :bbb
|
25
|
+
attr_accessor c: :ccc
|
26
|
+
def initialize: (:aaa) -> :aaa
|
27
|
+
def get_b: -> :bbb
|
28
28
|
end
|
data/smoke/autoload.rb
ADDED
data/smoke/backtrace.rb
CHANGED
@@ -26,7 +26,8 @@ smoke/backtrace.rb:2: [error] undefined method: Object#unknown_method
|
|
26
26
|
|
27
27
|
# Classes
|
28
28
|
class Object
|
29
|
-
|
30
|
-
def
|
31
|
-
def
|
29
|
+
private
|
30
|
+
def foo: -> untyped
|
31
|
+
def bar: -> untyped
|
32
|
+
def baz: -> untyped
|
32
33
|
end
|
data/smoke/block-ambiguous.rb
CHANGED
@@ -25,12 +25,13 @@ f4 {|x,| log4(x) }
|
|
25
25
|
__END__
|
26
26
|
# Classes
|
27
27
|
class Object
|
28
|
-
|
29
|
-
def
|
30
|
-
def
|
31
|
-
def
|
32
|
-
def
|
33
|
-
def
|
34
|
-
def
|
35
|
-
def
|
28
|
+
private
|
29
|
+
def f1: { (:a, :b, :c) -> nil } -> nil
|
30
|
+
def log1: (:a) -> nil
|
31
|
+
def f2: { (:a, :b, :c) -> nil } -> nil
|
32
|
+
def log2: (:a) -> nil
|
33
|
+
def f3: { ([:a, :b, :c]) -> nil } -> nil
|
34
|
+
def log3: ([:a, :b, :c]) -> nil
|
35
|
+
def f4: { ([:a, :b, :c]) -> nil } -> nil
|
36
|
+
def log4: (:a) -> nil
|
36
37
|
end
|
data/smoke/block-args1-rest.rb
CHANGED
@@ -48,15 +48,16 @@ end
|
|
48
48
|
__END__
|
49
49
|
# Classes
|
50
50
|
class Object
|
51
|
-
StringArray
|
52
|
-
|
53
|
-
def
|
54
|
-
def
|
55
|
-
def
|
56
|
-
def
|
57
|
-
def
|
58
|
-
def
|
59
|
-
def
|
60
|
-
def
|
61
|
-
def
|
51
|
+
StringArray: Array[String]
|
52
|
+
private
|
53
|
+
def f1: { (*String) -> nil } -> (^(String, ?:opt | String, String) -> nil)
|
54
|
+
def log1: (String, :opt | String, String) -> nil
|
55
|
+
def f2: { (:a, *String) -> nil } -> (^(:a, ?:opt | String, String) -> nil)
|
56
|
+
def log2: (:a, :opt | String, String) -> nil
|
57
|
+
def f3: { (:a, :b, *String) -> nil } -> (^(:a, ?:b | :opt, :b | String) -> nil)
|
58
|
+
def log3: (:a, :b | :opt, :b | String) -> nil
|
59
|
+
def f4: { (:a, :b, :c, *String) -> nil } -> (^(:a, ?:b | :opt, :b | :c) -> nil)
|
60
|
+
def log4: (:a, :b | :opt, :b | :c) -> nil
|
61
|
+
def f5: { (:a, :b, :c, :d, *String) -> nil } -> (^(:a, ?:b | :opt, :b | :c) -> nil)
|
62
|
+
def log5: (:a, :b | :opt, :b | :c) -> nil
|
62
63
|
end
|
data/smoke/block-args1.rb
CHANGED
@@ -46,14 +46,15 @@ end
|
|
46
46
|
__END__
|
47
47
|
# Classes
|
48
48
|
class Object
|
49
|
-
|
50
|
-
def
|
51
|
-
def
|
52
|
-
def
|
53
|
-
def
|
54
|
-
def
|
55
|
-
def
|
56
|
-
def
|
57
|
-
def
|
58
|
-
def
|
49
|
+
private
|
50
|
+
def f1: { -> nil } -> ^(nil, ?:opt, nil) -> nil
|
51
|
+
def log1: (nil, :opt, nil) -> nil
|
52
|
+
def f2: { (:a) -> nil } -> ^(:a, ?:opt, nil) -> nil
|
53
|
+
def log2: (:a, :opt, nil) -> nil
|
54
|
+
def f3: { (:a, :b) -> nil } -> ^(:a, ?:opt, :b) -> nil
|
55
|
+
def log3: (:a, :opt, :b) -> nil
|
56
|
+
def f4: { (:a, :b, :c) -> nil } -> (^(:a, ?:b | :opt, :c) -> nil)
|
57
|
+
def log4: (:a, :b | :opt, :c) -> nil
|
58
|
+
def f5: { (:a, :b, :c, :d) -> nil } -> (^(:a, ?:b | :opt, :c) -> nil)
|
59
|
+
def log5: (:a, :b | :opt, :c) -> nil
|
59
60
|
end
|
data/smoke/block-args2-rest.rb
CHANGED
@@ -48,15 +48,16 @@ end
|
|
48
48
|
__END__
|
49
49
|
# Classes
|
50
50
|
class Object
|
51
|
-
StringArray
|
52
|
-
|
53
|
-
def
|
54
|
-
def
|
55
|
-
def
|
56
|
-
def
|
57
|
-
def
|
58
|
-
def
|
59
|
-
def
|
60
|
-
def
|
61
|
-
def
|
51
|
+
StringArray: Array[String]
|
52
|
+
private
|
53
|
+
def f1: { (*String) -> nil } -> ^(String, *String, String) -> nil
|
54
|
+
def log1: (String, Array[String], String) -> nil
|
55
|
+
def f2: { (:a, *String) -> nil } -> ^(:a, *String, String) -> nil
|
56
|
+
def log2: (:a, Array[String], String) -> nil
|
57
|
+
def f3: { (:a, :b, *String) -> nil } -> (^(:a, *:b | String, :b | String) -> nil)
|
58
|
+
def log3: (:a, Array[:b | String], :b | String) -> nil
|
59
|
+
def f4: { (:a, :b, :c, *String) -> nil } -> (^(:a, *:b | :c | String, :c | String) -> nil)
|
60
|
+
def log4: (:a, Array[:b | :c | String], :c | String) -> nil
|
61
|
+
def f5: { (:a, :b, :c, :d, *String) -> nil } -> (^(:a, *:b | :c | :d | String, :d | String) -> nil)
|
62
|
+
def log5: (:a, Array[:b | :c | :d | String], :d | String) -> nil
|
62
63
|
end
|
data/smoke/block-args2.rb
CHANGED
@@ -46,14 +46,15 @@ end
|
|
46
46
|
__END__
|
47
47
|
# Classes
|
48
48
|
class Object
|
49
|
-
|
50
|
-
def
|
51
|
-
def
|
52
|
-
def
|
53
|
-
def
|
54
|
-
def
|
55
|
-
def
|
56
|
-
def
|
57
|
-
def
|
58
|
-
def
|
49
|
+
private
|
50
|
+
def f1: { -> nil } -> ^(nil, *bot, nil) -> nil
|
51
|
+
def log1: (nil, Array[bot], nil) -> nil
|
52
|
+
def f2: { (:a) -> nil } -> ^(:a, *bot, nil) -> nil
|
53
|
+
def log2: (:a, Array[bot], nil) -> nil
|
54
|
+
def f3: { (:a, :b) -> nil } -> ^(:a, *bot, :b) -> nil
|
55
|
+
def log3: (:a, Array[bot], :b) -> nil
|
56
|
+
def f4: { (:a, :b, :c) -> nil } -> ^(:a, *:b, :c) -> nil
|
57
|
+
def log4: (:a, [:b], :c) -> nil
|
58
|
+
def f5: { (:a, :b, :c, :d) -> nil } -> (^(:a, *:b | :c, :d) -> nil)
|
59
|
+
def log5: (:a, [:b, :c], :d) -> nil
|
59
60
|
end
|
data/smoke/block-args3-rest.rb
CHANGED
@@ -57,17 +57,18 @@ end
|
|
57
57
|
__END__
|
58
58
|
# Classes
|
59
59
|
class Object
|
60
|
-
StringArray
|
61
|
-
|
62
|
-
def
|
63
|
-
def
|
64
|
-
def
|
65
|
-
def
|
66
|
-
def
|
67
|
-
def
|
68
|
-
def
|
69
|
-
def
|
70
|
-
def
|
71
|
-
def
|
72
|
-
def
|
60
|
+
StringArray: Array[String]
|
61
|
+
private
|
62
|
+
def f1: { (*String) -> nil } -> (^(String, ?:opt | String, *String, String) -> nil)
|
63
|
+
def log1: (String, :opt | String, Array[String], String) -> nil
|
64
|
+
def f2: { (:a, *String) -> nil } -> (^(:a, ?:opt | String, *String, String) -> nil)
|
65
|
+
def log2: (:a, :opt | String, Array[String], String) -> nil
|
66
|
+
def f3: { (:a, :b, *String) -> nil } -> (^(:a, ?:b | :opt, *String, :b | String) -> nil)
|
67
|
+
def log3: (:a, :b | :opt, Array[String], :b | String) -> nil
|
68
|
+
def f4: { (:a, :b, :c, *String) -> nil } -> (^(:a, ?:b | :opt, *:c | String, :c | String) -> nil)
|
69
|
+
def log4: (:a, :b | :opt, Array[:c | String], :c | String) -> nil
|
70
|
+
def f5: { (:a, :b, :c, :d, *String) -> nil } -> (^(:a, ?:b | :opt, *:c | :d | String, :d | String) -> nil)
|
71
|
+
def log5: (:a, :b | :opt, Array[:c | :d | String], :d | String) -> nil
|
72
|
+
def f6: { (:a, :b, :c, :d, :e, *String) -> nil } -> (^(:a, ?:b | :opt, *:c | :d | :e | String, :e | String) -> nil)
|
73
|
+
def log6: (:a, :b | :opt, Array[:c | :d | :e | String], :e | String) -> nil
|
73
74
|
end
|
data/smoke/block-args3.rb
CHANGED
@@ -55,16 +55,17 @@ end
|
|
55
55
|
__END__
|
56
56
|
# Classes
|
57
57
|
class Object
|
58
|
-
|
59
|
-
def
|
60
|
-
def
|
61
|
-
def
|
62
|
-
def
|
63
|
-
def
|
64
|
-
def
|
65
|
-
def
|
66
|
-
def
|
67
|
-
def
|
68
|
-
def
|
69
|
-
def
|
58
|
+
private
|
59
|
+
def f1: { -> nil } -> ^(nil, ?:opt, *bot, nil) -> nil
|
60
|
+
def log1: (nil, :opt, Array[bot], nil) -> nil
|
61
|
+
def f2: { (:a) -> nil } -> ^(:a, ?:opt, *bot, nil) -> nil
|
62
|
+
def log2: (:a, :opt, Array[bot], nil) -> nil
|
63
|
+
def f3: { (:a, :b) -> nil } -> ^(:a, ?:opt, *bot, :b) -> nil
|
64
|
+
def log3: (:a, :opt, Array[bot], :b) -> nil
|
65
|
+
def f4: { (:a, :b, :c) -> nil } -> (^(:a, ?:b | :opt, *bot, :c) -> nil)
|
66
|
+
def log4: (:a, :b | :opt, Array[bot], :c) -> nil
|
67
|
+
def f5: { (:a, :b, :c, :d) -> nil } -> (^(:a, ?:b | :opt, *:c, :d) -> nil)
|
68
|
+
def log5: (:a, :b | :opt, [:c], :d) -> nil
|
69
|
+
def f6: { (:a, :b, :c, :d, :e) -> nil } -> (^(:a, ?:b | :opt, *:c | :d, :e) -> nil)
|
70
|
+
def log6: (:a, :b | :opt, [:c, :d], :e) -> nil
|
70
71
|
end
|