Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 8bf0c50 commit bf3ec61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/prism
Submodule prism updated 44 files
+1 −1 .gitignore
+2 −1 config.yml
+1 −1 gemfiles/3.0/Gemfile.lock
+1 −1 gemfiles/3.1/Gemfile.lock
+8 −8 gemfiles/typecheck/Gemfile.lock
+9 −0 include/prism/defines.h
+6 −0 include/prism/parser.h
+1 −1 java-wasm/pom.xml
+0 −521 rbi/prism/dsl.rbi
+5 −0 rust/ruby-prism-sys/build/vendored.rs
+6 −2 rust/ruby-prism/build.rs
+418 −122 src/prism.c
+2 −5 src/util/pm_string.c
+1 −2 templates/java/org/prism/Loader.java.erb
+9 −5 templates/java/org/prism/Nodes.java.erb
+2 −1 templates/src/diagnostic.c.erb
+4 −0 templates/src/serialize.c.erb
+3 −0 test/prism/errors/dont_allow_return_inside_sclass_body.txt
+5 −3 test/prism/errors_test.rb
+67 −6 test/prism/result/warnings_test.rb
+1 −1 test/prism/snapshots/command_method_call.txt
+3 −3 test/prism/snapshots/endless_methods.txt
+7 −7 test/prism/snapshots/methods.txt
+1 −1 test/prism/snapshots/regex.txt
+1 −1 test/prism/snapshots/rescue.txt
+1 −1 test/prism/snapshots/seattlerb/defn_endless_command.txt
+1 −1 test/prism/snapshots/seattlerb/defn_endless_command_rescue.txt
+1 −1 test/prism/snapshots/seattlerb/defn_oneliner.txt
+1 −1 test/prism/snapshots/seattlerb/defn_oneliner_eq2.txt
+1 −1 test/prism/snapshots/seattlerb/defn_oneliner_noargs.txt
+1 −1 test/prism/snapshots/seattlerb/defn_oneliner_noargs_parentheses.txt
+1 −1 test/prism/snapshots/seattlerb/defn_oneliner_rescue.txt
+1 −1 test/prism/snapshots/seattlerb/defs_endless_command.txt
+1 −1 test/prism/snapshots/seattlerb/defs_endless_command_rescue.txt
+1 −1 test/prism/snapshots/seattlerb/defs_oneliner.txt
+1 −1 test/prism/snapshots/seattlerb/defs_oneliner_eq2.txt
+1 −1 test/prism/snapshots/seattlerb/defs_oneliner_rescue.txt
+1 −1 test/prism/snapshots/while.txt
+6 −6 test/prism/snapshots/whitequark/endless_comparison_method.txt
+4 −4 test/prism/snapshots/whitequark/endless_method.txt
+8 −8 test/prism/snapshots/whitequark/endless_method_command_syntax.txt
+1 −1 test/prism/snapshots/whitequark/endless_method_forwarded_args_legacy.txt
+2 −2 test/prism/snapshots/whitequark/endless_method_with_rescue_mod.txt
+4 −4 test/prism/snapshots/whitequark/endless_method_without_args.txt

0 comments on commit bf3ec61

Please sign in to comment.