hubsmoke / bro

A CLI to interact with bropages.org
bropages.org
Other
404 stars 29 forks source link

constant ::NIL is deprecated etc #73

Closed benjbrandall closed 6 years ago

benjbrandall commented 6 years ago

Any bro command after installation results in:

/var/lib/gems/2.5.0/gems/commander-4.1.5/lib/commander/user_interaction.rb:328: warning: constant ::NIL is deprecated /var/lib/gems/2.5.0/gems/commander-4.1.5/lib/commander/user_interaction.rb:328: warning: constant ::Data is deprecated /var/lib/gems/2.5.0/gems/commander-4.1.5/lib/commander/user_interaction.rb:328: warning: constant ::TRUE is deprecated /var/lib/gems/2.5.0/gems/commander-4.1.5/lib/commander/user_interaction.rb:328: warning: constant ::FALSE is deprecated /var/lib/gems/2.5.0/gems/commander-4.1.5/lib/commander/user_interaction.rb:328: warning: constant ::Fixnum is deprecated /var/lib/gems/2.5.0/gems/commander-4.1.5/lib/commander/user_interaction.rb:328: warning: constant ::Bignum is deprecated

benjbrandall commented 6 years ago

No worries, this was solved earlier by commenting out line 328 of user_interaction.rb -- https://github.com/hubsmoke/bro/issues/67

beigexperience commented 4 years ago

I'm still getting this warning on bro 0.1.0 on debian buster. It flashes for a split second before being scrolled out of view.

azzarello commented 3 years ago

I'm still getting this warning on bro 0.1.0 on debian buster. It flashes for a split second before being scrolled out of view.

Bumping this, I am also experiencing this issue

NerdyDeedsLLC commented 3 years ago

Thirded! (M1 Silicon, Monterey 12.0.1)

Although, and just to be clear... @benjbrandall : were you suggesting that we implement that fix ourselves on our local builds?