checkoff 0.200.0 → 0.203.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/.circleci/config.yml +130 -28
- data/.git-hooks/pre_commit/solargraph_typecheck.rb +12 -11
- data/.overcommit.yml +27 -2
- data/.rubocop.yml +20 -2
- data/.rubocop_todo.yml +90 -0
- data/.solargraph.yml +10 -1
- data/DEVELOPMENT.md +1 -1
- data/Gemfile +11 -8
- data/Gemfile.lock +66 -42
- data/LICENSE +1 -1
- data/Makefile +14 -12
- data/bin/brakeman +27 -0
- data/bin/overcommit_branch +117 -0
- data/bin/spoom +27 -0
- data/bin/srb +27 -0
- data/bin/srb-rbi +27 -0
- data/bin/tapioca +27 -0
- data/config/annotations_misc.rb +35 -0
- data/docs/cookiecutter_input.json +1 -0
- data/fix.sh +14 -6
- data/lib/checkoff/custom_fields.rb +3 -2
- data/lib/checkoff/internal/search_url/simple_param_converter.rb +11 -0
- data/lib/checkoff/version.rb +1 -1
- data/requirements_dev.txt +1 -1
- data/sorbet/config +4 -0
- data/sorbet/rbi/annotations/.gitattributes +1 -0
- data/sorbet/rbi/annotations/activesupport.rbi +453 -0
- data/sorbet/rbi/annotations/faraday.rbi +17 -0
- data/sorbet/rbi/annotations/minitest.rbi +119 -0
- data/sorbet/rbi/annotations/mocha.rbi +34 -0
- data/sorbet/rbi/annotations/rainbow.rbi +269 -0
- data/sorbet/rbi/annotations/webmock.rbi +9 -0
- data/sorbet/rbi/dsl/.gitattributes +1 -0
- data/sorbet/rbi/dsl/active_support/callbacks.rbi +23 -0
- data/sorbet/rbi/gems/.gitattributes +1 -0
- data/sorbet/rbi/gems/activesupport@7.1.3.rbi +18749 -0
- data/sorbet/rbi/gems/addressable@2.8.6.rbi +1994 -0
- data/sorbet/rbi/gems/ansi@1.5.0.rbi +688 -0
- data/sorbet/rbi/gems/asana@0.10.6-ab9393136d9ca59b75e42a661fdddc1c65c8f7c3.rbi +6142 -0
- data/sorbet/rbi/gems/ast@2.4.2.rbi +585 -0
- data/sorbet/rbi/gems/backport@1.2.0.rbi +523 -0
- data/sorbet/rbi/gems/base64@0.2.0.rbi +509 -0
- data/sorbet/rbi/gems/benchmark@0.4.0.rbi +618 -0
- data/sorbet/rbi/gems/bigdecimal@3.1.5.rbi +78 -0
- data/sorbet/rbi/gems/builder@3.2.4.rbi +505 -0
- data/sorbet/rbi/gems/bump@0.10.0.rbi +169 -0
- data/sorbet/rbi/gems/cache@0.4.1.rbi +211 -0
- data/sorbet/rbi/gems/cache_method@0.2.7.rbi +293 -0
- data/sorbet/rbi/gems/chef-utils@18.3.0.rbi +9 -0
- data/sorbet/rbi/gems/childprocess@5.1.0.rbi +383 -0
- data/sorbet/rbi/gems/coderay@1.1.3.rbi +3427 -0
- data/sorbet/rbi/gems/concurrent-ruby@1.2.3.rbi +11591 -0
- data/sorbet/rbi/gems/connection_pool@2.4.1.rbi +9 -0
- data/sorbet/rbi/gems/crack@0.4.5.rbi +145 -0
- data/sorbet/rbi/gems/diff-lcs@1.5.1.rbi +969 -0
- data/sorbet/rbi/gems/docile@1.4.0.rbi +377 -0
- data/sorbet/rbi/gems/drb@2.2.0.rbi +1347 -0
- data/sorbet/rbi/gems/e2mmap@0.1.0.rbi +9 -0
- data/sorbet/rbi/gems/erubi@1.13.0.rbi +152 -0
- data/sorbet/rbi/gems/faraday-em_http@1.0.0.rbi +222 -0
- data/sorbet/rbi/gems/faraday-em_synchrony@1.0.0.rbi +126 -0
- data/sorbet/rbi/gems/faraday-excon@1.1.0.rbi +136 -0
- data/sorbet/rbi/gems/faraday-httpclient@1.0.1.rbi +145 -0
- data/sorbet/rbi/gems/faraday-multipart@1.0.4.rbi +259 -0
- data/sorbet/rbi/gems/faraday-net_http@1.0.1.rbi +142 -0
- data/sorbet/rbi/gems/faraday-net_http_persistent@1.2.0.rbi +118 -0
- data/sorbet/rbi/gems/faraday-patron@1.0.0.rbi +125 -0
- data/sorbet/rbi/gems/faraday-rack@1.0.0.rbi +133 -0
- data/sorbet/rbi/gems/faraday-retry@1.0.3.rbi +198 -0
- data/sorbet/rbi/gems/faraday@1.10.3.rbi +2729 -0
- data/sorbet/rbi/gems/faraday_middleware-multi_json@0.0.6.rbi +29 -0
- data/sorbet/rbi/gems/faraday_middleware@1.2.0.rbi +1004 -0
- data/sorbet/rbi/gems/gli@2.21.1.rbi +9 -0
- data/sorbet/rbi/gems/hashdiff@1.0.1.rbi +351 -0
- data/sorbet/rbi/gems/i18n@1.14.1.rbi +2326 -0
- data/sorbet/rbi/gems/imagen@0.1.8.rbi +340 -0
- data/sorbet/rbi/gems/iniparse@1.5.0.rbi +899 -0
- data/sorbet/rbi/gems/jaro_winkler@1.6.0.rbi +22 -0
- data/sorbet/rbi/gems/json@2.7.1.rbi +1562 -0
- data/sorbet/rbi/gems/jwt@2.7.1.rbi +1405 -0
- data/sorbet/rbi/gems/kramdown-parser-gfm@1.1.0.rbi +128 -0
- data/sorbet/rbi/gems/kramdown@2.4.0.rbi +3272 -0
- data/sorbet/rbi/gems/language_server-protocol@3.17.0.3.rbi +14238 -0
- data/sorbet/rbi/gems/logger@1.6.1.rbi +920 -0
- data/sorbet/rbi/gems/mdl@0.13.0.rbi +445 -0
- data/sorbet/rbi/gems/method_source@1.0.0.rbi +273 -0
- data/sorbet/rbi/gems/mime-types-data@3.2023.1205.rbi +127 -0
- data/sorbet/rbi/gems/mime-types@3.5.1.rbi +1252 -0
- data/sorbet/rbi/gems/minitest-profile@0.0.2.rbi +136 -0
- data/sorbet/rbi/gems/minitest-reporters@1.6.1.rbi +1014 -0
- data/sorbet/rbi/gems/minitest@5.21.1.rbi +1539 -0
- data/sorbet/rbi/gems/mixlib-cli@2.1.8.rbi +314 -0
- data/sorbet/rbi/gems/mixlib-config@3.0.27.rbi +581 -0
- data/sorbet/rbi/gems/mixlib-shellout@3.2.7.rbi +629 -0
- data/sorbet/rbi/gems/mocha@2.1.0.rbi +12 -0
- data/sorbet/rbi/gems/multi_json@1.15.0.rbi +268 -0
- data/sorbet/rbi/gems/multi_xml@0.6.0.rbi +102 -0
- data/sorbet/rbi/gems/multipart-post@2.3.0.rbi +234 -0
- data/sorbet/rbi/gems/mutex_m@0.2.0.rbi +94 -0
- data/sorbet/rbi/gems/netrc@0.11.0.rbi +159 -0
- data/sorbet/rbi/gems/nokogiri@1.16.7.rbi +7311 -0
- data/sorbet/rbi/gems/oauth2@1.4.11.rbi +833 -0
- data/sorbet/rbi/gems/ostruct@0.6.1.rbi +354 -0
- data/sorbet/rbi/gems/overcommit@0.64.0.rbi +2400 -0
- data/sorbet/rbi/gems/parallel@1.23.0.rbi +274 -0
- data/sorbet/rbi/gems/parser@3.2.2.4.rbi +7253 -0
- data/sorbet/rbi/gems/prism@1.2.0.rbi +39085 -0
- data/sorbet/rbi/gems/pry@0.14.2.rbi +10070 -0
- data/sorbet/rbi/gems/public_suffix@5.0.4.rbi +936 -0
- data/sorbet/rbi/gems/punchlist@1.3.2.rbi +173 -0
- data/sorbet/rbi/gems/racc@1.7.3.rbi +162 -0
- data/sorbet/rbi/gems/rack@3.0.8.rbi +5184 -0
- data/sorbet/rbi/gems/rainbow@3.1.1.rbi +403 -0
- data/sorbet/rbi/gems/rake@13.1.0.rbi +3022 -0
- data/sorbet/rbi/gems/rbi@0.2.1.rbi +4535 -0
- data/sorbet/rbi/gems/rbs@2.8.4.rbi +5613 -0
- data/sorbet/rbi/gems/regexp_parser@2.8.3.rbi +3750 -0
- data/sorbet/rbi/gems/reverse_markdown@2.1.1.rbi +390 -0
- data/sorbet/rbi/gems/rexml@3.2.6.rbi +4888 -0
- data/sorbet/rbi/gems/rubocop-ast@1.30.0.rbi +7061 -0
- data/sorbet/rbi/gems/rubocop-minitest@0.34.5.rbi +2577 -0
- data/sorbet/rbi/gems/rubocop-performance@1.20.2.rbi +3262 -0
- data/sorbet/rbi/gems/rubocop-rake@0.6.0.rbi +329 -0
- data/sorbet/rbi/gems/rubocop@1.59.0.rbi +57238 -0
- data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1318 -0
- data/sorbet/rbi/gems/ruby2_keywords@0.0.5.rbi +9 -0
- data/sorbet/rbi/gems/rugged@1.6.3.rbi +1577 -0
- data/sorbet/rbi/gems/simplecov-html@0.12.3.rbi +217 -0
- data/sorbet/rbi/gems/simplecov-lcov@0.8.0.rbi +256 -0
- data/sorbet/rbi/gems/simplecov@0.22.0.rbi +2149 -0
- data/sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi +9 -0
- data/sorbet/rbi/gems/solargraph@0.50.1-904b9304770a59fac393c5cc3cad481e5bdf0fd8.rbi +9396 -0
- data/sorbet/rbi/gems/source_finder@3.2.1.rbi +317 -0
- data/sorbet/rbi/gems/spoom@1.5.0.rbi +4932 -0
- data/sorbet/rbi/gems/tapioca@0.16.4.rbi +3604 -0
- data/sorbet/rbi/gems/thor@1.3.2.rbi +4378 -0
- data/sorbet/rbi/gems/tilt@2.4.0.rbi +933 -0
- data/sorbet/rbi/gems/tomlrb@2.0.3.rbi +9 -0
- data/sorbet/rbi/gems/tzinfo@2.0.6.rbi +5918 -0
- data/sorbet/rbi/gems/undercover@0.5.0.rbi +433 -0
- data/sorbet/rbi/gems/unicode-display_width@2.5.0.rbi +66 -0
- data/sorbet/rbi/gems/webmock@3.19.1.rbi +1769 -0
- data/sorbet/rbi/gems/yard-sorbet@0.9.0.rbi +435 -0
- data/sorbet/rbi/gems/yard@0.9.34.rbi +18247 -0
- data/sorbet/rbi/todo.rbi +11 -0
- data/sorbet/tapioca/config.yml +13 -0
- data/sorbet/tapioca/require.rb +4 -0
- metadata +134 -3
@@ -0,0 +1,173 @@
|
|
1
|
+
# typed: true
|
2
|
+
|
3
|
+
# DO NOT EDIT MANUALLY
|
4
|
+
# This is an autogenerated file for types exported from the `punchlist` gem.
|
5
|
+
# Please instead update this file by running `bin/tapioca gem punchlist`.
|
6
|
+
|
7
|
+
|
8
|
+
# XXX: need to include BUG in list
|
9
|
+
# XXX: need to include BUG in my rubocop config
|
10
|
+
#
|
11
|
+
# source://punchlist//lib/punchlist/version.rb#5
|
12
|
+
module Punchlist; end
|
13
|
+
|
14
|
+
# Render a text format of offenses
|
15
|
+
#
|
16
|
+
# source://punchlist//lib/punchlist/renderer.rb#5
|
17
|
+
class Punchlist::CliRenderer
|
18
|
+
# source://punchlist//lib/punchlist/renderer.rb#6
|
19
|
+
def render(output); end
|
20
|
+
end
|
21
|
+
|
22
|
+
# Configuration for punchlist gem
|
23
|
+
#
|
24
|
+
# source://punchlist//lib/punchlist/config.rb#5
|
25
|
+
class Punchlist::Config
|
26
|
+
# @return [Config] a new instance of Config
|
27
|
+
#
|
28
|
+
# source://punchlist//lib/punchlist/config.rb#18
|
29
|
+
def initialize(source_file_globber:, regexp: T.unsafe(nil), glob: T.unsafe(nil), exclude: T.unsafe(nil)); end
|
30
|
+
|
31
|
+
# Returns the value of attribute exclude.
|
32
|
+
#
|
33
|
+
# source://punchlist//lib/punchlist/config.rb#6
|
34
|
+
def exclude; end
|
35
|
+
|
36
|
+
# Returns the value of attribute glob.
|
37
|
+
#
|
38
|
+
# source://punchlist//lib/punchlist/config.rb#6
|
39
|
+
def glob; end
|
40
|
+
|
41
|
+
# Returns the value of attribute regexp.
|
42
|
+
#
|
43
|
+
# source://punchlist//lib/punchlist/config.rb#6
|
44
|
+
def regexp; end
|
45
|
+
|
46
|
+
# source://punchlist//lib/punchlist/config.rb#12
|
47
|
+
def source_files; end
|
48
|
+
|
49
|
+
class << self
|
50
|
+
# source://punchlist//lib/punchlist/config.rb#8
|
51
|
+
def default_punchlist_line_regexp_string; end
|
52
|
+
end
|
53
|
+
end
|
54
|
+
|
55
|
+
# Inspects files for punchlist items
|
56
|
+
#
|
57
|
+
# source://punchlist//lib/punchlist/inspector.rb#7
|
58
|
+
class Punchlist::Inspector
|
59
|
+
# @param punchlist_line_regexp [Regexp] a regular expression that matches punchlist items
|
60
|
+
# @param filename [String] the file to inspect
|
61
|
+
# @param file_opener [Class<File>] an object that responds to `open` like `File`
|
62
|
+
# @return [Inspector] a new instance of Inspector
|
63
|
+
#
|
64
|
+
# source://punchlist//lib/punchlist/inspector.rb#11
|
65
|
+
def initialize(punchlist_line_regexp, filename, file_opener: T.unsafe(nil)); end
|
66
|
+
|
67
|
+
# @return [Array<Offense>] punchlist items for the specified file
|
68
|
+
#
|
69
|
+
# source://punchlist//lib/punchlist/inspector.rb#20
|
70
|
+
def run; end
|
71
|
+
|
72
|
+
private
|
73
|
+
|
74
|
+
# @return [String]
|
75
|
+
#
|
76
|
+
# source://punchlist//lib/punchlist/inspector.rb#33
|
77
|
+
def filename; end
|
78
|
+
|
79
|
+
# Inspects a line for punchlist items and stores it in this objects state
|
80
|
+
#
|
81
|
+
# @param line [String] the line to inspect
|
82
|
+
# @return [void]
|
83
|
+
#
|
84
|
+
# source://punchlist//lib/punchlist/inspector.rb#39
|
85
|
+
def inspect_line(line); end
|
86
|
+
|
87
|
+
# @return [Regexp]
|
88
|
+
#
|
89
|
+
# source://punchlist//lib/punchlist/inspector.rb#30
|
90
|
+
def punchlist_line_regexp; end
|
91
|
+
end
|
92
|
+
|
93
|
+
# Represents a discovered punchlist item in code
|
94
|
+
#
|
95
|
+
# source://punchlist//lib/punchlist/offense.rb#5
|
96
|
+
class Punchlist::Offense
|
97
|
+
# @return [Offense] a new instance of Offense
|
98
|
+
#
|
99
|
+
# source://punchlist//lib/punchlist/offense.rb#7
|
100
|
+
def initialize(filename, line_num, line); end
|
101
|
+
|
102
|
+
# source://punchlist//lib/punchlist/offense.rb#13
|
103
|
+
def ==(other); end
|
104
|
+
|
105
|
+
# Returns the value of attribute filename.
|
106
|
+
#
|
107
|
+
# source://punchlist//lib/punchlist/offense.rb#6
|
108
|
+
def filename; end
|
109
|
+
|
110
|
+
# Returns the value of attribute line.
|
111
|
+
#
|
112
|
+
# source://punchlist//lib/punchlist/offense.rb#6
|
113
|
+
def line; end
|
114
|
+
|
115
|
+
# Returns the value of attribute line_num.
|
116
|
+
#
|
117
|
+
# source://punchlist//lib/punchlist/offense.rb#6
|
118
|
+
def line_num; end
|
119
|
+
|
120
|
+
protected
|
121
|
+
|
122
|
+
# source://punchlist//lib/punchlist/offense.rb#19
|
123
|
+
def state; end
|
124
|
+
end
|
125
|
+
|
126
|
+
# Parse command line options
|
127
|
+
#
|
128
|
+
# source://punchlist//lib/punchlist/option_parser.rb#9
|
129
|
+
class Punchlist::OptionParser
|
130
|
+
# @return [OptionParser] a new instance of OptionParser
|
131
|
+
#
|
132
|
+
# source://punchlist//lib/punchlist/option_parser.rb#12
|
133
|
+
def initialize(args, source_finder_option_parser: T.unsafe(nil)); end
|
134
|
+
|
135
|
+
# Returns the value of attribute default_punchlist_line_regexp.
|
136
|
+
#
|
137
|
+
# source://punchlist//lib/punchlist/option_parser.rb#10
|
138
|
+
def default_punchlist_line_regexp; end
|
139
|
+
|
140
|
+
# source://punchlist//lib/punchlist/option_parser.rb#34
|
141
|
+
def generate_config(source_file_globber); end
|
142
|
+
|
143
|
+
# source://punchlist//lib/punchlist/option_parser.rb#18
|
144
|
+
def parse_regexp(opts, options); end
|
145
|
+
|
146
|
+
# source://punchlist//lib/punchlist/option_parser.rb#26
|
147
|
+
def setup_options(opts); end
|
148
|
+
end
|
149
|
+
|
150
|
+
# Counts the number of 'todo' comments in your code.
|
151
|
+
#
|
152
|
+
# source://punchlist//lib/punchlist.rb#12
|
153
|
+
class Punchlist::Punchlist
|
154
|
+
# @return [Punchlist] a new instance of Punchlist
|
155
|
+
#
|
156
|
+
# source://punchlist//lib/punchlist.rb#13
|
157
|
+
def initialize(args, outputter: T.unsafe(nil), option_parser_class: T.unsafe(nil), source_file_globber: T.unsafe(nil)); end
|
158
|
+
|
159
|
+
# source://punchlist//lib/punchlist.rb#28
|
160
|
+
def analyze_files; end
|
161
|
+
|
162
|
+
# source://punchlist//lib/punchlist.rb#36
|
163
|
+
def look_for_punchlist_items(filename); end
|
164
|
+
|
165
|
+
# source://punchlist//lib/punchlist.rb#40
|
166
|
+
def render(output); end
|
167
|
+
|
168
|
+
# source://punchlist//lib/punchlist.rb#22
|
169
|
+
def run; end
|
170
|
+
end
|
171
|
+
|
172
|
+
# source://punchlist//lib/punchlist/version.rb#6
|
173
|
+
Punchlist::VERSION = T.let(T.unsafe(nil), String)
|
@@ -0,0 +1,162 @@
|
|
1
|
+
# typed: true
|
2
|
+
|
3
|
+
# DO NOT EDIT MANUALLY
|
4
|
+
# This is an autogenerated file for types exported from the `racc` gem.
|
5
|
+
# Please instead update this file by running `bin/tapioca gem racc`.
|
6
|
+
|
7
|
+
|
8
|
+
# source://racc//lib/racc/parser.rb#23
|
9
|
+
ParseError = Racc::ParseError
|
10
|
+
|
11
|
+
# source://racc//lib/racc/info.rb#17
|
12
|
+
Racc::Copyright = T.let(T.unsafe(nil), String)
|
13
|
+
|
14
|
+
# source://racc//lib/racc/parser.rb#188
|
15
|
+
class Racc::Parser
|
16
|
+
# source://racc//lib/racc/parser.rb#283
|
17
|
+
def _racc_do_parse_rb(arg, in_debug); end
|
18
|
+
|
19
|
+
# source://racc//lib/racc/parser.rb#483
|
20
|
+
def _racc_do_reduce(arg, act); end
|
21
|
+
|
22
|
+
# common
|
23
|
+
#
|
24
|
+
# source://racc//lib/racc/parser.rb#386
|
25
|
+
def _racc_evalact(act, arg); end
|
26
|
+
|
27
|
+
# source://racc//lib/racc/parser.rb#236
|
28
|
+
def _racc_init_sysvars; end
|
29
|
+
|
30
|
+
# source://racc//lib/racc/parser.rb#224
|
31
|
+
def _racc_setup; end
|
32
|
+
|
33
|
+
# source://racc//lib/racc/parser.rb#333
|
34
|
+
def _racc_yyparse_rb(recv, mid, arg, c_debug); end
|
35
|
+
|
36
|
+
# source://racc//lib/racc/parser.rb#266
|
37
|
+
def do_parse; end
|
38
|
+
|
39
|
+
# The method to fetch next token.
|
40
|
+
# If you use #do_parse method, you must implement #next_token.
|
41
|
+
#
|
42
|
+
# The format of return value is [TOKEN_SYMBOL, VALUE].
|
43
|
+
# +token-symbol+ is represented by Ruby's symbol by default, e.g. :IDENT
|
44
|
+
# for 'IDENT'. ";" (String) for ';'.
|
45
|
+
#
|
46
|
+
# The final symbol (End of file) must be false.
|
47
|
+
#
|
48
|
+
# @raise [NotImplementedError]
|
49
|
+
#
|
50
|
+
# source://racc//lib/racc/parser.rb#279
|
51
|
+
def next_token; end
|
52
|
+
|
53
|
+
# This method is called when a parse error is found.
|
54
|
+
#
|
55
|
+
# ERROR_TOKEN_ID is an internal ID of token which caused error.
|
56
|
+
# You can get string representation of this ID by calling
|
57
|
+
# #token_to_str.
|
58
|
+
#
|
59
|
+
# ERROR_VALUE is a value of error token.
|
60
|
+
#
|
61
|
+
# value_stack is a stack of symbol values.
|
62
|
+
# DO NOT MODIFY this object.
|
63
|
+
#
|
64
|
+
# This method raises ParseError by default.
|
65
|
+
#
|
66
|
+
# If this method returns, parsers enter "error recovering mode".
|
67
|
+
#
|
68
|
+
# @raise [ParseError]
|
69
|
+
#
|
70
|
+
# source://racc//lib/racc/parser.rb#539
|
71
|
+
def on_error(t, val, vstack); end
|
72
|
+
|
73
|
+
# source://racc//lib/racc/parser.rb#588
|
74
|
+
def racc_accept; end
|
75
|
+
|
76
|
+
# source://racc//lib/racc/parser.rb#593
|
77
|
+
def racc_e_pop(state, tstack, vstack); end
|
78
|
+
|
79
|
+
# source://racc//lib/racc/parser.rb#600
|
80
|
+
def racc_next_state(curstate, state); end
|
81
|
+
|
82
|
+
# source://racc//lib/racc/parser.rb#606
|
83
|
+
def racc_print_stacks(t, v); end
|
84
|
+
|
85
|
+
# source://racc//lib/racc/parser.rb#615
|
86
|
+
def racc_print_states(s); end
|
87
|
+
|
88
|
+
# For debugging output
|
89
|
+
#
|
90
|
+
# source://racc//lib/racc/parser.rb#562
|
91
|
+
def racc_read_token(t, tok, val); end
|
92
|
+
|
93
|
+
# source://racc//lib/racc/parser.rb#575
|
94
|
+
def racc_reduce(toks, sim, tstack, vstack); end
|
95
|
+
|
96
|
+
# source://racc//lib/racc/parser.rb#569
|
97
|
+
def racc_shift(tok, tstack, vstack); end
|
98
|
+
|
99
|
+
# source://racc//lib/racc/parser.rb#622
|
100
|
+
def racc_token2str(tok); end
|
101
|
+
|
102
|
+
# Convert internal ID of token symbol to the string.
|
103
|
+
#
|
104
|
+
# source://racc//lib/racc/parser.rb#628
|
105
|
+
def token_to_str(t); end
|
106
|
+
|
107
|
+
# Exit parser.
|
108
|
+
# Return value is +Symbol_Value_Stack[0]+.
|
109
|
+
#
|
110
|
+
# source://racc//lib/racc/parser.rb#552
|
111
|
+
def yyaccept; end
|
112
|
+
|
113
|
+
# Leave error recovering mode.
|
114
|
+
#
|
115
|
+
# source://racc//lib/racc/parser.rb#557
|
116
|
+
def yyerrok; end
|
117
|
+
|
118
|
+
# Enter error recovering mode.
|
119
|
+
# This method does not call #on_error.
|
120
|
+
#
|
121
|
+
# source://racc//lib/racc/parser.rb#546
|
122
|
+
def yyerror; end
|
123
|
+
|
124
|
+
# source://racc//lib/racc/parser.rb#328
|
125
|
+
def yyparse(recv, mid); end
|
126
|
+
|
127
|
+
class << self
|
128
|
+
# source://racc//lib/racc/parser.rb#220
|
129
|
+
def racc_runtime_type; end
|
130
|
+
end
|
131
|
+
end
|
132
|
+
|
133
|
+
# source://racc//lib/racc/parser.rb#209
|
134
|
+
Racc::Parser::Racc_Main_Parsing_Routine = T.let(T.unsafe(nil), Symbol)
|
135
|
+
|
136
|
+
Racc::Parser::Racc_Runtime_Core_Id_C = T.let(T.unsafe(nil), String)
|
137
|
+
|
138
|
+
# source://racc//lib/racc/parser.rb#211
|
139
|
+
Racc::Parser::Racc_Runtime_Core_Version = T.let(T.unsafe(nil), String)
|
140
|
+
|
141
|
+
Racc::Parser::Racc_Runtime_Core_Version_C = T.let(T.unsafe(nil), String)
|
142
|
+
|
143
|
+
# source://racc//lib/racc/parser.rb#191
|
144
|
+
Racc::Parser::Racc_Runtime_Core_Version_R = T.let(T.unsafe(nil), String)
|
145
|
+
|
146
|
+
# source://racc//lib/racc/parser.rb#212
|
147
|
+
Racc::Parser::Racc_Runtime_Type = T.let(T.unsafe(nil), String)
|
148
|
+
|
149
|
+
# source://racc//lib/racc/parser.rb#190
|
150
|
+
Racc::Parser::Racc_Runtime_Version = T.let(T.unsafe(nil), String)
|
151
|
+
|
152
|
+
# source://racc//lib/racc/parser.rb#210
|
153
|
+
Racc::Parser::Racc_YY_Parse_Method = T.let(T.unsafe(nil), Symbol)
|
154
|
+
|
155
|
+
# source://racc//lib/racc/parser.rb#185
|
156
|
+
Racc::Racc_No_Extensions = T.let(T.unsafe(nil), FalseClass)
|
157
|
+
|
158
|
+
# source://racc//lib/racc/info.rb#15
|
159
|
+
Racc::VERSION = T.let(T.unsafe(nil), String)
|
160
|
+
|
161
|
+
# source://racc//lib/racc/info.rb#16
|
162
|
+
Racc::Version = T.let(T.unsafe(nil), String)
|