On 25 May 2017 at 03:05, Shane Curcuru <[email protected]> wrote: > How can we get rid of this warning, that comes up on many scripts? > > warning: parser/current is loading parser/ruby24, which recognizes > warning: 2.4.0-compliant syntax, but you are running 2.4.1. > warning: please see > https://github.com/whitequark/parser#compatibility-with-ruby-mri. > > It doesn't seem to affect functionality, but it shows up every time I > run local scripts, as well as in the > whimsy.a.0/members/log/whimsy_error.log from many cgis. > > Not that important, just vaguely annoying. 8-)
This should disappear when (if) the parser is updated to support Ruby 2.4.1 AFAIK the only ways to eliminate it would be to revert to Ruby 2.4.0 or hack the source code to suppress the message. > -- > > - Shane > https://www.apache.org/foundation/marks/resources
