Bug#960977: warning: $SAFE will become a normal global variable in Ruby 3.0

2020-05-19 Thread Youhei SASAKI
Hi, On Tue, 19 May 2020 12:52:38 +0900, Sebastiaan Couwenberg wrote: > > [1 ] > [1.1 ] > Hi Youhei, > > On 5/19/20 2:07 AM, Antonio Terceiro wrote: > > The safe/taint mechanism was removed from Ruby in version 2.7. It's now > > a no-op, and in Ruby 3.0 it will cause ruby-netcdf to crash. > >

Bug#960977: warning: $SAFE will become a normal global variable in Ruby 3.0

2020-05-18 Thread Sebastiaan Couwenberg
Hi Youhei, On 5/19/20 2:07 AM, Antonio Terceiro wrote: > The safe/taint mechanism was removed from Ruby in version 2.7. It's now > a no-op, and in Ruby 3.0 it will cause ruby-netcdf to crash. > > For example, you can reproduce the issue with this command: > > $ ruby -rnumru/netcdf -e 'puts NumRu

Bug#960977: warning: $SAFE will become a normal global variable in Ruby 3.0

2020-05-18 Thread Antonio Terceiro
Package: ruby-netcdf Version: 0.7.2-4+b1 Severity: important Tags: upstream Dear Maintainer, The safe/taint mechanism was removed from Ruby in version 2.7. It's now a no-op, and in Ruby 3.0 it will cause ruby-netcdf to crash. For example, you can reproduce the issue with this command: $ ruby -r