socketry / async-io

Concurrent wrappers for native Ruby IO & Sockets.
MIT License
208 stars 28 forks source link

Avoid 2 "shadowing outer local variable - task" #50

Closed olleolleolle closed 3 years ago

olleolleolle commented 3 years ago

Description

This PR attempts to get rid a an emitted Ruby warning seen when running tests in another project.

gems/async-io-1.32.0/lib/async/io/socket.rb:69: warning: shadowing outer local variable - task
gems/async-io-1.32.0/lib/async/io/socket.rb:165: warning: shadowing outer local variable - task

Types of Changes

Testing

...

olleolleolle commented 3 years ago

Only happens on Ruby 2.5 which is EOL. Closing!