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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed helper splat warning due to being interpreted as argument prefix #182

Closed
wants to merge 1 commit into from
Closed

Conversation

bkuhlmann
Copy link

@bkuhlmann bkuhlmann commented Jan 29, 2024

Overview

Hello. 馃憢 Was seeing warnings show up in my test suite, since I have Ruby warnings enabled, and wanted to fix the issue in in this gem.

Details

Necessary to resolve the following warnings showing up when using this gem in test suites with Ruby warnings enabled (i.e. ruby -w): gems/propshaft-0.8.0/lib/propshaft/helper.rb:10: warning: *' interpreted as argument prefix. By using parenthesis, these warnings go away and the test suite output is much cleaner.

Notes

Not sure when you plan to publish a new version of this gem but if a patch release is acceptable, that would be most welcome. 馃檱

Necessary to resolve the following warnings showing up when using this gem in test suites with Ruby warnings enabled (i.e. `ruby -w`): `gems/propshaft-0.8.0/lib/propshaft/helper.rb:10: warning: *' interpreted as argument prefix`. By using parenthesis, these warnings go away and the test suite output is much cleaner.
@bkuhlmann
Copy link
Author

Closing due to lack of feedback. Going to use a alternative solution instead.

@bkuhlmann bkuhlmann closed this Feb 13, 2024
@bkuhlmann bkuhlmann deleted the warning branch February 13, 2024 04:07
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.

None yet

1 participant