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

Add job for CI using Prism parser #110

Merged
merged 1 commit into from
Apr 8, 2024
Merged

Add job for CI using Prism parser #110

merged 1 commit into from
Apr 8, 2024

Conversation

ydah
Copy link
Member

@ydah ydah commented Mar 21, 2024

Follow up rubocop/rubocop-ast#277


Before submitting the PR make sure the following are checked:

  • Feature branch is up-to-date with master (if not - rebase it).
  • Squashed related commits together.
  • [-] Added tests.
  • [-] Updated documentation.
  • Added an entry to the CHANGELOG.md if the new code introduces user-observable changes.
  • The build (bundle exec rake) passes (be sure to run this locally, since it may produce updated documentation that you will need to commit).

@ydah ydah requested a review from a team as a code owner March 21, 2024 09:39
@pirj
Copy link
Member

pirj commented Mar 21, 2024

Same as https://github.com/rubocop/rubocop-capybara/pull/112/files#r1533586083

interestingly, the job fails.

@ydah ydah force-pushed the support_prism branch 2 times, most recently from 1fea9e9 to 41fa094 Compare March 22, 2024 18:39
@ydah ydah changed the title Support Prism as a Ruby parser Add job for CI using Prism parser Mar 22, 2024
Copy link
Member

@pirj pirj left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@pirj
Copy link
Member

pirj commented Mar 22, 2024

Should we update rubocop-ast? Or will the latest used anyway in the build? Or will this use the latest cached?
Should we report the error to prism?

@ydah
Copy link
Member Author

ydah commented Mar 24, 2024

I think rubocop-ast is up to date. This is a prism issue and will be resolved by the next version of prism.

@ydah ydah merged commit 3ee2486 into master Apr 8, 2024
25 checks passed
@ydah ydah deleted the support_prism branch April 8, 2024 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants