alexandre-mbm / toggl-chart

My productivity charts generators
MIT License
0 stars 0 forks source link

export RUBYOPT="-W0" #2

Closed alexandre-mbm closed 7 years ago

alexandre-mbm commented 7 years ago

Diagnóstico: http://stackoverflow.com/a/41464223/3391915

Solução de contorno: http://stackoverflow.com/a/42336144/3391915

$ ruby test2.rb; eog chart.png 
/home/alexandre/.gem/ruby/2.4.0/gems/awesome_print-1.7.0/lib/awesome_print/formatters/base_formatter.rb:31: warning: constant ::Fixnum is deprecated
2% (28 min)
16% (3:52)
27% (6:34)
5% (1:09)
50% (11:55)

Productivity: 12.5%
$ export RUBYOPT="-W0"
$ ruby test2.rb; eog chart.png 
2% (28 min)
16% (3:52)
27% (6:34)
5% (1:09)
50% (11:55)

Productivity: 12.5%
alexandre-mbm commented 7 years ago

Ref. 1: https://github.com/appium/ruby_lib/issues/491#issuecomment-283782505 Ref. 2: https://github.com/awesome-print/awesome_print/issues/299#issuecomment-283783688