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

Make Rack::Request#{[],[]=} warn even in non-verbose mode #1690

Merged
merged 1 commit into from Jul 14, 2020

Commits on Jul 14, 2020

  1. Make Rack::Request#{[],[]=} warn even in non-verbose mode

    Additionally, use the :uplevel keyword to warn, so it includes
    the caller information in the warning output (similar to rb_warn).
    This only works on Ruby 2.5+, so output will look a little odd on
    Ruby 2.3/2.4, but I don't think it warrants separate handling in
    older versions.
    
    Fixes rack#1277
    jeremyevans committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    058fa08 View commit details
    Browse the repository at this point in the history