Skip to content

Commit

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

Bump test/fixtures/prism from `b6aa0f2` to `4f455dc`
  • Loading branch information
github-actions[bot] authored May 27, 2024
2 parents 85b9e29 + a68af43 commit 93d5c1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixtures/prism
Submodule prism updated 62 files
+9 −0 .github/workflows/documentation.yml
+9 −0 .github/workflows/github-pages.yml
+1 −0 .gitignore
+0 −4 CONTRIBUTING.md
+0 −1 Steepfile
+0 −31 bin/prism
+25 −7 config.yml
+57 −0 doc/images/rust.svg
+8 −4 doc/index.css
+4 −0 doc/index.html
+107 −372 ext/prism/extension.c
+13 −13 gemfiles/typecheck/Gemfile.lock
+0 −11 include/prism.h
+0 −21 include/prism/node.h
+23 −25 include/prism/parser.h
+3 −2 include/prism/static_literals.h
+1 −2 include/prism/util/pm_char.h
+0 −8 include/prism/util/pm_constant_pool.h
+16 −9 include/prism/util/pm_integer.h
+0 −8 include/prism/util/pm_string.h
+0 −2 lib/prism.rb
+0 −249 lib/prism/debug.rb
+1 −1 lib/prism/ffi.rb
+13 −1 lib/prism/node_ext.rb
+12 −27 lib/prism/translation/parser/compiler.rb
+8 −6 lib/prism/translation/ripper.rb
+15 −2 lib/prism/translation/ruby_parser.rb
+0 −1 prism.gemspec
+0 −1 rakelib/typecheck.rake
+6 −0 rbi/prism.rbi
+390 −621 src/prism.c
+63 −84 src/static_literals.c
+0 −8 src/util/pm_constant_pool.c
+38 −10 src/util/pm_integer.c
+0 −12 src/util/pm_string.c
+2 −0 templates/sig/prism.rbs.erb
+2 −0 templates/sig/prism/node.rbs.erb
+8 −5 templates/src/diagnostic.c.erb
+0 −64 templates/src/node.c.erb
+1 −1 templates/src/token_type.c.erb
+1 −1 test/prism/comments_test.rb
+40 −5 test/prism/errors_test.rb
+0 −58 test/prism/format_errors_test.rb
+1 −5 test/prism/integer_parse_test.rb
+183 −2 test/prism/locals_test.rb
+18 −14 test/prism/location_test.rb
+0 −17 test/prism/memsize_test.rb
+2 −1 test/prism/newline_test.rb
+1 −1 test/prism/parse_test.rb
+59 −61 test/prism/regexp_test.rb
+0 −9 test/prism/ruby_parser_test.rb
+33 −40 test/prism/snapshots/numbers.txt
+18 −24 test/prism/snapshots/patterns.txt
+6 −8 test/prism/snapshots/seattlerb/ruby21_numbers.txt
+3 −4 test/prism/snapshots/symbols.txt
+12 −14 test/prism/snapshots/unparser/corpus/literal/literal.txt
+6 −7 test/prism/snapshots/unparser/corpus/semantic/literal.txt
+6 −7 test/prism/snapshots/whitequark/complex.txt
+6 −7 test/prism/snapshots/whitequark/rational.txt
+12 −12 test/prism/snapshots/whitequark/ruby_bug_11873_a.txt
+2 −3 test/prism/static_inspect_test.rb
+18 −1 test/prism/warnings_test.rb

0 comments on commit 93d5c1f

Please sign in to comment.