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

lib/thread/future.rb: Remove the unusual space between the method nam… #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

martindorey
Copy link

…e and its parameters to fix:

martind@paris:/download/ruby-thread/lib$ ruby --version
ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux-gnu]
martind@paris:
/download/ruby-thread/lib$ RUBYLIB=. ruby -we 'require "thread/future"'
/home/martind/download/ruby-thread/lib/thread/future.rb:146: warning: parentheses after method name is interpreted as an argument list, not a decomposed argument
martind@paris:/download/ruby-thread/lib$ vim /home/martind/download/ruby-thread/lib/thread/future.rb +146
martind@paris:
/download/ruby-thread/lib$ RUBYLIB=. ruby -we 'require "thread/future"'
martind@paris:~/download/ruby-thread/lib$

…e and its parameters to fix:

martind@paris:~/download/ruby-thread/lib$ ruby --version
ruby 2.5.5p157 (2019-03-15 revision 67260) [x86_64-linux-gnu]
martind@paris:~/download/ruby-thread/lib$ RUBYLIB=. ruby -we 'require "thread/future"'
/home/martind/download/ruby-thread/lib/thread/future.rb:146: warning: parentheses after method name is interpreted as an argument list, not a decomposed argument
martind@paris:~/download/ruby-thread/lib$ vim /home/martind/download/ruby-thread/lib/thread/future.rb +146
martind@paris:~/download/ruby-thread/lib$ RUBYLIB=. ruby -we 'require "thread/future"'
martind@paris:~/download/ruby-thread/lib$
@martindorey
Copy link
Author

I don't understand why that didn't work. Perhaps it needs a nudge like travis-ci/travis-ci#576 (comment)

@martindorey martindorey reopened this Apr 22, 2021
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.

1 participant