-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noisy warning from Parser (AutoInstrument) #286
Comments
I wonder if we can do this upstream. |
The author of Parser has publicly stated that the warning is not going away. What you could do is offer instructions on how to make sure that you have a version of Parser that matches your Ruby version, which I believe involves upgrading either one or locking the versions to a known good combination (we're using |
@jonekdahl can you link us to this declaration? |
@ioquatix This is the comment I was thinking about: rubocop/rubocop#1819 (comment) |
The solution here is to make sure the
|
Seen on APM itself. When the parser library loads to do AutoInstruments, it warns if the patch version of Ruby doesn't match what it expects.
There are dozens of warnings like this emitted during a deploy.
The warnings don't seem to cause problems, just noise. It'd be nice to quiet them.
The text was updated successfully, but these errors were encountered: