seattlerb / ruby_parser

ruby_parser is a ruby parser written in pure ruby. It outputs s-expressions which can be manipulated and converted back to ruby via the ruby2ruby gem.
http://www.zenspider.com/projects/ruby_parser.html
476 stars 100 forks source link

RubyParser::V30 undefined #319

Closed mepatterson closed 3 years ago

mepatterson commented 3 years ago

Seeing this warning a bunch: NOTE: RubyParser::V30 undefined, using RubyParser::V27

Anything I can change to squelch this? Doesn't seem to be causing issues so much as just spamming my logs at the moment...

zenspider commented 3 years ago

If you're invoking, you can switch to using the specific version that works for you... If you're not, wait for a release that has 3.0 stubbed out. (or run ruby 2.7? :P)

zenspider commented 3 years ago

fixed a while ago