We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rake 11.0 turns on Ruby warnings by default. With warnings enabled, running SSHKit's test suite results in a flood of messages like this:
lib/sshkit/runners/group.rb:15: warning: instance variable @group_size not initialized lib/sshkit/host.rb:59: warning: instance variable @local not initialized lib/sshkit/backends/abstract.rb:141: warning: instance variable @pwd not initialized lib/sshkit/backends/abstract.rb:149: warning: instance variable @env not initialized lib/sshkit/backends/abstract.rb:149: warning: instance variable @user not initialized lib/sshkit/backends/abstract.rb:149: warning: instance variable @group not initialized
We could:
I haven't had time to think this through yet, so for now I'm just opening it for discussion.
Your thoughts?
The text was updated successfully, but these errors were encountered:
Warnings are legit, we should solve them, but if it's only a test problem, I wouldn't let it block you from 1.10 release?
Sorry, something went wrong.
Nope, this is definitely not a blocker. Just wanted to make note of it before I forgot.
No branches or pull requests
Rake 11.0 turns on Ruby warnings by default. With warnings enabled, running SSHKit's test suite results in a flood of messages like this:
We could:
I haven't had time to think this through yet, so for now I'm just opening it for discussion.
Your thoughts?
The text was updated successfully, but these errors were encountered: