Commit 23253cd
authored
1 file changed
+1
-1
lines changed- .github/workflows/rust-bindings.yml+33-29
- config.yml+2-2
- include/prism/parser.h-6
- sig/prism_static.rbs+123-46
- src/prism.c+5
- templates/lib/prism/node.rb.erb+5-5
- templates/sig/prism.rbs.erb+8-8
- test/prism/snapshots/arrays.txt+1-1
- test/prism/snapshots/if.txt+1-1
- test/prism/snapshots/method_calls.txt+10-10
- test/prism/snapshots/rescue.txt+1-1
- test/prism/snapshots/seattlerb/assoc_label.txt+1-1
- test/prism/snapshots/seattlerb/bug_249.txt+1-1
- test/prism/snapshots/seattlerb/bug_hash_args.txt+1-1
- test/prism/snapshots/seattlerb/bug_hash_args_trailing_comma.txt+1-1
- test/prism/snapshots/seattlerb/call_args_assoc_quoted.txt+2-2
- test/prism/snapshots/seattlerb/call_array_lit_inline_hash.txt+1-1
- test/prism/snapshots/seattlerb/call_assoc_new.txt+1-1
- test/prism/snapshots/seattlerb/call_assoc_new_if_multiline.txt+1-1
- test/prism/snapshots/seattlerb/difficult2_.txt+1-1
- test/prism/snapshots/seattlerb/multiline_hash_declaration.txt+3-3
- test/prism/snapshots/seattlerb/quoted_symbol_hash_arg.txt+1-1
- test/prism/snapshots/seattlerb/return_call_assocs.txt+5-5
- test/prism/snapshots/seattlerb/yield_call_assocs.txt+5-5
- test/prism/snapshots/unparser/corpus/literal/literal.txt+6-6
- test/prism/snapshots/unparser/corpus/literal/send.txt+4-4
- test/prism/snapshots/whitequark/args_args_assocs.txt+2-2
- test/prism/snapshots/whitequark/args_args_assocs_comma.txt+1-1
- test/prism/snapshots/whitequark/args_assocs.txt+6-6
- test/prism/snapshots/whitequark/args_assocs_comma.txt+1-1
- test/prism/snapshots/whitequark/args_assocs_legacy.txt+6-6
- test/prism/snapshots/whitequark/bug_cmdarg.txt+2-2
- test/prism/snapshots/whitequark/keyword_argument_omission.txt+1-1
- test/prism/snapshots/whitequark/newline_in_hash_argument.txt+2-2
- test/prism/snapshots/whitequark/parser_bug_525.txt+1-1
- test/prism/snapshots/whitequark/ruby_bug_11380.txt+1-1
- test/prism/snapshots/whitequark/ruby_bug_12073.txt+1-1
0 commit comments