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

global variable `$thor_runner' not initialized #633

Closed
graywolf-at-work opened this issue Nov 9, 2018 · 2 comments · Fixed by #686
Closed

global variable `$thor_runner' not initialized #633

graywolf-at-work opened this issue Nov 9, 2018 · 2 comments · Fixed by #686

Comments

@graywolf-at-work
Copy link

I'm getting warning when running my program (which uses Thor) with $VERBOSE = true:

/home/wolf/.rvm/gems/ruby-2.5.3@sm-toolkit/gems/thor-0.20.0/lib/thor.rb:396: warning: global variable `$thor_runner' not initialized

simple repro:

#!/usr/bin/ruby

$VERBOSE = true

require 'thor'

class Test < Thor
end

Test.start(ARGV)
@hadmut
Copy link

hadmut commented May 13, 2019

Still in 0.20.3:

/var/lib/gems/2.5.0/gems/thor-0.20.3/lib/thor.rb:396: warning: global variable `$thor_runner' not initialized

@hadmut
Copy link

hadmut commented Aug 28, 2019

Any chance to get this fixed?

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 a pull request may close this issue.

2 participants