Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to promote racc as bundled gems #7877

Merged
merged 6 commits into from
Jun 8, 2023
Merged

Try to promote racc as bundled gems #7877

merged 6 commits into from
Jun 8, 2023

Conversation

hsbt
Copy link
Member

@hsbt hsbt commented May 31, 2023

@hsbt hsbt force-pushed the promote-racc branch 4 times, most recently from 1c2aa16 to d1083a5 Compare June 5, 2023 03:25
@hsbt hsbt merged commit e69bb9f into ruby:master Jun 8, 2023
@hsbt hsbt deleted the promote-racc branch June 8, 2023 08:25
koic added a commit to koic/parser that referenced this pull request Jun 8, 2023
Follow up ruby/ruby#7877.

Ruby 3.3.0dev is set to promote Racc to a bundled gem.
Therefore, this PR adds Racc to runtime dependencies
to prevents the following error in RuboCop:

```console
bundle exec rake internal_investigation

rake aborted!
LoadError: cannot load such file -- racc/parser
<internal:/usr/local/lib/ruby/3.3.0+0/rubygems/core_ext/kernel_require.rb>:37:in `require'
<internal:/usr/local/lib/ruby/3.3.0+0/rubygems/core_ext/kernel_require.rb>:37:in `require'
/usr/local/bundle/gems/parser-3.2.2.1/lib/parser.rb:12:in `<top (required)>'
<internal:/usr/local/lib/ruby/3.3.0+0/rubygems/core_ext/kernel_require.rb>:37:in `require'
<internal:/usr/local/lib/ruby/3.3.0+0/rubygems/core_ext/kernel_require.rb>:37:in `require'
/usr/local/bundle/gems/rubocop-ast-1.29.0/lib/rubocop/ast.rb:3:in `<top (required)>'
/usr/local/bundle/gems/rubocop-ast-1.29.0/lib/rubocop-ast.rb:3:in `require_relative'
/usr/local/bundle/gems/rubocop-ast-1.29.0/lib/rubocop-ast.rb:3:in `<top (required)>'
```

https://app.circleci.com/pipelines/github/rubocop/rubocop/9387/workflows/c308ef87-1373-4c0a-b90d-a22ea57860e3/jobs/279345

Since the Parser gem supports Ruby 2.0.0 and above,
So, Racc runtime version is not specified to accept older Racc versions.
Development version of Racc 1.6.2 has been added to the Gemfile.
koic added a commit to koic/parser that referenced this pull request Jun 8, 2023
Follow up ruby/ruby#7877.

Ruby 3.3.0dev is set to promote Racc to a bundled gem.
Therefore, this PR adds Racc to runtime dependencies
to prevents the following error in RuboCop:

```console
bundle exec rake internal_investigation

rake aborted!
LoadError: cannot load such file -- racc/parser
<internal:/usr/local/lib/ruby/3.3.0+0/rubygems/core_ext/kernel_require.rb>:37:in `require'
<internal:/usr/local/lib/ruby/3.3.0+0/rubygems/core_ext/kernel_require.rb>:37:in `require'
/usr/local/bundle/gems/parser-3.2.2.1/lib/parser.rb:12:in `<top (required)>'
<internal:/usr/local/lib/ruby/3.3.0+0/rubygems/core_ext/kernel_require.rb>:37:in `require'
<internal:/usr/local/lib/ruby/3.3.0+0/rubygems/core_ext/kernel_require.rb>:37:in `require'
/usr/local/bundle/gems/rubocop-ast-1.29.0/lib/rubocop/ast.rb:3:in `<top (required)>'
/usr/local/bundle/gems/rubocop-ast-1.29.0/lib/rubocop-ast.rb:3:in `require_relative'
/usr/local/bundle/gems/rubocop-ast-1.29.0/lib/rubocop-ast.rb:3:in `<top (required)>'
```

https://app.circleci.com/pipelines/github/rubocop/rubocop/9387/workflows/c308ef87-1373-4c0a-b90d-a22ea57860e3/jobs/279345

Since the Parser gem supports Ruby 2.0.0 and above,
So, Racc runtime version is not specified to accept older Racc versions.
Development version of Racc 1.7.0 has been added to the Gemfile.
koic added a commit to koic/parser that referenced this pull request Jun 8, 2023
Follow up ruby/ruby#7877.

Ruby 3.3.0dev is set to promote Racc to a bundled gem.
Therefore, this PR adds Racc to runtime dependencies
to prevents the following error in RuboCop:

```console
bundle exec rake internal_investigation

rake aborted!
LoadError: cannot load such file -- racc/parser
<internal:/usr/local/lib/ruby/3.3.0+0/rubygems/core_ext/kernel_require.rb>:37:in `require'
<internal:/usr/local/lib/ruby/3.3.0+0/rubygems/core_ext/kernel_require.rb>:37:in `require'
/usr/local/bundle/gems/parser-3.2.2.1/lib/parser.rb:12:in `<top (required)>'
<internal:/usr/local/lib/ruby/3.3.0+0/rubygems/core_ext/kernel_require.rb>:37:in `require'
<internal:/usr/local/lib/ruby/3.3.0+0/rubygems/core_ext/kernel_require.rb>:37:in `require'
/usr/local/bundle/gems/rubocop-ast-1.29.0/lib/rubocop/ast.rb:3:in `<top (required)>'
/usr/local/bundle/gems/rubocop-ast-1.29.0/lib/rubocop-ast.rb:3:in `require_relative'
/usr/local/bundle/gems/rubocop-ast-1.29.0/lib/rubocop-ast.rb:3:in `<top (required)>'
```

https://app.circleci.com/pipelines/github/rubocop/rubocop/9387/workflows/c308ef87-1373-4c0a-b90d-a22ea57860e3/jobs/279345

Since the Parser gem supports Ruby 2.0.0 and above,
So, Racc runtime version is not specified to accept older Racc versions.
Development version of Racc 1.7.0 has been added to the Gemfile.
koic added a commit to koic/rubocop that referenced this pull request Jun 8, 2023
Follow up ruby/ruby#7877.

Ruby 3.3.0dev is set to promote Racc to a bundled gem.
Therefore, this PR provides a workaround for Parser 3.2.2.2 or lower with Ruby 3.3.0dev
to prevents the following Ruby 3.3.0dev CI matrix error:

```console
bundle exec rake internal_investigation

rake aborted!
LoadError: cannot load such file -- racc/parser
<internal:/usr/local/lib/ruby/3.3.0+0/rubygems/core_ext/kernel_require.rb>:37:in `require'
<internal:/usr/local/lib/ruby/3.3.0+0/rubygems/core_ext/kernel_require.rb>:37:in `require'
/usr/local/bundle/gems/parser-3.2.2.1/lib/parser.rb:12:in `<top (required)>'
<internal:/usr/local/lib/ruby/3.3.0+0/rubygems/core_ext/kernel_require.rb>:37:in `require'
<internal:/usr/local/lib/ruby/3.3.0+0/rubygems/core_ext/kernel_require.rb>:37:in `require'
/usr/local/bundle/gems/rubocop-ast-1.29.0/lib/rubocop/ast.rb:3:in `<top (required)>'
/usr/local/bundle/gems/rubocop-ast-1.29.0/lib/rubocop-ast.rb:3:in `require_relative'
/usr/local/bundle/gems/rubocop-ast-1.29.0/lib/rubocop-ast.rb:3:in `<top (required)>'
```

https://app.circleci.com/pipelines/github/rubocop/rubocop/9387/workflows/c308ef87-1373-4c0a-b90d-a22ea57860e3/jobs/279345

I opened PR whitequark/parser#929 to add Racc as a runtime dependency to the Parser gem.
When the Praser gem releases a new version of Racc that includes the runtime dependencies,
it will be able to upgrade the Parser gem dependency and remove the workaround.

RuboCop's support for Ruby 3.3.0dev is experimental and additions of Racc to the runtime have not been made,
as I believe the solution proposed in whitequark/parser#929 is the best.
tk0miya added a commit to tk0miya/rbs that referenced this pull request Jun 13, 2023
Follow up ruby/ruby#7877.

Ruby 3.3.0dev is set to promote Racc to a bundled gem. Therefore,
this PR provides a workaround for Parser 3.2.2.2 or lower with Ruby
3.3.0dev to prevents the Ruby 3.3.0dev CI matrix error from rubocop.

refs: rubocop/rubocop#11941
@tk0miya tk0miya mentioned this pull request Jun 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant