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 tests on Ruby 3.3 #111

Merged
merged 2 commits into from
Jan 4, 2024
Merged

Add tests on Ruby 3.3 #111

merged 2 commits into from
Jan 4, 2024

Conversation

zendesk-ops-ci
Copy link

@zendesk-ops-ci zendesk-ops-ci commented Dec 29, 2023

Adds tests on Ruby 3.3.

Applied standard:fix changes, which were mostly Performance/StringIdentifierArgument: methods like instance_variable_get or send should use symbols, not strings.

@razumau razumau force-pushed the ruby_33 branch 2 times, most recently from 3979b5f to f52183d Compare January 2, 2024 11:25
Mostly it’s `Performance/StringIdentifierArgument`: methods like `instance_variable_get` or `send` should use symbols, not strings.

However, `const_get` does not accepts symbols with nested constants, like `Smth::Setting` (see this issue: rubocop/rubocop-performance#425, which might get fixed by rubocop/rubocop-performance#427). I’ve added `# standard:disable` in `spec/property_sets_spec.rb` until that fix is released.
@razumau razumau marked this pull request as ready for review January 3, 2024 15:13
@razumau razumau requested a review from a team as a code owner January 3, 2024 15:13
@razumau razumau requested a review from a team January 3, 2024 15:13
@razumau razumau merged commit 0a326e7 into master Jan 4, 2024
34 checks passed
@razumau razumau deleted the ruby_33 branch January 4, 2024 11:52
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.

3 participants