Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent a990ee3 commit 7558914
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/prism
Submodule prism updated 48 files
+4 −3 .github/workflows/main.yml
+23 −1 CHANGELOG.md
+2 −2 Gemfile.lock
+1 −1 Makefile
+6 −8 bin/prism
+1 −1 ext/prism/extension.h
+2 −2 gemfiles/2.7/Gemfile.lock
+2 −2 gemfiles/3.0/Gemfile.lock
+5 −5 gemfiles/3.1/Gemfile.lock
+5 −5 gemfiles/3.2/Gemfile.lock
+5 −5 gemfiles/3.3/Gemfile.lock
+6 −6 gemfiles/3.4/Gemfile.lock
+2 −2 gemfiles/jruby/Gemfile.lock
+2 −2 gemfiles/truffleruby/Gemfile.lock
+20 −19 gemfiles/typecheck/Gemfile.lock
+14 −0 include/prism/defines.h
+4 −1 include/prism/options.h
+2 −2 include/prism/version.h
+1 −1 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
+4 −4 lib/prism/translation/parser/compiler.rb
+15 −8 lib/prism/translation/parser/lexer.rb
+1 −1 prism.gemspec
+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
+30 −26 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 −4 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

0 comments on commit 7558914

Please sign in to comment.