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 "'**' interpreted as argument prefix" warning #400

Merged

Conversation

jonathanhefner
Copy link
Contributor

This fixes the following warning:

warning: `**' interpreted as argument prefix

Additional parentheses have also been added for consistency, and for clarity regarding the precedence of ||.


Example warning: https://buildkite.com/rails/rails/builds/90549#0184109e-c806-4351-924b-67d745df3100/1067-1186

This fixes the following warning:

  ```
  warning: `**' interpreted as argument prefix
  ```

Additional parentheses have also been added for consistency, and for
clarity regarding the precedence of `||`.
@dhh dhh merged commit 2a80b2c into hotwired:main Nov 18, 2022
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.

None yet

2 participants