Skip to content
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

Suppress warning for 2.7 #2753

Merged
merged 5 commits into from
Jan 7, 2020
Merged

Suppress warning for 2.7 #2753

merged 5 commits into from
Jan 7, 2020

Commits on Jan 6, 2020

  1. Suppress noisy stacktrace and exception

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    87c0696 View commit details
    Browse the repository at this point in the history
  2. suppress warning by ruby 2.7

    /home/travis/build/fluent/fluentd/test/config/test_system_config.rb:101: warning: Using the last argument as keyword parameters is deprecated; maybe ** should be added to the call
    /home/travis/build/fluent/fluentd/lib/fluent/system_config.rb:132: warning: The called method `overwrite_variables' is defined here
    
    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    7584cfe View commit details
    Browse the repository at this point in the history
  3. Suppress warning calling URI.open via Kernel#open is deprecated, call…

    … URI.open directly or use URI#open
    
    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    07dcfce View commit details
    Browse the repository at this point in the history
  4. initialize @timeout_checker

     warning: instance variable @timeout_checker not initialized
    
    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    45c94ea View commit details
    Browse the repository at this point in the history
  5. Omit deprecated feature test

    Signed-off-by: Yuta Iwama <ganmacs@gmail.com>
    ganmacs committed Jan 6, 2020
    Configuration menu
    Copy the full SHA
    0f933a5 View commit details
    Browse the repository at this point in the history