Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 30, 2024
1 parent da2fbec commit e7df3b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/prism
Submodule prism updated 57 files
+1 −0 .github/dependabot.yml
+12 −8 .github/workflows/main.yml
+23 −1 CHANGELOG.md
+2 −2 Gemfile.lock
+1 −1 Makefile
+7 −8 bin/prism
+1 −1 ext/prism/extension.h
+2 −2 gemfiles/2.7/Gemfile.lock
+2 −2 gemfiles/3.0/Gemfile.lock
+7 −7 gemfiles/3.1/Gemfile.lock
+7 −7 gemfiles/3.2/Gemfile.lock
+7 −7 gemfiles/3.3/Gemfile.lock
+1 −1 gemfiles/3.4/Gemfile
+9 −9 gemfiles/3.4/Gemfile.lock
+16 −0 gemfiles/3.5/Gemfile
+50 −0 gemfiles/3.5/Gemfile.lock
+3 −3 gemfiles/jruby/Gemfile.lock
+2 −2 gemfiles/truffleruby/Gemfile.lock
+22 −21 gemfiles/typecheck/Gemfile.lock
+14 −0 include/prism/defines.h
+4 −1 include/prism/options.h
+2 −2 include/prism/version.h
+2 −2 java-wasm/pom.xml
+2 −1 java/org/prism/ParsingOptions.java
+1 −1 javascript/package.json
+3 −1 javascript/src/parsePrism.js
+2 −0 lib/prism/ffi.rb
+1 −0 lib/prism/translation.rb
+2 −0 lib/prism/translation/parser.rb
+4 −4 lib/prism/translation/parser/compiler.rb
+19 −8 lib/prism/translation/parser/lexer.rb
+12 −0 lib/prism/translation/parser35.rb
+3 −1 prism.gemspec
+6 −0 rbi/prism/translation/parser35.rbi
+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
+10 −0 src/options.c
+58 −49 src/prism.c
+2 −3 src/regexp.c
+1 −1 templates/java/org/prism/Loader.java.erb
+1 −1 templates/javascript/src/deserialize.js.erb
+1 −1 templates/javascript/src/nodes.js.erb
+1 −1 templates/lib/prism/serialize.rb.erb
+4 −1 test/prism/api/parse_test.rb
+3 −0 test/prism/errors/block_args_in_array_assignment.txt
+3 −0 test/prism/errors/keyword_args_in_array_assignment.txt
+5 −1 test/prism/errors_test.rb
+3 −0 test/prism/fixtures/dstring.txt
+3 −0 test/prism/fixtures/dsym_str.txt
+3 −0 test/prism/fixtures/xstring.txt
+0 −12 test/prism/ruby/parser_test.rb
+1 −0 test/prism/ruby/ruby_parser_test.rb
+14 −8 test/prism/snapshots/dstring.txt
+15 −9 test/prism/snapshots/dsym_str.txt
+14 −8 test/prism/snapshots/xstring.txt
+6 −1 test/prism/unescape_test.rb

0 comments on commit e7df3b8

Please sign in to comment.