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

- Fix errros in the ascii specs of RuboCop #1037

Merged
merged 1 commit into from
Aug 8, 2024

Conversation

koic
Copy link
Collaborator

@koic koic commented Aug 8, 2024

Follow up #1031 (comment) and reverts #1028.

This PR fixes the following error:

$ ci/run_rubocop_specs
(snip)

==> Failed Examples

rspec  # RuboCop::Cop::Lint::PercentStringArray with binary encoded source adds an offense and corrects when tokens contain quotes
rspec  # RuboCop::Cop::Lint::PercentStringArray with binary encoded source accepts if tokens contain no quotes
rspec './spec/rubocop/cop/layout/end_of_line_spec.rb[1:3:6:2]' # RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is lf and the default external encoding is US_ASCII can inspect non-UTF-8 encoded source with proper encoding comment
rspec './spec/rubocop/cop/layout/end_of_line_spec.rb[1:3:5:2]' # RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is lf and there are many lines ending with CR+LF can inspect non-UTF-8 encoded source with proper encoding comment
rspec './spec/rubocop/cop/layout/end_of_line_spec.rb[1:2:6:2]' # RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is crlf and the default external encoding is US_ASCII can inspect non-UTF-8 encoded source with proper encoding comment
rspec './spec/rubocop/cop/layout/end_of_line_spec.rb[1:2:5:2]' # RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is crlf and there are many lines ending with LF can inspect non-UTF-8 encoded source with proper encoding comment
rspec './spec/rubocop/cop/lint/percent_symbol_array_spec.rb[1:1:11:2]' # RuboCop::Cop::Lint::PercentSymbolArray detecting colons or commas in a %i/%I string with binary encoded source accepts if tokens contain no quotes
rspec './spec/rubocop/cop/lint/percent_symbol_array_spec.rb[1:1:11:1]' # RuboCop::Cop::Lint::PercentSymbolArray detecting colons or commas in a %i/%I string with binary encoded source registers an offense and corrects when tokens contain quotes

#1028 has an issue with the fix, causing RuboCop's CI to fail.

This PR prioritizes avoiding CI failures, so for now, it reverts the above change.

Improvements for handling warnings in Ruby 3.4.0dev and displaying clear results when whitequark/parser fails in the RuboCop CI matrix will be addressed separately.

Follow up whitequark#1031 (comment) and reverts whitequark#1028.

This PR fixes the following error:

```console
$ ci/run_rubocop_specs
(snip)

==> Failed Examples

rspec  # RuboCop::Cop::Lint::PercentStringArray with binary encoded source adds an offense and corrects when tokens contain quotes
rspec  # RuboCop::Cop::Lint::PercentStringArray with binary encoded source accepts if tokens contain no quotes
rspec './spec/rubocop/cop/layout/end_of_line_spec.rb[1:3:6:2]' # RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is
lf and the default external encoding is US_ASCII can inspect non-UTF-8 encoded source with proper encoding comment
rspec './spec/rubocop/cop/layout/end_of_line_spec.rb[1:3:5:2]' # RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is
lf and there are many lines ending with CR+LF can inspect non-UTF-8 encoded source with proper encoding comment
rspec './spec/rubocop/cop/layout/end_of_line_spec.rb[1:2:6:2]' # RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is
crlf and the default external encoding is US_ASCII can inspect non-UTF-8 encoded source with proper encoding comment
rspec './spec/rubocop/cop/layout/end_of_line_spec.rb[1:2:5:2]' # RuboCop::Cop::Layout::EndOfLine when EnforcedStyle is
crlf and there are many lines ending with LF can inspect non-UTF-8 encoded source with proper encoding comment
rspec './spec/rubocop/cop/lint/percent_symbol_array_spec.rb[1:1:11:2]' # RuboCop::Cop::Lint::PercentSymbolArray detecting colons or
commas in a %i/%I string with binary encoded source accepts if tokens contain no quotes
rspec './spec/rubocop/cop/lint/percent_symbol_array_spec.rb[1:1:11:1]' # RuboCop::Cop::Lint::PercentSymbolArray detecting colons or
commas in a %i/%I string with binary encoded source registers an offense and corrects when tokens contain quotes
```

whitequark#1028 has an issue with the fix, causing RuboCop's CI to fail.

This PR prioritizes avoiding CI failures, so for now, it reverts the above change.

Improvements for handling warnings in Ruby 3.4.0dev and displaying clear results when whitequark/parser fails
in the RuboCop CI matrix will be addressed separately.
@iliabylich iliabylich merged commit 98aa428 into whitequark:master Aug 8, 2024
9 checks passed
@iliabylich
Copy link
Collaborator

Thanks. Do you need a release?

@koic koic deleted the revert_1028 branch August 8, 2024 08:56
@koic
Copy link
Collaborator Author

koic commented Aug 8, 2024

Yes, if possible, I would appreciate it if you could release it. Thank you for your efforts 🙏

@iliabylich
Copy link
Collaborator

No problem at all, 3.3.4.2 has been released.

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