1 file changed
+1
-1
lines changed- .github/workflows/ruby-core.yml+46
- CHANGELOG.md+25-1
- Gemfile.lock+1-1
- config.yml+83-21
- ext/prism/extension.h+1-1
- include/prism.h+1-1
- include/prism/diagnostic.h+1
- include/prism/node.h+7
- include/prism/util/pm_constant_pool.h+20-6
- include/prism/version.h+3-3
- lib/prism/debug.rb+30-26
- lib/prism/ffi.rb+2-2
- lib/prism/lex_compat.rb+8-1
- prism.gemspec+1-1
- rust/prism-sys/tests/utils_tests.rs+1-1
- src/diagnostic.c+1
- src/prism.c+273-78
- src/util/pm_constant_pool.c+25-11
- templates/java/org/prism/Loader.java.erb+2-2
- templates/lib/prism/serialize.rb.erb+2-2
- templates/src/serialize.c.erb+6-6
- test/prism/errors_test.rb+4-4
- test/prism/fixtures/arrays.txt+36
- test/prism/fixtures/regex.txt+3
- test/prism/fixtures/super.txt+10
- test/prism/fixtures/tilde_heredocs.txt+6
- test/prism/heredoc_dedent_test.rb+5
- test/prism/location_test.rb+12-3
- test/prism/regexp_test.rb+12
- test/prism/snapshots/arrays.txt+727-13
- test/prism/snapshots/methods.txt+4-4
- test/prism/snapshots/regex.txt+61-31
- test/prism/snapshots/seattlerb/defn_arg_forward_args.txt+1-1
- test/prism/snapshots/seattlerb/defn_args_forward_args.txt+1-1
- test/prism/snapshots/seattlerb/defn_forward_args.txt+1-1
- test/prism/snapshots/seattlerb/defn_forward_args__no_parens.txt+1-1
- test/prism/snapshots/seattlerb/index_0_opasgn.txt+2-4
- test/prism/snapshots/seattlerb/op_asgn_dot_ident_command_call.txt-3
- test/prism/snapshots/seattlerb/op_asgn_index_command_call.txt+2-4
- test/prism/snapshots/seattlerb/op_asgn_primary_colon_identifier1.txt-3
- test/prism/snapshots/seattlerb/op_asgn_primary_colon_identifier_command_call.txt-3
- test/prism/snapshots/seattlerb/op_asgn_val_dot_ident_command_call.txt-3
- test/prism/snapshots/seattlerb/safe_op_asgn.txt-3
- test/prism/snapshots/seattlerb/safe_op_asgn2.txt-3
- test/prism/snapshots/super.txt+90-12
- test/prism/snapshots/tilde_heredocs.txt+190-160
- test/prism/snapshots/unparser/corpus/literal/assignment.txt+4-8
- test/prism/snapshots/unparser/corpus/literal/opasgn.txt+14-52
- test/prism/snapshots/whitequark/and_asgn.txt+2-7
- test/prism/snapshots/whitequark/endless_method_forwarded_args_legacy.txt+1-1
- test/prism/snapshots/whitequark/forward_arg.txt+1-1
- test/prism/snapshots/whitequark/forward_arg_with_open_args.txt+10-10
- test/prism/snapshots/whitequark/forward_args_legacy.txt+3-3
- test/prism/snapshots/whitequark/op_asgn.txt-9
- test/prism/snapshots/whitequark/op_asgn_cmd.txt-9
- test/prism/snapshots/whitequark/op_asgn_index.txt+2-4
- test/prism/snapshots/whitequark/op_asgn_index_cmd.txt+2-4
- test/prism/snapshots/whitequark/or_asgn.txt+2-7
- test/prism/snapshots/whitequark/ruby_bug_12402.txt+4-26
- test/prism/snapshots/whitequark/send_op_asgn_conditional.txt-3
- test/prism/snapshots/whitequark/trailing_forward_arg.txt+1-1
0 commit comments