brakeman 4.8.0 → 5.2.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (273) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGES.md +144 -2
  3. data/README.md +23 -6
  4. data/bundle/load.rb +7 -5
  5. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/CHANGELOG.md +24 -0
  6. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/FAQ.md +0 -0
  7. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/Gemfile +1 -4
  8. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/MIT-LICENSE +0 -0
  9. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/README.md +21 -16
  10. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/REFERENCE.md +39 -10
  11. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/TODO +0 -0
  12. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/haml.gemspec +2 -1
  13. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/attribute_builder.rb +58 -3
  14. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/attribute_compiler.rb +45 -32
  15. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/attribute_parser.rb +0 -0
  16. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/buffer.rb +0 -56
  17. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/compiler.rb +0 -0
  18. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/engine.rb +0 -0
  19. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/error.rb +0 -0
  20. data/bundle/ruby/2.7.0/gems/haml-5.2.2/lib/haml/escapable.rb +77 -0
  21. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/exec.rb +0 -0
  22. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/filters.rb +0 -0
  23. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/generator.rb +0 -0
  24. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/helpers/action_view_extensions.rb +0 -0
  25. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/helpers/action_view_mods.rb +0 -0
  26. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/helpers/action_view_xss_mods.rb +0 -0
  27. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/helpers/safe_erubi_template.rb +0 -0
  28. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/helpers/safe_erubis_template.rb +0 -0
  29. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/helpers/xss_mods.rb +6 -3
  30. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/helpers.rb +7 -1
  31. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/options.rb +0 -0
  32. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/parser.rb +32 -4
  33. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/plugin.rb +18 -1
  34. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/railtie.rb +5 -0
  35. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/sass_rails_filter.rb +0 -0
  36. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/template/options.rb +0 -0
  37. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/template.rb +0 -0
  38. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/temple_engine.rb +2 -1
  39. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/temple_line_counter.rb +0 -0
  40. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/util.rb +1 -1
  41. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml/version.rb +1 -1
  42. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/lib/haml.rb +0 -0
  43. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/yard/default/fulldoc/html/css/common.sass +0 -0
  44. data/bundle/ruby/2.7.0/gems/{haml-5.1.2 → haml-5.2.2}/yard/default/layout/html/footer.erb +0 -0
  45. data/bundle/ruby/2.7.0/gems/parallel-1.21.0/MIT-LICENSE.txt +20 -0
  46. data/bundle/ruby/2.7.0/gems/parallel-1.21.0/lib/parallel/processor_count.rb +45 -0
  47. data/bundle/ruby/2.7.0/gems/parallel-1.21.0/lib/parallel/version.rb +4 -0
  48. data/bundle/ruby/2.7.0/gems/parallel-1.21.0/lib/parallel.rb +532 -0
  49. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/LICENSE.txt +22 -0
  50. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/NEWS.md +178 -0
  51. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/README.md +48 -0
  52. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/attlistdecl.rb +63 -0
  53. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/attribute.rb +205 -0
  54. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/cdata.rb +68 -0
  55. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/child.rb +97 -0
  56. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/comment.rb +80 -0
  57. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/doctype.rb +311 -0
  58. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/document.rb +451 -0
  59. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/dtd/attlistdecl.rb +11 -0
  60. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/dtd/dtd.rb +47 -0
  61. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/dtd/elementdecl.rb +18 -0
  62. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/dtd/entitydecl.rb +57 -0
  63. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/dtd/notationdecl.rb +40 -0
  64. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/element.rb +2599 -0
  65. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/encoding.rb +51 -0
  66. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/entity.rb +171 -0
  67. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/formatters/default.rb +116 -0
  68. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/formatters/pretty.rb +142 -0
  69. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/formatters/transitive.rb +58 -0
  70. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/functions.rb +447 -0
  71. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/instruction.rb +79 -0
  72. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/light/node.rb +188 -0
  73. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/namespace.rb +59 -0
  74. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/node.rb +76 -0
  75. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/output.rb +30 -0
  76. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parent.rb +166 -0
  77. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parseexception.rb +52 -0
  78. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parsers/baseparser.rb +694 -0
  79. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parsers/lightparser.rb +59 -0
  80. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parsers/pullparser.rb +197 -0
  81. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parsers/sax2parser.rb +273 -0
  82. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parsers/streamparser.rb +61 -0
  83. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parsers/treeparser.rb +101 -0
  84. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parsers/ultralightparser.rb +57 -0
  85. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/parsers/xpathparser.rb +689 -0
  86. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/quickpath.rb +266 -0
  87. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/rexml.rb +37 -0
  88. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/sax2listener.rb +98 -0
  89. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/security.rb +28 -0
  90. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/source.rb +298 -0
  91. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/streamlistener.rb +93 -0
  92. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/text.rb +424 -0
  93. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/undefinednamespaceexception.rb +9 -0
  94. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/validation/relaxng.rb +539 -0
  95. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/validation/validation.rb +144 -0
  96. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/validation/validationexception.rb +10 -0
  97. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/xmldecl.rb +130 -0
  98. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/xmltokens.rb +85 -0
  99. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/xpath.rb +81 -0
  100. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml/xpath_parser.rb +974 -0
  101. data/bundle/ruby/2.7.0/gems/rexml-3.2.5/lib/rexml.rb +3 -0
  102. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/History.rdoc +148 -0
  103. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/Manifest.txt +7 -0
  104. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/README.rdoc +1 -0
  105. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/compare/normalize.rb +51 -6
  106. data/bundle/ruby/2.7.0/gems/ruby_parser-3.18.1/debugging.md +190 -0
  107. data/bundle/ruby/2.7.0/gems/ruby_parser-3.18.1/gauntlet.md +106 -0
  108. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/lib/rp_extensions.rb +15 -36
  109. data/bundle/ruby/2.7.0/gems/ruby_parser-3.18.1/lib/rp_stringscanner.rb +33 -0
  110. data/bundle/ruby/2.7.0/gems/ruby_parser-3.18.1/lib/ruby20_parser.rb +7128 -0
  111. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/lib/ruby20_parser.y +420 -296
  112. data/bundle/ruby/2.7.0/gems/ruby_parser-3.18.1/lib/ruby21_parser.rb +7182 -0
  113. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/lib/ruby21_parser.y +415 -293
  114. data/bundle/ruby/2.7.0/gems/ruby_parser-3.18.1/lib/ruby22_parser.rb +7228 -0
  115. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/lib/ruby22_parser.y +419 -295
  116. data/bundle/ruby/2.7.0/gems/ruby_parser-3.18.1/lib/ruby23_parser.rb +7237 -0
  117. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/lib/ruby23_parser.y +419 -295
  118. data/bundle/ruby/2.7.0/gems/ruby_parser-3.18.1/lib/ruby24_parser.rb +7268 -0
  119. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/lib/ruby24_parser.y +419 -295
  120. data/bundle/ruby/2.7.0/gems/ruby_parser-3.18.1/lib/ruby25_parser.rb +7268 -0
  121. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2/lib/ruby26_parser.y → ruby_parser-3.18.1/lib/ruby25_parser.y} +418 -308
  122. data/bundle/ruby/2.7.0/gems/ruby_parser-3.18.1/lib/ruby26_parser.rb +7287 -0
  123. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2/lib/ruby_parser.yy → ruby_parser-3.18.1/lib/ruby26_parser.y} +419 -399
  124. data/bundle/ruby/2.7.0/gems/ruby_parser-3.18.1/lib/ruby27_parser.rb +8517 -0
  125. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2/lib/ruby25_parser.y → ruby_parser-3.18.1/lib/ruby27_parser.y} +1030 -294
  126. data/bundle/ruby/2.7.0/gems/ruby_parser-3.18.1/lib/ruby30_parser.rb +8751 -0
  127. data/bundle/ruby/2.7.0/gems/ruby_parser-3.18.1/lib/ruby30_parser.y +3472 -0
  128. data/bundle/ruby/2.7.0/gems/ruby_parser-3.18.1/lib/ruby3_parser.yy +3476 -0
  129. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/lib/ruby_lexer.rb +308 -605
  130. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/lib/ruby_lexer.rex +33 -27
  131. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/lib/ruby_lexer.rex.rb +65 -31
  132. data/bundle/ruby/2.7.0/gems/ruby_parser-3.18.1/lib/ruby_lexer_strings.rb +638 -0
  133. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/lib/ruby_parser.rb +4 -0
  134. data/bundle/ruby/2.7.0/gems/ruby_parser-3.18.1/lib/ruby_parser.yy +3487 -0
  135. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/lib/ruby_parser_extras.rb +341 -127
  136. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/tools/munge.rb +43 -10
  137. data/bundle/ruby/2.7.0/gems/{ruby_parser-3.14.2 → ruby_parser-3.18.1}/tools/ripper.rb +15 -10
  138. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.14.1 → sexp_processor-4.16.0}/History.rdoc +39 -0
  139. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.14.1 → sexp_processor-4.16.0}/Manifest.txt +0 -0
  140. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.14.1 → sexp_processor-4.16.0}/README.rdoc +0 -0
  141. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.14.1 → sexp_processor-4.16.0}/lib/composite_sexp_processor.rb +0 -0
  142. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.14.1 → sexp_processor-4.16.0}/lib/pt_testcase.rb +9 -4
  143. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.14.1 → sexp_processor-4.16.0}/lib/sexp.rb +19 -9
  144. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.14.1 → sexp_processor-4.16.0}/lib/sexp_matcher.rb +4 -7
  145. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.14.1 → sexp_processor-4.16.0}/lib/sexp_processor.rb +1 -1
  146. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.14.1 → sexp_processor-4.16.0}/lib/strict_sexp.rb +25 -3
  147. data/bundle/ruby/2.7.0/gems/{sexp_processor-4.14.1 → sexp_processor-4.16.0}/lib/unique.rb +0 -0
  148. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/CHANGES +4 -0
  149. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/Gemfile +12 -13
  150. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/LICENSE +0 -0
  151. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/README.jp.md +0 -0
  152. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/README.md +0 -0
  153. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/code_attributes.rb +0 -0
  154. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/command.rb +13 -13
  155. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/controls.rb +0 -0
  156. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/do_inserter.rb +0 -0
  157. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/embedded.rb +0 -0
  158. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/end_inserter.rb +0 -0
  159. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/engine.rb +0 -0
  160. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/erb_converter.rb +0 -0
  161. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/filter.rb +0 -0
  162. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/grammar.rb +0 -0
  163. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/include.rb +0 -0
  164. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/interpolation.rb +0 -0
  165. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/logic_less/context.rb +0 -0
  166. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/logic_less/filter.rb +0 -0
  167. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/logic_less.rb +0 -0
  168. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/parser.rb +1 -1
  169. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/smart/escaper.rb +0 -0
  170. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/smart/filter.rb +0 -0
  171. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/smart/parser.rb +0 -0
  172. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/smart.rb +0 -0
  173. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/splat/builder.rb +0 -0
  174. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/splat/filter.rb +0 -0
  175. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/template.rb +0 -0
  176. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/translator.rb +0 -0
  177. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim/version.rb +1 -1
  178. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/lib/slim.rb +0 -0
  179. data/bundle/ruby/2.7.0/gems/{slim-4.0.1 → slim-4.1.0}/slim.gemspec +0 -0
  180. data/bundle/ruby/2.7.0/gems/{unicode-display_width-1.6.1 → unicode-display_width-1.8.0}/CHANGELOG.md +8 -0
  181. data/bundle/ruby/2.7.0/gems/{unicode-display_width-1.6.1 → unicode-display_width-1.8.0}/MIT-LICENSE.txt +0 -0
  182. data/bundle/ruby/2.7.0/gems/{unicode-display_width-1.6.1 → unicode-display_width-1.8.0}/README.md +1 -1
  183. data/bundle/ruby/2.7.0/gems/unicode-display_width-1.8.0/data/display_width.marshal.gz +0 -0
  184. data/bundle/ruby/2.7.0/gems/{unicode-display_width-1.6.1 → unicode-display_width-1.8.0}/lib/unicode/display_width/constants.rb +2 -2
  185. data/bundle/ruby/2.7.0/gems/{unicode-display_width-1.6.1 → unicode-display_width-1.8.0}/lib/unicode/display_width/index.rb +0 -0
  186. data/bundle/ruby/2.7.0/gems/{unicode-display_width-1.6.1 → unicode-display_width-1.8.0}/lib/unicode/display_width/no_string_ext.rb +0 -0
  187. data/bundle/ruby/2.7.0/gems/{unicode-display_width-1.6.1 → unicode-display_width-1.8.0}/lib/unicode/display_width/string_ext.rb +0 -0
  188. data/bundle/ruby/2.7.0/gems/{unicode-display_width-1.6.1 → unicode-display_width-1.8.0}/lib/unicode/display_width.rb +0 -0
  189. data/lib/brakeman/app_tree.rb +37 -4
  190. data/lib/brakeman/checks/base_check.rb +18 -2
  191. data/lib/brakeman/checks/check_basic_auth.rb +2 -0
  192. data/lib/brakeman/checks/check_csrf_token_forgery_cve.rb +28 -0
  193. data/lib/brakeman/checks/check_deserialize.rb +21 -1
  194. data/lib/brakeman/checks/check_detailed_exceptions.rb +1 -1
  195. data/lib/brakeman/checks/check_eol_rails.rb +23 -0
  196. data/lib/brakeman/checks/check_eol_ruby.rb +26 -0
  197. data/lib/brakeman/checks/check_evaluation.rb +1 -1
  198. data/lib/brakeman/checks/check_execute.rb +12 -1
  199. data/lib/brakeman/checks/check_json_entity_escape.rb +38 -0
  200. data/lib/brakeman/checks/check_json_parsing.rb +1 -1
  201. data/lib/brakeman/checks/check_mass_assignment.rb +37 -9
  202. data/lib/brakeman/checks/check_model_attr_accessible.rb +1 -1
  203. data/lib/brakeman/checks/check_model_attributes.rb +1 -1
  204. data/lib/brakeman/checks/check_page_caching_cve.rb +37 -0
  205. data/lib/brakeman/checks/check_permit_attributes.rb +1 -1
  206. data/lib/brakeman/checks/check_regex_dos.rb +1 -1
  207. data/lib/brakeman/checks/check_render.rb +15 -1
  208. data/lib/brakeman/checks/check_sanitize_methods.rb +2 -1
  209. data/lib/brakeman/checks/check_skip_before_filter.rb +4 -4
  210. data/lib/brakeman/checks/check_sql.rb +60 -9
  211. data/lib/brakeman/checks/check_symbol_dos.rb +1 -1
  212. data/lib/brakeman/checks/check_template_injection.rb +32 -0
  213. data/lib/brakeman/checks/check_unsafe_reflection_methods.rb +68 -0
  214. data/lib/brakeman/checks/check_verb_confusion.rb +75 -0
  215. data/lib/brakeman/checks/eol_check.rb +47 -0
  216. data/lib/brakeman/commandline.rb +25 -1
  217. data/lib/brakeman/file_parser.rb +58 -22
  218. data/lib/brakeman/options.rb +39 -2
  219. data/lib/brakeman/parsers/template_parser.rb +26 -3
  220. data/lib/brakeman/processors/alias_processor.rb +132 -24
  221. data/lib/brakeman/processors/base_processor.rb +4 -4
  222. data/lib/brakeman/processors/controller_alias_processor.rb +6 -43
  223. data/lib/brakeman/processors/controller_processor.rb +1 -1
  224. data/lib/brakeman/processors/gem_processor.rb +3 -0
  225. data/lib/brakeman/processors/haml_template_processor.rb +17 -1
  226. data/lib/brakeman/processors/lib/call_conversion_helper.rb +13 -7
  227. data/lib/brakeman/processors/lib/file_type_detector.rb +64 -0
  228. data/lib/brakeman/processors/lib/find_all_calls.rb +28 -13
  229. data/lib/brakeman/processors/lib/rails3_config_processor.rb +16 -16
  230. data/lib/brakeman/processors/lib/rails3_route_processor.rb +2 -0
  231. data/lib/brakeman/processors/lib/rails4_config_processor.rb +2 -1
  232. data/lib/brakeman/processors/lib/render_helper.rb +3 -1
  233. data/lib/brakeman/processors/library_processor.rb +9 -0
  234. data/lib/brakeman/processors/model_processor.rb +32 -0
  235. data/lib/brakeman/processors/output_processor.rb +1 -1
  236. data/lib/brakeman/processors/template_alias_processor.rb +5 -0
  237. data/lib/brakeman/report/ignore/config.rb +5 -1
  238. data/lib/brakeman/report/ignore/interactive.rb +1 -1
  239. data/lib/brakeman/report/report_base.rb +0 -2
  240. data/lib/brakeman/report/report_csv.rb +37 -60
  241. data/lib/brakeman/report/report_github.rb +31 -0
  242. data/lib/brakeman/report/report_junit.rb +2 -2
  243. data/lib/brakeman/report/report_sarif.rb +133 -0
  244. data/lib/brakeman/report/report_sonar.rb +38 -0
  245. data/lib/brakeman/report/report_tabs.rb +1 -1
  246. data/lib/brakeman/report/report_text.rb +38 -17
  247. data/lib/brakeman/report.rb +19 -1
  248. data/lib/brakeman/rescanner.rb +7 -5
  249. data/lib/brakeman/scanner.rb +65 -31
  250. data/lib/brakeman/tracker/collection.rb +57 -7
  251. data/lib/brakeman/tracker/config.rb +87 -5
  252. data/lib/brakeman/tracker/constants.rb +8 -7
  253. data/lib/brakeman/tracker/controller.rb +1 -1
  254. data/lib/brakeman/tracker/method_info.rb +70 -0
  255. data/lib/brakeman/tracker.rb +42 -5
  256. data/lib/brakeman/util.rb +58 -21
  257. data/lib/brakeman/version.rb +1 -1
  258. data/lib/brakeman/warning.rb +10 -2
  259. data/lib/brakeman/warning_codes.rb +13 -0
  260. data/lib/brakeman.rb +45 -6
  261. data/lib/ruby_parser/bm_sexp.rb +33 -9
  262. metadata +201 -123
  263. data/bundle/ruby/2.7.0/gems/haml-5.1.2/lib/haml/escapable.rb +0 -50
  264. data/bundle/ruby/2.7.0/gems/ruby_parser-3.14.2/debugging.md +0 -18
  265. data/bundle/ruby/2.7.0/gems/ruby_parser-3.14.2/lib/rp_stringscanner.rb +0 -64
  266. data/bundle/ruby/2.7.0/gems/ruby_parser-3.14.2/lib/ruby20_parser.rb +0 -7042
  267. data/bundle/ruby/2.7.0/gems/ruby_parser-3.14.2/lib/ruby21_parser.rb +0 -7113
  268. data/bundle/ruby/2.7.0/gems/ruby_parser-3.14.2/lib/ruby22_parser.rb +0 -7146
  269. data/bundle/ruby/2.7.0/gems/ruby_parser-3.14.2/lib/ruby23_parser.rb +0 -7163
  270. data/bundle/ruby/2.7.0/gems/ruby_parser-3.14.2/lib/ruby24_parser.rb +0 -7175
  271. data/bundle/ruby/2.7.0/gems/ruby_parser-3.14.2/lib/ruby25_parser.rb +0 -7175
  272. data/bundle/ruby/2.7.0/gems/ruby_parser-3.14.2/lib/ruby26_parser.rb +0 -7195
  273. data/bundle/ruby/2.7.0/gems/unicode-display_width-1.6.1/data/display_width.marshal.gz +0 -0
@@ -18,7 +18,7 @@ token kCLASS kMODULE kDEF kUNDEF kBEGIN kRESCUE kENSURE kEND kIF kUNLESS
18
18
  tBACK_REF2 tSYMBEG tSTRING_BEG tXSTRING_BEG tREGEXP_BEG
19
19
  tWORDS_BEG tQWORDS_BEG tSTRING_DBEG tSTRING_DVAR tSTRING_END
20
20
  tSTRING tSYMBOL tNL tEH tCOLON tCOMMA tSPACE tSEMI tLAMBDA
21
- tLAMBEG tDSTAR tCHAR tSYMBOLS_BEG tQSYMBOLS_BEG tSTRING_DEND tUBANG
21
+ tLAMBEG tDSTAR tCHAR tSYMBOLS_BEG tQSYMBOLS_BEG tSTRING_DEND
22
22
  tRATIONAL tIMAGINARY
23
23
  tLABEL_END
24
24
  tLONELY
@@ -33,7 +33,7 @@ preclow
33
33
  right tEQL tOP_ASGN
34
34
  left kRESCUE_MOD
35
35
  right tEH tCOLON
36
- nonassoc tDOT2 tDOT3
36
+ nonassoc tDOT2 tDOT3 tBDOT2 tBDOT3
37
37
  left tOROP
38
38
  left tANDOP
39
39
  nonassoc tCMP tEQ tEQQ tNEQ tMATCH tNMATCH
@@ -56,6 +56,9 @@ rule
56
56
  top_compstmt
57
57
  {
58
58
  result = new_compstmt val
59
+
60
+ lexer.cond.pop # local_pop
61
+ lexer.cmdarg.pop
59
62
  }
60
63
 
61
64
  top_compstmt: top_stmts opt_terms
@@ -76,7 +79,7 @@ rule
76
79
  | klBEGIN
77
80
  {
78
81
  if (self.in_def || self.in_single > 0) then
79
- debug20 1
82
+ debug 11
80
83
  yyerror "BEGIN in method"
81
84
  end
82
85
  self.env.extend
@@ -101,7 +104,9 @@ rule
101
104
  bodystmt: compstmt opt_rescue k_else
102
105
  {
103
106
  res = _values[-2]
104
- yyerror "else without rescue is useless" unless res
107
+ # TODO: move down to main match so I can just use val
108
+
109
+ warn "else without rescue is useless" unless res
105
110
  }
106
111
  compstmt
107
112
  opt_ensure
@@ -131,7 +136,7 @@ rule
131
136
  | error stmt
132
137
  {
133
138
  result = val[1]
134
- debug20 2, val, result
139
+ debug 12
135
140
  }
136
141
 
137
142
  stmt_or_begin: stmt
@@ -139,6 +144,10 @@ rule
139
144
  {
140
145
  yyerror "BEGIN is permitted only at toplevel"
141
146
  }
147
+ begin_block
148
+ {
149
+ result = val[2] # wtf?
150
+ }
142
151
 
143
152
  stmt: kALIAS fitem
144
153
  {
@@ -151,12 +160,12 @@ rule
151
160
  }
152
161
  | kALIAS tGVAR tGVAR
153
162
  {
154
- (_, line), lhs, rhs = val
163
+ (_, line), (lhs, _), (rhs, _) = val
155
164
  result = s(:valias, lhs.to_sym, rhs.to_sym).line line
156
165
  }
157
166
  | kALIAS tGVAR tBACK_REF
158
167
  {
159
- (_, line), lhs, rhs = val
168
+ (_, line), (lhs, _), (rhs, _) = val
160
169
  result = s(:valias, lhs.to_sym, :"$#{rhs}").line line
161
170
  }
162
171
  | kALIAS tGVAR tNTH_REF
@@ -199,7 +208,7 @@ rule
199
208
  (_, line), _, stmt, _ = val
200
209
 
201
210
  if (self.in_def || self.in_single > 0) then
202
- debug20 3
211
+ debug 13
203
212
  yyerror "END in method; use at_exit"
204
213
  end
205
214
 
@@ -239,30 +248,31 @@ rule
239
248
  }
240
249
  | primary_value call_op tIDENTIFIER tOP_ASGN command_rhs
241
250
  {
242
- prim, _, id, opasgn, rhs = val
243
- result = s(:op_asgn, prim, rhs, id.to_sym, opasgn.to_sym)
244
- if val[1] == '&.'
245
- result.sexp_type = :safe_op_asgn
246
- end
247
- result.line = val[0].line
251
+ prim, (call_op, _), (id, _), (op_asgn, _), rhs = val
252
+
253
+ result = s(:op_asgn, prim, rhs, id.to_sym, op_asgn.to_sym)
254
+ result.sexp_type = :safe_op_asgn if call_op == '&.'
255
+ result.line prim.line
248
256
  }
249
257
  | primary_value call_op tCONSTANT tOP_ASGN command_rhs
250
258
  {
251
- result = s(:op_asgn, val[0], val[4], val[2].to_sym, val[3].to_sym)
252
- if val[1] == '&.'
253
- result.sexp_type = :safe_op_asgn
254
- end
255
- result.line = val[0].line
259
+ prim, (call_op, _), (id, _), (op_asgn, _), rhs = val
260
+
261
+ result = s(:op_asgn, prim, rhs, id.to_sym, op_asgn.to_sym)
262
+ result.sexp_type = :safe_op_asgn if call_op == '&.'
263
+ result.line prim.line
256
264
  }
257
265
  | primary_value tCOLON2 tCONSTANT tOP_ASGN command_rhs
258
266
  {
259
- result = s(:op_asgn, val[0], val[4], val[2], val[3])
260
- debug20 4, val, result
267
+ lhs1, _, (lhs2, line), (id, _), rhs = val
268
+
269
+ result = s(:op_asgn, lhs1, rhs, lhs2.to_sym, id.to_sym).line line
261
270
  }
262
271
  | primary_value tCOLON2 tIDENTIFIER tOP_ASGN command_rhs
263
272
  {
264
- result = s(:op_asgn, val[0], val[4], val[2], val[3])
265
- debug20 5, val, result
273
+ lhs1, _, (lhs2, line), (id, _), rhs = val
274
+
275
+ result = s(:op_asgn, lhs1, rhs, lhs2.to_sym, id.to_sym).line line
266
276
  }
267
277
  | backref tOP_ASGN command_rhs
268
278
  {
@@ -308,7 +318,7 @@ rule
308
318
  # TODO: fix line number to tBANG... but causes BAD shift/reduce conflict
309
319
  # REFACTOR: call_uni_op -- see parse26.y
310
320
  }
311
- | arg
321
+ | arg =tLBRACE_ARG
312
322
 
313
323
  expr_value: expr
314
324
  {
@@ -333,7 +343,7 @@ rule
333
343
  block_command: block_call
334
344
  | block_call call_op2 operation2 command_args
335
345
  {
336
- blk, _, msg, args = val
346
+ blk, _, (msg, _line), args = val
337
347
  result = new_call(blk, msg.to_sym, args).line blk.line
338
348
  }
339
349
 
@@ -347,15 +357,15 @@ rule
347
357
  _, line, body, _ = val
348
358
 
349
359
  result = body
350
- result.line = line
360
+ result.line line
351
361
 
352
362
  # self.env.unextend
353
363
  }
354
364
 
355
365
  fcall: operation
356
366
  {
357
- msg, = val
358
- result = new_call(nil, msg.to_sym).line lexer.lineno
367
+ (msg, line), = val
368
+ result = new_call(nil, msg.to_sym).line line
359
369
  }
360
370
 
361
371
  command: fcall command_args =tLOWEST
@@ -378,12 +388,14 @@ rule
378
388
  }
379
389
  | primary_value call_op operation2 command_args =tLOWEST
380
390
  {
381
- lhs, callop, op, args = val
391
+ lhs, callop, (op, _), args = val
392
+
382
393
  result = new_call lhs, op.to_sym, args, callop
394
+ result.line lhs.line
383
395
  }
384
396
  | primary_value call_op operation2 command_args cmd_brace_block
385
397
  {
386
- recv, _, msg, args, block = val
398
+ recv, _, (msg, _line), args, block = val
387
399
  call = new_call recv, msg.to_sym, args, val[1]
388
400
 
389
401
  block_dup_check call, block
@@ -393,11 +405,14 @@ rule
393
405
  }
394
406
  | primary_value tCOLON2 operation2 command_args =tLOWEST
395
407
  {
396
- result = new_call val[0], val[2].to_sym, val[3]
408
+ lhs, _, (id, line), args = val
409
+
410
+ result = new_call lhs, id.to_sym, args
411
+ result.line line
397
412
  }
398
413
  | primary_value tCOLON2 operation2 command_args cmd_brace_block
399
414
  {
400
- recv, _, msg, args, block = val
415
+ recv, _, (msg, _line), args, block = val
401
416
  call = new_call recv, msg.to_sym, args
402
417
 
403
418
  block_dup_check call, block
@@ -555,25 +570,29 @@ rule
555
570
  }
556
571
  | primary_value call_op tIDENTIFIER
557
572
  {
558
- result = new_attrasgn val[0], val[2], val[1]
573
+ lhs, call_op, (id, _line) = val
574
+
575
+ result = new_attrasgn lhs, id, call_op
559
576
  }
560
577
  | primary_value tCOLON2 tIDENTIFIER
561
578
  {
562
- recv, _, id = val
579
+ recv, _, (id, _line) = val
563
580
  result = new_attrasgn recv, id
564
581
  }
565
582
  | primary_value call_op tCONSTANT
566
583
  {
567
- result = new_attrasgn val[0], val[2], val[1]
584
+ lhs, call_op, (id, _line) = val
585
+
586
+ result = new_attrasgn lhs, id, call_op
568
587
  }
569
588
  | primary_value tCOLON2 tCONSTANT
570
589
  {
571
590
  if (self.in_def || self.in_single > 0) then
572
- debug20 7
591
+ debug 14
573
592
  yyerror "dynamic constant assignment"
574
593
  end
575
594
 
576
- expr, _, id = val
595
+ expr, _, (id, _line) = val
577
596
  l = expr.line
578
597
 
579
598
  result = s(:const, s(:colon2, expr, id.to_sym).line(l), nil).line l
@@ -581,58 +600,65 @@ rule
581
600
  | tCOLON3 tCONSTANT
582
601
  {
583
602
  if (self.in_def || self.in_single > 0) then
584
- debug20 8
603
+ debug 15
585
604
  yyerror "dynamic constant assignment"
586
605
  end
587
606
 
588
- _, id = val
589
- l = lexer.lineno
607
+ _, (id, l) = val
590
608
 
591
609
  result = s(:const, nil, s(:colon3, id.to_sym).line(l)).line l
592
610
  }
593
611
  | backref
594
612
  {
595
- self.backref_assign_error val[0]
613
+ ref, = val
614
+
615
+ self.backref_assign_error ref
596
616
  }
597
617
 
598
618
  lhs: user_variable
599
619
  {
600
- line = lexer.lineno
601
- result = self.assignable val[0]
602
- result.line = line
620
+ var, = val
621
+
622
+ result = self.assignable var
603
623
  }
604
624
  | keyword_variable
605
625
  {
606
- line = lexer.lineno
607
- result = self.assignable val[0]
608
- result.line = line
609
- debug20 9, val, result
626
+ var, = val
627
+
628
+ result = self.assignable var
629
+
630
+ debug 16
610
631
  }
611
632
  | primary_value tLBRACK2 opt_call_args rbracket
612
633
  {
613
634
  lhs, _, args, _ = val
635
+
614
636
  result = self.aryset lhs, args
615
637
  }
616
638
  | primary_value call_op tIDENTIFIER # REFACTOR
617
639
  {
618
- lhs, op, id = val
640
+ lhs, op, (id, _line) = val
641
+
619
642
  result = new_attrasgn lhs, id, op
620
643
  }
621
644
  | primary_value tCOLON2 tIDENTIFIER
622
645
  {
623
- lhs, _, id = val
646
+ lhs, _, (id, _line) = val
647
+
624
648
  result = new_attrasgn lhs, id
625
649
  }
626
650
  | primary_value call_op tCONSTANT # REFACTOR?
627
651
  {
628
- result = new_attrasgn val[0], val[2], val[1]
652
+ lhs, call_op, (id, _line) = val
653
+
654
+ result = new_attrasgn lhs, id, call_op
629
655
  }
630
656
  | primary_value tCOLON2 tCONSTANT
631
657
  {
632
- expr, _, id = val
658
+ expr, _, (id, _line) = val
633
659
 
634
660
  if (self.in_def || self.in_single > 0) then
635
- debug20 10
661
+ debug 17
636
662
  yyerror "dynamic constant assignment"
637
663
  end
638
664
 
@@ -641,14 +667,13 @@ rule
641
667
  }
642
668
  | tCOLON3 tCONSTANT
643
669
  {
644
- _, id = val
670
+ _, (id, l) = val
645
671
 
646
672
  if (self.in_def || self.in_single > 0) then
647
- debug20 11
673
+ debug 18
648
674
  yyerror "dynamic constant assignment"
649
675
  end
650
676
 
651
- l = lexer.lineno
652
677
  result = s(:const, s(:colon3, id.to_sym).line(l)).line l
653
678
  }
654
679
  | backref
@@ -664,16 +689,17 @@ rule
664
689
 
665
690
  cpath: tCOLON3 cname
666
691
  {
667
- _, name = val
668
- result = s(:colon3, name.to_sym).line lexer.lineno
692
+ _, (name, line) = val
693
+ result = s(:colon3, name.to_sym).line line
669
694
  }
670
695
  | cname
671
696
  {
672
- result = val[0].to_sym
697
+ (id, line), = val
698
+ result = [id.to_sym, line] # TODO: sexp?
673
699
  }
674
700
  | primary_value tCOLON2 cname
675
701
  {
676
- pval, _, name = val
702
+ pval, _, (name, _line) = val
677
703
 
678
704
  result = s(:colon2, pval, name.to_sym)
679
705
  result.line pval.line
@@ -683,24 +709,17 @@ rule
683
709
  | op
684
710
  {
685
711
  lexer.lex_state = EXPR_END
686
- result = val[0]
687
712
  }
688
713
 
689
714
  | reswords
690
- {
691
- (sym, _line), = val
692
- lexer.lex_state = EXPR_END
693
- result = sym
694
- }
695
-
696
- fsym: fname | symbol
697
715
 
698
- fitem: fsym
716
+ fitem: fname
699
717
  {
700
- id, = val
701
- result = s(:lit, id.to_sym).line lexer.lineno
718
+ (id, line), = val
719
+
720
+ result = s(:lit, id.to_sym).line line
702
721
  }
703
- | dsym
722
+ | symbol
704
723
 
705
724
  undef_list: fitem
706
725
  {
@@ -721,8 +740,6 @@ rule
721
740
  | tNEQ | tLSHFT | tRSHFT | tPLUS | tMINUS | tSTAR2
722
741
  | tSTAR | tDIVIDE | tPERCENT | tPOW | tDSTAR | tBANG | tTILDE
723
742
  | tUPLUS | tUMINUS | tAREF | tASET | tBACK_REF2
724
- # TODO: tUBANG dead?
725
- | tUBANG
726
743
 
727
744
  reswords: k__LINE__ | k__FILE__ | k__ENCODING__ | klBEGIN | klEND
728
745
  | kALIAS | kAND | kBEGIN | kBREAK | kCASE
@@ -756,24 +773,20 @@ rule
756
773
  }
757
774
  | primary_value tCOLON2 tIDENTIFIER tOP_ASGN arg_rhs
758
775
  {
759
- lhs, _, id, op, rhs = val
776
+ lhs, _, (id, _line), (op, _), rhs = val
760
777
 
761
778
  result = s(:op_asgn, lhs, rhs, id.to_sym, op.to_sym).line lhs.line
762
779
  }
763
780
  | primary_value tCOLON2 tCONSTANT tOP_ASGN arg_rhs
764
781
  {
765
- lhs1, _, lhs2, op, rhs = val
782
+ lhs1, _, (lhs2, _line), op, rhs = val
766
783
 
767
784
  lhs = s(:colon2, lhs1, lhs2.to_sym).line lhs1.line
768
785
  result = new_const_op_asgn [lhs, op, rhs]
769
786
  }
770
- | tCOLON3 tCONSTANT
771
- {
772
- result = self.lexer.lineno
773
- }
774
- tOP_ASGN arg_rhs
787
+ | tCOLON3 tCONSTANT tOP_ASGN arg_rhs
775
788
  {
776
- _, lhs, line, op, rhs = val
789
+ _, (lhs, line), op, rhs = val
777
790
 
778
791
  lhs = s(:colon3, lhs.to_sym).line line
779
792
  result = new_const_op_asgn [lhs, op, rhs]
@@ -787,7 +800,7 @@ rule
787
800
  | arg tDOT2 arg
788
801
  {
789
802
  v1, v2 = val[0], val[2]
790
- if v1.node_type == :lit and v2.node_type == :lit and Integer === v1.last and Integer === v2.last then
803
+ if v1.sexp_type == :lit and v2.sexp_type == :lit and Integer === v1.last and Integer === v2.last then
791
804
  result = s(:lit, (v1.last)..(v2.last)).line v1.line
792
805
  else
793
806
  result = s(:dot2, v1, v2).line v1.line
@@ -796,12 +809,14 @@ rule
796
809
  | arg tDOT3 arg
797
810
  {
798
811
  v1, v2 = val[0], val[2]
799
- if v1.node_type == :lit and v2.node_type == :lit and Integer === v1.last and Integer === v2.last then
812
+ if v1.sexp_type == :lit and v2.sexp_type == :lit and Integer === v1.last and Integer === v2.last then
800
813
  result = s(:lit, (v1.last)...(v2.last)).line v1.line
801
814
  else
802
815
  result = s(:dot3, v1, v2).line v1.line
803
816
  end
804
817
  }
818
+
819
+
805
820
  | arg tPLUS arg
806
821
  {
807
822
  result = new_call val[0], :+, argl(val[2])
@@ -828,8 +843,9 @@ rule
828
843
  }
829
844
  | tUMINUS_NUM simple_numeric tPOW arg
830
845
  {
831
- lit = s(:lit, val[1]).line lexer.lineno
832
- result = new_call(new_call(lit, :"**", argl(val[3])), :"-@")
846
+ _, (num, line), _, arg = val
847
+ lit = s(:lit, num).line line
848
+ result = new_call(new_call(lit, :"**", argl(arg)), :"-@")
833
849
 
834
850
  }
835
851
  | tUPLUS arg
@@ -928,12 +944,12 @@ rule
928
944
 
929
945
  rel_expr: arg relop arg =tGT
930
946
  {
931
- lhs, op, rhs = val
947
+ lhs, (op, _), rhs = val
932
948
  result = new_call lhs, op.to_sym, argl(rhs)
933
949
  }
934
950
  | rel_expr relop arg =tGT
935
951
  {
936
- lhs, op, rhs = val
952
+ lhs, (op, _), rhs = val
937
953
  warn "comparison '%s' after comparison", op
938
954
  result = new_call lhs, op.to_sym, argl(rhs)
939
955
  }
@@ -1015,12 +1031,39 @@ rule
1015
1031
  }
1016
1032
 
1017
1033
  command_args: {
1018
- result = lexer.cmdarg.store true
1034
+ # parse26.y line 2200
1035
+
1036
+ # If call_args starts with a open paren '(' or
1037
+ # '[', look-ahead reading of the letters calls
1038
+ # CMDARG_PUSH(0), but the push must be done
1039
+ # after CMDARG_PUSH(1). So this code makes them
1040
+ # consistent by first cancelling the premature
1041
+ # CMDARG_PUSH(0), doing CMDARG_PUSH(1), and
1042
+ # finally redoing CMDARG_PUSH(0).
1043
+
1044
+ result = yychar = self.last_token_type.first
1045
+ lookahead = [:tLPAREN, :tLPAREN_ARG, :tLPAREN2, :tLBRACK, :tLBRACK2].include?(yychar)
1046
+ lexer.cmdarg.pop if lookahead
1047
+ lexer.cmdarg.push true
1048
+ lexer.cmdarg.push false if lookahead
1019
1049
  }
1020
1050
  call_args
1021
1051
  {
1022
- lexer.cmdarg.restore val[0]
1023
- result = val[1]
1052
+ yychar, args = val
1053
+
1054
+ # call_args can be followed by tLBRACE_ARG (that
1055
+ # does CMDARG_PUSH(0) in the lexer) but the push
1056
+ # must be done after CMDARG_POP() in the parser.
1057
+ # So this code does CMDARG_POP() to pop 0 pushed
1058
+ # by tLBRACE_ARG, CMDARG_POP() to pop 1 pushed
1059
+ # by command_args, and CMDARG_PUSH(0) to restore
1060
+ # back the flag set by tLBRACE_ARG.
1061
+
1062
+ lookahead = [:tLBRACE_ARG].include?(yychar)
1063
+ lexer.cmdarg.pop if lookahead
1064
+ lexer.cmdarg.pop
1065
+ lexer.cmdarg.push false if lookahead
1066
+ result = args
1024
1067
  }
1025
1068
 
1026
1069
  block_arg: tAMPER arg_value
@@ -1038,8 +1081,9 @@ rule
1038
1081
  args: arg_value
1039
1082
  {
1040
1083
  arg, = val
1084
+ lineno = arg.line || lexer.lineno # HACK
1041
1085
 
1042
- result = s(:array, arg).line arg.line
1086
+ result = s(:array, arg).line lineno
1043
1087
  }
1044
1088
  | tSTAR arg_value
1045
1089
  {
@@ -1051,9 +1095,11 @@ rule
1051
1095
  args, _, id = val
1052
1096
  result = self.list_append args, id
1053
1097
  }
1054
- | args tCOMMA tSTAR { result = lexer.lineno } arg_value
1098
+ | args tCOMMA tSTAR arg_value
1055
1099
  {
1056
- args, _, _, line, id = val
1100
+ # TODO: the line number from tSTAR has been dropped
1101
+ args, _, _, id = val
1102
+ line = lexer.lineno
1057
1103
  result = self.list_append args, s(:splat, id).line(line)
1058
1104
  }
1059
1105
 
@@ -1072,7 +1118,6 @@ rule
1072
1118
  }
1073
1119
  | args tCOMMA tSTAR arg_value
1074
1120
  {
1075
- # FIX: bad shift/reduce conflict with rhs' comma star prod
1076
1121
  # TODO: make all tXXXX terminals include lexer.lineno
1077
1122
  arg, _, _, splat = val
1078
1123
  result = self.arg_concat arg, splat
@@ -1095,26 +1140,19 @@ rule
1095
1140
  | backref
1096
1141
  | tFID
1097
1142
  {
1098
- msg, = val
1143
+ (msg, line), = val
1099
1144
  result = new_call nil, msg.to_sym
1145
+ result.line line
1100
1146
  }
1101
1147
  | k_begin
1102
1148
  {
1149
+ lexer.cmdarg.push false
1103
1150
  result = self.lexer.lineno
1104
- # TODO:
1105
- # $<val>1 = cmdarg_stack;
1106
- # CMDARG_SET(0);
1107
1151
  }
1108
1152
  bodystmt k_end
1109
1153
  {
1110
- # TODO: CMDARG_SET($<val>1);
1111
- unless val[2] then
1112
- result = s(:nil)
1113
- else
1114
- result = s(:begin, val[2])
1115
- end
1116
-
1117
- result.line = val[1]
1154
+ lexer.cmdarg.pop
1155
+ result = new_begin val
1118
1156
  }
1119
1157
  | tLPAREN_ARG
1120
1158
  {
@@ -1127,18 +1165,14 @@ rule
1127
1165
  result = s(:begin).line line
1128
1166
  }
1129
1167
  | tLPAREN_ARG
1130
- {
1131
- result = lexer.cmdarg.store false
1132
- }
1133
1168
  stmt
1134
1169
  {
1135
1170
  lexer.lex_state = EXPR_ENDARG
1136
1171
  }
1137
1172
  rparen
1138
1173
  {
1139
- _, cmdarg, stmt, _, _, = val
1140
- warning "(...) interpreted as grouped expression"
1141
- lexer.cmdarg.restore cmdarg
1174
+ _, stmt, _, _, = val
1175
+ # warning "(...) interpreted as grouped expression"
1142
1176
  result = stmt
1143
1177
  }
1144
1178
  | tLPAREN compstmt tRPAREN
@@ -1150,15 +1184,15 @@ rule
1150
1184
  }
1151
1185
  | primary_value tCOLON2 tCONSTANT
1152
1186
  {
1153
- expr, _, id = val
1187
+ expr, _, (id, _line) = val
1154
1188
 
1155
1189
  result = s(:colon2, expr, id.to_sym).line expr.line
1156
1190
  }
1157
1191
  | tCOLON3 tCONSTANT
1158
1192
  {
1159
- _, id = val
1193
+ _, (id, line) = val
1160
1194
 
1161
- result = s(:colon3, id.to_sym).line lexer.lineno
1195
+ result = s(:colon3, id.to_sym).line line
1162
1196
  }
1163
1197
  | tLBRACK { result = lexer.lineno } aref_args tRBRACK
1164
1198
  {
@@ -1182,15 +1216,21 @@ rule
1182
1216
  }
1183
1217
  | kYIELD tLPAREN2 call_args rparen
1184
1218
  {
1185
- result = new_yield val[2]
1219
+ (_, line), _, args, _ = val
1220
+
1221
+ result = new_yield(args).line line
1186
1222
  }
1187
1223
  | kYIELD tLPAREN2 rparen
1188
1224
  {
1189
- result = new_yield
1225
+ (_, line), _, _ = val
1226
+
1227
+ result = new_yield.line line
1190
1228
  }
1191
1229
  | kYIELD
1192
1230
  {
1193
- result = new_yield
1231
+ (_, line), = val
1232
+
1233
+ result = new_yield.line line
1194
1234
  }
1195
1235
  | kDEFINED opt_nl tLPAREN2 expr rparen
1196
1236
  {
@@ -1205,7 +1245,7 @@ rule
1205
1245
  }
1206
1246
  | kNOT tLPAREN2 rparen
1207
1247
  {
1208
- debug20 14, val, result
1248
+ debug 20
1209
1249
  }
1210
1250
  | fcall brace_block
1211
1251
  {
@@ -1223,9 +1263,10 @@ rule
1223
1263
  iter.insert 1, call # FIX
1224
1264
  result = iter
1225
1265
  }
1226
- | tLAMBDA lambda
1266
+ | lambda
1227
1267
  {
1228
- result = val[1] # TODO: fix lineno
1268
+ expr, = val
1269
+ result = expr
1229
1270
  }
1230
1271
  | k_if expr_value then compstmt if_tail k_end
1231
1272
  {
@@ -1268,7 +1309,6 @@ rule
1268
1309
  }
1269
1310
  cpath superclass
1270
1311
  {
1271
- self.comments.push self.lexer.comments
1272
1312
  if (self.in_def || self.in_single > 0) then
1273
1313
  yyerror "class definition in method body"
1274
1314
  end
@@ -1278,7 +1318,7 @@ rule
1278
1318
  {
1279
1319
  result = new_class val
1280
1320
  self.env.unextend
1281
- self.lexer.comments # we don't care about comments in the body
1321
+ self.lexer.ignore_body_comments
1282
1322
  }
1283
1323
  | k_class tLSHFT
1284
1324
  {
@@ -1299,7 +1339,7 @@ rule
1299
1339
  {
1300
1340
  result = new_sclass val
1301
1341
  self.env.unextend
1302
- self.lexer.comments # we don't care about comments in the body
1342
+ self.lexer.ignore_body_comments
1303
1343
  }
1304
1344
  | k_module
1305
1345
  {
@@ -1307,7 +1347,6 @@ rule
1307
1347
  }
1308
1348
  cpath
1309
1349
  {
1310
- self.comments.push self.lexer.comments
1311
1350
  yyerror "module definition in method body" if
1312
1351
  self.in_def or self.in_single > 0
1313
1352
 
@@ -1317,53 +1356,67 @@ rule
1317
1356
  {
1318
1357
  result = new_module val
1319
1358
  self.env.unextend
1320
- self.lexer.comments # we don't care about comments in the body
1359
+ self.lexer.ignore_body_comments
1321
1360
  }
1322
1361
  | k_def fname
1323
1362
  {
1324
- result = [self.in_def, self.lexer.cmdarg.stack.dup]
1363
+ result = self.in_def
1325
1364
 
1326
- self.comments.push self.lexer.comments
1327
- self.in_def = true
1365
+ self.in_def = true # group = local_push
1328
1366
  self.env.extend
1329
- # TODO: local->cmdargs = cmdarg_stack;
1330
- # TODO: port local_push_gen and local_pop_gen
1331
- lexer.cmdarg.stack.replace [false]
1367
+ lexer.cmdarg.push false
1368
+ lexer.cond.push false
1332
1369
  }
1333
- f_arglist bodystmt { result = lexer.lineno } k_end
1370
+ f_arglist bodystmt k_end
1334
1371
  {
1335
- in_def, cmdarg = val[2]
1336
-
1337
- result = new_defn val
1372
+ result, in_def = new_defn val
1338
1373
 
1339
- lexer.cmdarg.stack.replace cmdarg
1374
+ lexer.cond.pop # group = local_pop
1375
+ lexer.cmdarg.pop
1340
1376
  self.env.unextend
1341
1377
  self.in_def = in_def
1342
- self.lexer.comments # we don't care about comments in the body
1378
+
1379
+ self.lexer.ignore_body_comments
1343
1380
  }
1344
1381
  | k_def singleton dot_or_colon
1345
1382
  {
1346
- self.comments.push self.lexer.comments
1347
1383
  lexer.lex_state = EXPR_FNAME
1348
1384
  }
1349
1385
  fname
1350
1386
  {
1351
- self.in_single += 1
1387
+ result = self.in_def
1388
+
1389
+ self.in_single += 1 # TODO: remove?
1390
+
1391
+ self.in_def = true # local_push
1352
1392
  self.env.extend
1353
- lexer.lex_state = EXPR_ENDFN # force for args
1354
- result = [lexer.lineno, self.lexer.cmdarg.stack.dup]
1355
- lexer.cmdarg.stack.replace [false]
1393
+ lexer.cmdarg.push false
1394
+ lexer.cond.push false
1395
+
1396
+ lexer.lex_state = EXPR_ENDFN|EXPR_LABEL
1356
1397
  }
1357
1398
  f_arglist bodystmt k_end
1358
1399
  {
1359
- _, cmdarg = val[5]
1360
- result = new_defs val
1361
1400
 
1362
- lexer.cmdarg.stack.replace cmdarg
1401
+ # [kdef, recv, _, _, (name, line), in_def, args, body, kend]
1402
+ # =>
1403
+ # [kdef, recv, (name, line), in_def, args, body, kend]
1363
1404
 
1405
+ val.delete_at 3
1406
+ val.delete_at 2
1407
+
1408
+ result, in_def = new_defs val
1409
+
1410
+ lexer.cond.pop # group = local_pop
1411
+ lexer.cmdarg.pop
1364
1412
  self.env.unextend
1413
+ self.in_def = in_def
1414
+
1365
1415
  self.in_single -= 1
1366
- self.lexer.comments # we don't care about comments in the body
1416
+
1417
+ # TODO: restore cur_arg ? what's cur_arg?
1418
+
1419
+ self.lexer.ignore_body_comments
1367
1420
  }
1368
1421
  | kBREAK
1369
1422
  {
@@ -1400,8 +1453,17 @@ rule
1400
1453
  k_case: kCASE
1401
1454
  k_for: kFOR
1402
1455
  k_class: kCLASS
1456
+ {
1457
+ self.comments.push self.lexer.comments
1458
+ }
1403
1459
  k_module: kMODULE
1460
+ {
1461
+ self.comments.push self.lexer.comments
1462
+ }
1404
1463
  k_def: kDEF
1464
+ {
1465
+ self.comments.push self.lexer.comments
1466
+ }
1405
1467
  k_do: kDO
1406
1468
  k_do_block: kDO_BLOCK
1407
1469
  k_rescue: kRESCUE
@@ -1462,51 +1524,42 @@ rule
1462
1524
 
1463
1525
  result = block_var args
1464
1526
  }
1465
- | f_marg_list tCOMMA tSTAR f_norm_arg
1527
+ | f_marg_list tCOMMA f_rest_marg
1466
1528
  {
1467
- args, _, _, splat = val
1529
+ args, _, rest = val
1468
1530
 
1469
- result = block_var args, "*#{splat}".to_sym
1531
+ result = block_var args, rest
1470
1532
  }
1471
- | f_marg_list tCOMMA tSTAR f_norm_arg tCOMMA f_marg_list
1533
+ | f_marg_list tCOMMA f_rest_marg tCOMMA f_marg_list
1472
1534
  {
1473
- args, _, _, splat, _, args2 = val
1535
+ lhs, _, splat, _, rhs = val
1474
1536
 
1475
- result = block_var args, "*#{splat}".to_sym, args2
1537
+ result = block_var lhs, splat, rhs
1476
1538
  }
1477
- | f_marg_list tCOMMA tSTAR
1539
+ | f_rest_marg
1478
1540
  {
1479
- args, _, _ = val
1541
+ rest, = val
1480
1542
 
1481
- result = block_var args, :*
1543
+ result = block_var rest
1482
1544
  }
1483
- | f_marg_list tCOMMA tSTAR tCOMMA f_marg_list
1545
+ | f_rest_marg tCOMMA f_marg_list
1484
1546
  {
1485
- args, _, _, _, args2 = val
1547
+ splat, _, rest = val
1486
1548
 
1487
- result = block_var args, :*, args2
1549
+ result = block_var splat, rest
1488
1550
  }
1489
- | tSTAR f_norm_arg
1490
- {
1491
- _, splat = val
1492
1551
 
1493
- result = block_var :"*#{splat}"
1494
- }
1495
- | tSTAR f_norm_arg tCOMMA f_marg_list
1552
+ f_rest_marg: tSTAR f_norm_arg
1496
1553
  {
1497
- _, splat, _, args = val
1554
+ _, (id, line) = val
1498
1555
 
1499
- result = block_var :"*#{splat}", args
1556
+ result = args ["*#{id}".to_sym]
1557
+ result.line line
1500
1558
  }
1501
1559
  | tSTAR
1502
1560
  {
1503
- result = block_var :*
1504
- }
1505
- | tSTAR tCOMMA f_marg_list
1506
- {
1507
- _, _, args = val
1508
-
1509
- result = block_var :*, args
1561
+ result = args [:*]
1562
+ result.line lexer.lineno # FIX: tSTAR -> line
1510
1563
  }
1511
1564
 
1512
1565
  block_args_tail: f_block_kwarg tCOMMA f_kwrest opt_f_block_arg
@@ -1523,8 +1576,8 @@ rule
1523
1576
  }
1524
1577
  | f_block_arg
1525
1578
  {
1526
- line = lexer.lineno
1527
- result = call_args val # TODO: push line down
1579
+ (id, line), = val
1580
+ result = call_args [id]
1528
1581
  result.line line
1529
1582
  }
1530
1583
 
@@ -1633,13 +1686,13 @@ opt_block_args_tail: tCOMMA block_args_tail
1633
1686
 
1634
1687
  bvar: tIDENTIFIER
1635
1688
  {
1636
- id, = val
1637
- line = lexer.lineno
1689
+ (id, line), = val
1638
1690
  result = s(:shadow, id.to_sym).line line
1639
1691
  }
1640
1692
  | f_bad_arg
1641
1693
 
1642
- lambda: {
1694
+ lambda: tLAMBDA
1695
+ {
1643
1696
  self.env.extend :dynamic
1644
1697
  result = [lexer.lineno, lexer.lpar_beg]
1645
1698
  lexer.paren_nest += 1
@@ -1647,20 +1700,19 @@ opt_block_args_tail: tCOMMA block_args_tail
1647
1700
  }
1648
1701
  f_larglist
1649
1702
  {
1650
- result = lexer.cmdarg.store(false)
1703
+ lexer.cmdarg.push false
1651
1704
  }
1652
1705
  lambda_body
1653
1706
  {
1654
- (line, lpar), args, cmdarg, body = val
1707
+ _, (line, lpar), args, _cmdarg, body = val
1655
1708
  lexer.lpar_beg = lpar
1656
1709
 
1657
- lexer.cmdarg.restore cmdarg
1658
- lexer.cmdarg.lexpop
1710
+ lexer.cmdarg.pop
1659
1711
 
1660
1712
  call = s(:lambda).line line
1661
1713
  result = new_iter call, args, body
1662
- result.line = line
1663
- self.env.unextend
1714
+ result.line line
1715
+ self.env.unextend # TODO: dynapush & dynapop
1664
1716
  }
1665
1717
 
1666
1718
  f_larglist: tLPAREN2 f_args opt_bv_decl rparen
@@ -1694,23 +1746,28 @@ opt_block_args_tail: tCOMMA block_args_tail
1694
1746
  ## if (nd_type($1) == NODE_YIELD) {
1695
1747
  ## compile_error(PARSER_ARG "block given to yield");
1696
1748
 
1697
- syntax_error "Both block arg and actual block given." if
1698
- val[0].block_pass?
1749
+ cmd, blk = val
1699
1750
 
1700
- val = invert_block_call val if inverted? val
1751
+ syntax_error "Both block arg and actual block given." if
1752
+ cmd.block_pass?
1701
1753
 
1702
- cmd, blk = val
1754
+ if inverted? val then
1755
+ val = invert_block_call val
1756
+ cmd, blk = val
1757
+ end
1703
1758
 
1704
1759
  result = blk
1705
1760
  result.insert 1, cmd
1706
1761
  }
1707
1762
  | block_call call_op2 operation2 opt_paren_args
1708
1763
  {
1709
- result = new_call val[0], val[2].to_sym, val[3]
1764
+ lhs, _, (id, _line), args = val
1765
+
1766
+ result = new_call lhs, id.to_sym, args
1710
1767
  }
1711
1768
  | block_call call_op2 operation2 opt_paren_args brace_block
1712
1769
  {
1713
- iter1, _, name, args, iter2 = val
1770
+ iter1, _, (name, _line), args, iter2 = val
1714
1771
 
1715
1772
  call = new_call iter1, name.to_sym, args
1716
1773
  iter2.insert 1, call
@@ -1719,7 +1776,7 @@ opt_block_args_tail: tCOMMA block_args_tail
1719
1776
  }
1720
1777
  | block_call call_op2 operation2 command_args do_block
1721
1778
  {
1722
- iter1, _, name, args, iter2 = val
1779
+ iter1, _, (name, _line), args, iter2 = val
1723
1780
 
1724
1781
  call = new_call iter1, name.to_sym, args
1725
1782
  iter2.insert 1, call
@@ -1727,28 +1784,29 @@ opt_block_args_tail: tCOMMA block_args_tail
1727
1784
  result = iter2
1728
1785
  }
1729
1786
 
1730
- method_call: fcall
1731
- {
1732
- result = self.lexer.lineno
1733
- }
1734
- paren_args
1787
+ method_call: fcall paren_args
1735
1788
  {
1736
- call, lineno, args = val
1789
+ call, args = val
1737
1790
 
1738
1791
  result = call.concat args.sexp_body if args
1739
- result.line lineno
1740
1792
  }
1741
1793
  | primary_value call_op operation2 opt_paren_args
1742
1794
  {
1743
- result = new_call val[0], val[2].to_sym, val[3], val[1]
1795
+ recv, call_op, (op, _line), args = val
1796
+
1797
+ result = new_call recv, op.to_sym, args, call_op
1744
1798
  }
1745
1799
  | primary_value tCOLON2 operation2 paren_args
1746
1800
  {
1747
- result = new_call val[0], val[2].to_sym, val[3]
1801
+ recv, _, (op, _line), args = val
1802
+
1803
+ result = new_call recv, op.to_sym, args
1748
1804
  }
1749
1805
  | primary_value tCOLON2 operation3
1750
1806
  {
1751
- result = new_call val[0], val[2].to_sym
1807
+ lhs, _, (id, _line) = val
1808
+
1809
+ result = new_call lhs, id.to_sym
1752
1810
  }
1753
1811
  | primary_value call_op paren_args
1754
1812
  {
@@ -1781,7 +1839,7 @@ opt_block_args_tail: tCOMMA block_args_tail
1781
1839
  _, line, body, _ = val
1782
1840
 
1783
1841
  result = body
1784
- result.line = line
1842
+ result.line line
1785
1843
 
1786
1844
  self.env.unextend
1787
1845
  }
@@ -1795,7 +1853,7 @@ opt_block_args_tail: tCOMMA block_args_tail
1795
1853
  _, line, body, _ = val
1796
1854
 
1797
1855
  result = body
1798
- result.line = line
1856
+ result.line line
1799
1857
 
1800
1858
  self.env.unextend
1801
1859
  }
@@ -1813,25 +1871,50 @@ opt_block_args_tail: tCOMMA block_args_tail
1813
1871
  }
1814
1872
 
1815
1873
  do_body: { self.env.extend :dynamic; result = self.lexer.lineno }
1816
- { result = lexer.cmdarg.store(false) }
1874
+ { lexer.cmdarg.push false }
1817
1875
  opt_block_param
1818
1876
  compstmt
1819
1877
  {
1820
- line, cmdarg, param, cmpstmt = val
1878
+ line, _cmdarg, param, cmpstmt = val
1821
1879
 
1822
1880
  result = new_do_body param, cmpstmt, line
1881
+ lexer.cmdarg.pop
1823
1882
  self.env.unextend
1824
- lexer.cmdarg.restore cmdarg
1883
+ }
1884
+
1885
+ case_args: arg_value
1886
+ {
1887
+ arg, = val
1888
+
1889
+ result = s(:array, arg).line arg.line
1890
+ }
1891
+ | tSTAR arg_value
1892
+ {
1893
+ _, arg = val
1894
+
1895
+ result = s(:array, s(:splat, arg).line(arg.line)).line arg.line
1896
+ }
1897
+ | case_args tCOMMA arg_value
1898
+ {
1899
+ args, _, id = val
1900
+
1901
+ result = self.list_append args, id
1902
+ }
1903
+ | case_args tCOMMA tSTAR arg_value
1904
+ {
1905
+ args, _, _, id = val
1906
+
1907
+ result = self.list_append args, s(:splat, id).line(id.line)
1825
1908
  }
1826
1909
 
1827
1910
  case_body: k_when
1828
1911
  {
1829
1912
  result = self.lexer.lineno
1830
1913
  }
1831
- args then compstmt cases
1914
+ case_args then compstmt cases
1832
1915
  {
1833
1916
  result = new_when(val[2], val[4])
1834
- result.line = val[1]
1917
+ result.line val[1]
1835
1918
  result << val[5] if val[5]
1836
1919
  }
1837
1920
 
@@ -1877,17 +1960,10 @@ opt_block_args_tail: tCOMMA block_args_tail
1877
1960
 
1878
1961
  literal: numeric
1879
1962
  {
1880
- line = lexer.lineno
1881
- result = s(:lit, val[0])
1882
- result.line = line
1963
+ (lit, line), = val
1964
+ result = s(:lit, lit).line line
1883
1965
  }
1884
1966
  | symbol
1885
- {
1886
- line = lexer.lineno
1887
- result = s(:lit, val[0])
1888
- result.line = line
1889
- }
1890
- | dsym
1891
1967
 
1892
1968
  strings: string
1893
1969
  {
@@ -1898,7 +1974,7 @@ opt_block_args_tail: tCOMMA block_args_tail
1898
1974
 
1899
1975
  string: tCHAR
1900
1976
  {
1901
- debug20 23, val, result
1977
+ debug 37
1902
1978
  }
1903
1979
  | string1
1904
1980
  | string string1
@@ -1908,11 +1984,11 @@ opt_block_args_tail: tCOMMA block_args_tail
1908
1984
 
1909
1985
  string1: tSTRING_BEG string_contents tSTRING_END
1910
1986
  {
1911
- _, str, (_, func) = val
1987
+ (_, line), str, (_, func) = val
1912
1988
 
1913
- str = dedent str if func =~ RubyLexer::STR_FUNC_ICNTNT
1989
+ str = dedent str if func =~ RubyLexer::STR_FUNC_DEDENT
1914
1990
 
1915
- result = str
1991
+ result = str.line line
1916
1992
  }
1917
1993
  | tSTRING
1918
1994
  {
@@ -1921,7 +1997,7 @@ opt_block_args_tail: tCOMMA block_args_tail
1921
1997
 
1922
1998
  xstring: tXSTRING_BEG xstring_contents tSTRING_END
1923
1999
  {
1924
- result = new_xstring val[1]
2000
+ result = new_xstring val
1925
2001
  # TODO: dedent?!?! SERIOUSLY?!?
1926
2002
  }
1927
2003
 
@@ -1932,11 +2008,15 @@ opt_block_args_tail: tCOMMA block_args_tail
1932
2008
 
1933
2009
  words: tWORDS_BEG tSPACE tSTRING_END
1934
2010
  {
1935
- result = s(:array).line lexer.lineno
2011
+ (_, line), _, _ = val
2012
+
2013
+ result = s(:array).line line
1936
2014
  }
1937
2015
  | tWORDS_BEG word_list tSTRING_END
1938
2016
  {
1939
- result = val[1]
2017
+ (_, line), list, _ = val
2018
+
2019
+ result = list.line line
1940
2020
  }
1941
2021
 
1942
2022
  word_list: none
@@ -1956,18 +2036,20 @@ opt_block_args_tail: tCOMMA block_args_tail
1956
2036
 
1957
2037
  symbols: tSYMBOLS_BEG tSPACE tSTRING_END
1958
2038
  {
1959
- result = s(:array).line lexer.lineno
2039
+ (_, line), _, _ = val
2040
+
2041
+ result = s(:array).line line
1960
2042
  }
1961
- | tSYMBOLS_BEG { result = lexer.lineno } symbol_list tSTRING_END
2043
+ | tSYMBOLS_BEG symbol_list tSTRING_END
1962
2044
  {
1963
- _, line, list, _, = val
1964
- list.line = line
2045
+ (_, line), list, _, = val
2046
+ list.line line
1965
2047
  result = list
1966
2048
  }
1967
2049
 
1968
2050
  symbol_list: none
1969
2051
  {
1970
- result = new_symbol_list.line lexer.lineno
2052
+ result = new_symbol_list
1971
2053
  }
1972
2054
  | symbol_list word tSPACE
1973
2055
  {
@@ -1977,20 +2059,28 @@ opt_block_args_tail: tCOMMA block_args_tail
1977
2059
 
1978
2060
  qwords: tQWORDS_BEG tSPACE tSTRING_END
1979
2061
  {
1980
- result = s(:array).line lexer.lineno
2062
+ (_, line), _, _ = val
2063
+
2064
+ result = s(:array).line line
1981
2065
  }
1982
2066
  | tQWORDS_BEG qword_list tSTRING_END
1983
2067
  {
1984
- result = val[1]
2068
+ (_, line), list, _ = val
2069
+
2070
+ result = list.line line
1985
2071
  }
1986
2072
 
1987
2073
  qsymbols: tQSYMBOLS_BEG tSPACE tSTRING_END
1988
2074
  {
1989
- result = s(:array).line lexer.lineno # FIX
2075
+ (_, line), _, _ = val
2076
+
2077
+ result = s(:array).line line
1990
2078
  }
1991
2079
  | tQSYMBOLS_BEG qsym_list tSTRING_END
1992
2080
  {
1993
- result = val[1]
2081
+ (_, line), list, _ = val
2082
+
2083
+ result = list.line line
1994
2084
  }
1995
2085
 
1996
2086
  qword_list: none
@@ -2013,7 +2103,8 @@ opt_block_args_tail: tCOMMA block_args_tail
2013
2103
 
2014
2104
  string_contents: none
2015
2105
  {
2016
- result = s(:str, "").line lexer.lineno
2106
+ line = prev_value_to_lineno _values.last
2107
+ result = s(:str, +"").line line
2017
2108
  }
2018
2109
  | string_contents string_content
2019
2110
  {
@@ -2063,12 +2154,13 @@ regexp_contents: none
2063
2154
  result = [lexer.lex_strterm,
2064
2155
  lexer.brace_nest,
2065
2156
  lexer.string_nest, # TODO: remove
2066
- lexer.cond.store,
2067
- lexer.cmdarg.store,
2068
2157
  lexer.lex_state,
2069
2158
  lexer.lineno,
2070
2159
  ]
2071
2160
 
2161
+ lexer.cmdarg.push false
2162
+ lexer.cond.push false
2163
+
2072
2164
  lexer.lex_strterm = nil
2073
2165
  lexer.brace_nest = 0
2074
2166
  lexer.string_nest = 0
@@ -2080,14 +2172,15 @@ regexp_contents: none
2080
2172
  {
2081
2173
  _, memo, stmt, _ = val
2082
2174
 
2083
- lex_strterm, brace_nest, string_nest, oldcond, oldcmdarg, oldlex_state, line = memo
2175
+ lex_strterm, brace_nest, string_nest, oldlex_state, line = memo
2176
+ # TODO: heredoc_indent
2084
2177
 
2085
2178
  lexer.lex_strterm = lex_strterm
2086
2179
  lexer.brace_nest = brace_nest
2087
2180
  lexer.string_nest = string_nest
2088
2181
 
2089
- lexer.cond.restore oldcond
2090
- lexer.cmdarg.restore oldcmdarg
2182
+ lexer.cond.pop
2183
+ lexer.cmdarg.pop
2091
2184
 
2092
2185
  lexer.lex_state = oldlex_state
2093
2186
 
@@ -2102,29 +2195,49 @@ regexp_contents: none
2102
2195
  when nil then
2103
2196
  result = s(:evstr).line line
2104
2197
  else
2105
- debug20 25
2198
+ debug 38
2106
2199
  raise "unknown string body: #{stmt.inspect}"
2107
2200
  end
2108
2201
  }
2109
2202
 
2110
- string_dvar: tGVAR { result = s(:gvar, val[0].to_sym).line lexer.lineno }
2111
- | tIVAR { result = s(:ivar, val[0].to_sym).line lexer.lineno }
2112
- | tCVAR { result = s(:cvar, val[0].to_sym).line lexer.lineno }
2203
+ string_dvar: tGVAR
2204
+ {
2205
+ (id, line), = val
2206
+ result = s(:gvar, id.to_sym).line line
2207
+ }
2208
+ | tIVAR
2209
+ {
2210
+ (id, line), = val
2211
+ result = s(:ivar, id.to_sym).line line
2212
+ }
2213
+ | tCVAR
2214
+ {
2215
+ (id, line), = val
2216
+ result = s(:cvar, id.to_sym).line line
2217
+ }
2113
2218
  | backref
2114
2219
 
2115
- symbol: tSYMBEG sym
2220
+ symbol: ssym
2221
+ | dsym
2222
+
2223
+ ssym: tSYMBEG sym
2116
2224
  {
2225
+ _, (id, line) = val
2226
+
2117
2227
  lexer.lex_state = EXPR_END
2118
- result = val[1].to_sym
2228
+ result = s(:lit, id.to_sym).line line
2119
2229
  }
2120
2230
  | tSYMBOL
2121
2231
  {
2122
- result = val[0].to_sym
2232
+ (id, line), = val
2233
+
2234
+ lexer.lex_state = EXPR_END
2235
+ result = s(:lit, id.to_sym).line line
2123
2236
  }
2124
2237
 
2125
2238
  sym: fname | tIVAR | tGVAR | tCVAR
2126
2239
 
2127
- dsym: tSYMBEG xstring_contents tSTRING_END
2240
+ dsym: tSYMBEG string_contents tSTRING_END
2128
2241
  {
2129
2242
  _, result, _ = val
2130
2243
 
@@ -2140,14 +2253,15 @@ regexp_contents: none
2140
2253
  when :evstr then
2141
2254
  result = s(:dsym, "", result).line result.line
2142
2255
  else
2143
- debug20 26, val, result
2256
+ debug 39
2144
2257
  end
2145
2258
  }
2146
2259
 
2147
2260
  numeric: simple_numeric
2148
- | tUMINUS_NUM simple_numeric
2261
+ | tUMINUS_NUM simple_numeric =tLOWEST
2149
2262
  {
2150
- result = -val[1] # TODO: pt_testcase
2263
+ _, (num, line) = val
2264
+ result = [-num, line]
2151
2265
  }
2152
2266
 
2153
2267
  simple_numeric: tINTEGER
@@ -2180,8 +2294,10 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2180
2294
 
2181
2295
  var_ref: user_variable
2182
2296
  {
2183
- var = val[0]
2297
+ raise "NO: #{val.inspect}" if Sexp === val.first
2298
+ (var, line), = val
2184
2299
  result = Sexp === var ? var : self.gettable(var)
2300
+ result.line line
2185
2301
  }
2186
2302
  | keyword_variable
2187
2303
  {
@@ -2196,11 +2312,19 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2196
2312
  | keyword_variable
2197
2313
  {
2198
2314
  result = self.assignable val[0]
2199
- debug20 29, val, result
2315
+ debug 40
2200
2316
  }
2201
2317
 
2202
- backref: tNTH_REF { result = s(:nth_ref, val[0]).line lexer.lineno }
2203
- | tBACK_REF { result = s(:back_ref, val[0]).line lexer.lineno }
2318
+ backref: tNTH_REF
2319
+ {
2320
+ (ref, line), = val
2321
+ result = s(:nth_ref, ref).line line
2322
+ }
2323
+ | tBACK_REF
2324
+ {
2325
+ (ref, line), = val
2326
+ result = s(:back_ref, ref).line line
2327
+ }
2204
2328
 
2205
2329
  superclass: tLT
2206
2330
  {
@@ -2218,9 +2342,7 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2218
2342
 
2219
2343
  f_arglist: tLPAREN2 f_args rparen
2220
2344
  {
2221
- result = val[1]
2222
- self.lexer.lex_state = EXPR_BEG
2223
- self.lexer.command_start = true
2345
+ result = end_args val
2224
2346
  }
2225
2347
  | {
2226
2348
  result = self.in_kwarg
@@ -2229,12 +2351,7 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2229
2351
  }
2230
2352
  f_args term
2231
2353
  {
2232
- kwarg, args, _ = val
2233
-
2234
- self.in_kwarg = kwarg
2235
- result = args
2236
- lexer.lex_state = EXPR_BEG
2237
- lexer.command_start = true
2354
+ result = end_args val
2238
2355
  }
2239
2356
 
2240
2357
  args_tail: f_kwarg tCOMMA f_kwrest opt_f_block_arg
@@ -2319,8 +2436,10 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2319
2436
  |
2320
2437
  {
2321
2438
  result = args val
2439
+ # result.line lexer.lineno
2322
2440
  }
2323
2441
 
2442
+
2324
2443
  f_bad_arg: tCONSTANT
2325
2444
  {
2326
2445
  yyerror "formal argument cannot be a constant"
@@ -2341,10 +2460,11 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2341
2460
  f_norm_arg: f_bad_arg
2342
2461
  | tIDENTIFIER
2343
2462
  {
2344
- identifier = val[0].to_sym
2463
+ (id, line), = val
2464
+ identifier = id.to_sym
2345
2465
  self.env[identifier] = :lvar
2346
2466
 
2347
- result = identifier
2467
+ result = [identifier, line]
2348
2468
  }
2349
2469
 
2350
2470
  f_arg_asgn: f_norm_arg
@@ -2352,22 +2472,14 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2352
2472
  f_arg_item: f_arg_asgn
2353
2473
  | tLPAREN f_margs rparen
2354
2474
  {
2355
- result = val[1]
2475
+ _, margs, _ = val
2476
+
2477
+ result = margs
2356
2478
  }
2357
2479
 
2358
2480
  f_arg: f_arg_item
2359
2481
  {
2360
- arg, = val
2361
-
2362
- case arg
2363
- when Symbol then
2364
- result = s(:args, arg).line lexer.lineno
2365
- when Sexp then
2366
- result = arg
2367
- else
2368
- debug20 32
2369
- raise "Unknown f_arg type: #{val.inspect}"
2370
- end
2482
+ result = new_arg val
2371
2483
  }
2372
2484
  | f_arg tCOMMA f_arg_item
2373
2485
  {
@@ -2379,7 +2491,7 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2379
2491
  result = s(:args, list).line list.line
2380
2492
  end
2381
2493
 
2382
- result << item
2494
+ result << (Sexp === item ? item : item.first)
2383
2495
  }
2384
2496
 
2385
2497
  f_label: tLABEL
@@ -2440,26 +2552,33 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2440
2552
  kwrest_mark: tPOW
2441
2553
  | tDSTAR
2442
2554
 
2555
+
2443
2556
  f_kwrest: kwrest_mark tIDENTIFIER
2444
2557
  {
2445
- name = val[1].to_sym
2446
- self.assignable name
2447
- result = :"**#{name}"
2558
+ _, (id, line) = val
2559
+
2560
+ name = id.to_sym
2561
+ self.assignable [name, line]
2562
+ result = [:"**#{name}", line]
2448
2563
  }
2449
2564
  | kwrest_mark
2450
2565
  {
2451
- result = :"**"
2566
+ id = :"**"
2567
+ self.env[id] = :lvar # TODO: needed?!?
2568
+ result = [id, lexer.lineno] # TODO: tPOW/tDSTAR include lineno
2452
2569
  }
2453
2570
 
2454
2571
  f_opt: f_arg_asgn tEQL arg_value
2455
2572
  {
2456
- result = self.assignable val[0], val[2]
2573
+ lhs, _, rhs = val
2574
+ result = self.assignable lhs, rhs
2457
2575
  # TODO: detect duplicate names
2458
2576
  }
2459
2577
 
2460
2578
  f_block_opt: f_arg_asgn tEQL primary_value
2461
2579
  {
2462
- result = self.assignable val[0], val[2]
2580
+ lhs, _, rhs = val
2581
+ result = self.assignable lhs, rhs
2463
2582
  }
2464
2583
 
2465
2584
  f_block_optarg: f_block_opt
@@ -2489,30 +2608,33 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2489
2608
  f_rest_arg: restarg_mark tIDENTIFIER
2490
2609
  {
2491
2610
  # TODO: differs from parse.y - needs tests
2492
- name = val[1].to_sym
2493
- self.assignable name
2494
- result = :"*#{name}"
2611
+ _, (id, line) = val
2612
+ name = id.to_sym
2613
+ self.assignable [name, line]
2614
+ result = [:"*#{name}", line]
2495
2615
  }
2496
2616
  | restarg_mark
2497
2617
  {
2498
2618
  name = :"*"
2499
2619
  self.env[name] = :lvar
2500
- result = name
2620
+ result = [name, lexer.lineno] # FIX: tSTAR to include lineno
2501
2621
  }
2502
2622
 
2503
2623
  blkarg_mark: tAMPER2 | tAMPER
2504
2624
 
2505
2625
  f_block_arg: blkarg_mark tIDENTIFIER
2506
2626
  {
2507
- identifier = val[1].to_sym
2627
+ _, (id, line) = val
2628
+ identifier = id.to_sym
2508
2629
 
2509
2630
  self.env[identifier] = :lvar
2510
- result = "&#{identifier}".to_sym
2631
+ result = ["&#{identifier}".to_sym, line]
2511
2632
  }
2512
2633
 
2513
2634
  opt_f_block_arg: tCOMMA f_block_arg
2514
2635
  {
2515
- result = val[1]
2636
+ _, arg = val
2637
+ result = arg
2516
2638
  }
2517
2639
  |
2518
2640
  {
@@ -2561,9 +2683,11 @@ keyword_variable: kNIL { result = s(:nil).line lexer.lineno }
2561
2683
  }
2562
2684
  | tSTRING_BEG string_contents tLABEL_END arg_value
2563
2685
  {
2564
- _, sym, _, value = val
2686
+ (_, line), sym, _, value = val
2687
+
2565
2688
  sym.sexp_type = :dsym
2566
- result = s(:array, sym, value).line sym.line
2689
+
2690
+ result = s(:array, sym, value).line line
2567
2691
  }
2568
2692
  | tDSTAR arg_value
2569
2693
  {