Skip to content

Commit

Permalink
Merge pull request #2722 from Shopify/dependabot/submodules/test/fixt…
Browse files Browse the repository at this point in the history
…ures/prism-c2407a9

Bump test/fixtures/prism from `1653317` to `c2407a9`
  • Loading branch information
github-actions[bot] authored Oct 14, 2024
2 parents 2fdba68 + 84b7689 commit c47c0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/prism
Submodule prism updated 50 files
+17 −1 CHANGELOG.md
+1 −1 Gemfile.lock
+2 −1 config.yml
+68 −0 ext/prism/extension.c
+1 −1 ext/prism/extension.h
+3 −3 gemfiles/2.7/Gemfile.lock
+4 −4 gemfiles/3.0/Gemfile.lock
+4 −4 gemfiles/3.1/Gemfile.lock
+4 −4 gemfiles/3.2/Gemfile.lock
+4 −4 gemfiles/3.3/Gemfile.lock
+4 −4 gemfiles/3.4/Gemfile.lock
+3 −3 gemfiles/jruby/Gemfile.lock
+3 −3 gemfiles/truffleruby/Gemfile.lock
+19 −19 gemfiles/typecheck/Gemfile.lock
+47 −0 include/prism.h
+2 −2 include/prism/version.h
+2 −2 java-wasm/pom.xml
+1 −1 javascript/package.json
+5 −4 lib/prism.rb
+39 −0 lib/prism/ffi.rb
+140 −3 lib/prism/parse_result.rb
+30 −0 lib/prism/string_query.rb
+4 −1 prism.gemspec
+29 −0 rbi/prism/parse_result.rbi
+12 −0 rbi/prism/string_query.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
+12 −0 sig/prism/_private/parse_result.rbs
+7 −0 sig/prism/_private/string_query.rbs
+20 −0 sig/prism/parse_result.rbs
+11 −0 sig/prism/string_query.rbs
+283 −60 src/prism.c
+1 −1 templates/java/org/prism/Loader.java.erb
+1 −1 templates/javascript/src/deserialize.js.erb
+12 −1 templates/lib/prism/serialize.rb.erb
+1 −0 templates/src/diagnostic.c.erb
+3 −0 test/prism/api/command_line_test.rb
+4 −0 test/prism/errors/arguments_invalid_comma.txt
+4 −0 test/prism/errors/array_invalid_comma.txt
+1 −0 test/prism/errors/binary_range_with_left_unary_range.txt
+4 −0 test/prism/errors/invalid_splat.txt
+6 −0 test/prism/errors/non_assoc_equality.txt
+4 −0 test/prism/errors/parameters_invalid_comma.txt
+1 −0 test/prism/errors/range_and_bin_op.txt
+1 −0 test/prism/errors/range_and_bin_op_2.txt
+2 −0 test/prism/result/warnings_test.rb
+78 −0 test/prism/ruby/location_test.rb
+60 −0 test/prism/ruby/string_query_test.rb

0 comments on commit c47c0b6

Please sign in to comment.