Skip to content

Commit

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

Bump test/fixtures/prism from `68074cf` to `eeae958`
  • Loading branch information
github-actions[bot] authored Apr 22, 2024
2 parents 82bccf8 + 6d08d8a commit 7342abf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/prism
Submodule prism updated 64 files
+4 −4 .github/dependabot.yml
+17 −17 .github/workflows/main.yml
+1 −0 .gitignore
+20 −1 CHANGELOG.md
+4 −1 Gemfile.lock
+17 −14 Makefile
+3 −3 bin/prism
+11 −0 config.yml
+1 −0 docs/configuration.md
+6 −0 docs/releasing.md
+8 −3 ext/prism/extconf.rb
+39 −8 ext/prism/extension.c
+1 −1 ext/prism/extension.h
+1 −1 gemfiles/2.7/Gemfile.lock
+1 −1 gemfiles/3.0/Gemfile.lock
+1 −1 gemfiles/3.1/Gemfile.lock
+1 −1 gemfiles/3.2/Gemfile.lock
+1 −1 gemfiles/3.3/Gemfile.lock
+1 −1 gemfiles/3.4/Gemfile.lock
+1 −1 gemfiles/jruby/Gemfile.lock
+1 −1 gemfiles/truffleruby/Gemfile.lock
+14 −14 gemfiles/typecheck/Gemfile.lock
+5 −1 include/prism/parser.h
+0 −42 include/prism/util/pm_state_stack.h
+2 −2 include/prism/version.h
+1 −1 javascript/package.json
+2 −17 lib/prism.rb
+11 −1 lib/prism/ffi.rb
+18 −1 lib/prism/lex_compat.rb
+59 −13 lib/prism/parse_result.rb
+0 −2 lib/prism/parse_result/newlines.rb
+40 −15 lib/prism/translation/parser/compiler.rb
+66 −28 lib/prism/translation/ruby_parser.rb
+7 −3 prism.gemspec
+33 −33 rbi/prism.rbi
+62 −34 rbi/prism/parse_result.rbi
+64 −0 rbi/prism/reflection.rbi
+11 −0 rbi/prism/translation/parser.rbi
+6 −0 rbi/prism/translation/parser33.rbi
+6 −0 rbi/prism/translation/parser34.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
+10 −0 sig/prism/_private/lex_compat.rbs
+3 −3 sig/prism/_private/parse_result.rbs
+30 −10 sig/prism/parse_result.rbs
+56 −0 sig/prism/reflection.rbs
+2 −3 sig/prism/serialize.rbs
+30 −19 src/options.c
+86 −8 src/prism.c
+14 −8 src/util/pm_integer.c
+0 −25 src/util/pm_state_stack.c
+1 −1 templates/java/org/prism/Loader.java.erb
+1 −1 templates/javascript/src/deserialize.js.erb
+16 −0 templates/lib/prism/node.rb.erb
+151 −0 templates/lib/prism/reflection.rb.erb
+4 −4 templates/lib/prism/serialize.rb.erb
+7 −1 templates/rbi/prism/node.rbi.erb
+11 −11 templates/sig/prism.rbs.erb
+10 −1 templates/sig/prism/node.rbs.erb
+11 −0 templates/src/diagnostic.c.erb
+1 −0 templates/template.rb
+22 −0 test/prism/reflection_test.rb

0 comments on commit 7342abf

Please sign in to comment.