-
Notifications
You must be signed in to change notification settings - Fork 46
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
Mediawiki warning clogging up the logs #234
Comments
See #217 TIL: if you have a PR open for a branch (in this case master) github of course adds your new commits to that PR instead of opening a new one 😵 |
#217 did not fix this, as @philippbayer reversed the changes, so we still need to switch or ignore warnings. |
This is now done thanks to #257, right? |
Yes, this particular issue is done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Error is:
Related issue in the gem:
jpatokal/mediawiki-gateway#69
Issue-page says there's an "official" mediawiki gem now at https://github.com/wikimedia/mediawiki-ruby-api so the gem we're using is likely to be deprecated and won't be "fixed"
So we can do two things:
a) just put in the :ignorewarnings => true into the MediaWiki::Gateway.new call (dodgy, may hide important other warnings)
b) switch to the new gem (possibly harder, but better for future, good to already have tests :P)
Any votes?
The text was updated successfully, but these errors were encountered: