-
Notifications
You must be signed in to change notification settings - Fork 26
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
uninitialized class variable @@asetus in Oxidized #1
Comments
Uh, forgot this one. This is broken by ytti/oxidized#257 @ElvinEfendi are you bribable to care about this? |
@ytti I'll try to handle it this week. |
@ElvinEfendi Any update? |
ElvinEfendi
added a commit
to Shopify/oxidized-script
that referenced
this issue
Jan 31, 2016
based on #3 looks like this was fixed only for CLI and not in the actual class constructor @ElvinEfendi would appreciate if you could take a look |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am getting this on Linux using Ruby 2.2.4
[oxidized@fhnet01 ~]$ oxs --list-nodes
'uninitialized class variable @@asetus in Oxidized
/usr/local/rvm/gems/ruby-2.2.4/gems/oxidized-script-0.1.1/bin/oxs:8:in
rescue in <top (required)>': uninitialized constant Oxidized::CFG (NameError) from /usr/local/rvm/gems/ruby-2.2.4/gems/oxidized-script-0.1.1/bin/oxs:3:in
<top (required)>'from /usr/local/rvm/gems/ruby-2.2.4/bin/oxs:23:in
load' from /usr/local/rvm/gems/ruby-2.2.4/bin/oxs:23:in
from /usr/local/rvm/gems/ruby-2.2.4/bin/ruby_executable_hooks:15:in
eval' from /usr/local/rvm/gems/ruby-2.2.4/bin/ruby_executable_hooks:15:in
'[oxidized@fhnet01 ~]$
The text was updated successfully, but these errors were encountered: