Skip to content

Commit

Permalink
Bump test/fixtures/prism from 638e009 to 1653317
Browse files Browse the repository at this point in the history
Bumps [test/fixtures/prism](https://github.com/ruby/prism) from `638e009` to `1653317`.
- [Release notes](https://github.com/ruby/prism/releases)
- [Commits](ruby/prism@638e009...1653317)

---
updated-dependencies:
- dependency-name: test/fixtures/prism
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent bc51df5 commit 70b6b48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/prism
Submodule prism updated 53 files
+1 −1 .github/workflows/rust-bindings.yml
+26 −1 CHANGELOG.md
+1 −1 Gemfile.lock
+1 −1 bin/prism
+2 −1 config.yml
+1 −1 ext/prism/extension.h
+1 −1 gemfiles/2.7/Gemfile.lock
+2 −2 gemfiles/3.0/Gemfile.lock
+2 −2 gemfiles/3.1/Gemfile.lock
+2 −2 gemfiles/3.2/Gemfile.lock
+2 −2 gemfiles/3.3/Gemfile.lock
+2 −2 gemfiles/3.4/Gemfile.lock
+2 −1 gemfiles/jruby/Gemfile.lock
+1 −1 gemfiles/truffleruby/Gemfile.lock
+1 −1 gemfiles/typecheck/Gemfile.lock
+25 −12 include/prism/parser.h
+2 −2 include/prism/version.h
+1 −1 java-wasm/pom.xml
+1 −1 javascript/package.json
+3 −3 lib/prism/translation/parser.rb
+1 −5 lib/prism/translation/ripper.rb
+2 −2 lib/prism/translation/ruby_parser.rb
+1 −1 prism.gemspec
+34 −34 rbi/prism.rbi
+2 −2 rust/Cargo.lock
+1 −1 rust/ruby-prism-sys/Cargo.toml
+1 −1 rust/ruby-prism-sys/tests/utils_tests.rs
+2 −2 rust/ruby-prism/Cargo.toml
+218 −90 src/prism.c
+1 −1 templates/java/org/prism/Loader.java.erb
+1 −1 templates/javascript/src/deserialize.js.erb
+1 −1 templates/lib/prism/serialize.rb.erb
+2 −3 templates/rbi/prism/node.rbi.erb
+1 −1 templates/sig/prism/node.rbs.erb
+2 −1 templates/src/diagnostic.c.erb
+3 −0 test/prism/errors/amperand_dot_after_endless_range.txt
+15 −1 test/prism/errors/arguments_after_block.txt
+2 −4 test/prism/errors/command_call_in.txt
+3 −0 test/prism/errors/dynamic_label_pattern.txt
+3 −0 test/prism/errors/for_loop_delimiter.txt
+1 −0 test/prism/errors/for_loops_only_end.txt
+9 −0 test/prism/errors/heredoc_unterminated.txt
+6 −0 test/prism/errors/infix_after_label.txt
+19 −0 test/prism/errors/multi_target_parens.txt
+17 −0 test/prism/errors/multi_target_star.txt
+3 −0 test/prism/errors/range_doubled.txt
+3 −0 test/prism/errors/singleton_class_delimiter.txt
+3 −0 test/prism/errors/trailing_comma_after_block.txt
+2 −8 test/prism/fixtures/patterns.txt
+5 −0 test/prism/fixtures/range_beginless.txt
+8 −1 test/prism/magic_comment_test.rb
+1,111 −1,111 test/prism/snapshots/patterns.txt
+114 −0 test/prism/snapshots/range_beginless.txt

0 comments on commit 70b6b48

Please sign in to comment.