Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ruby/logger
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 702276e1a652bc388afb972b1bd59bf490a41c9b
Choose a base ref
...
head repository: ruby/logger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0864085cace7a0ecf2fbed42ac1334a6d1f1e774
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Aug 19, 2019

  1. Add reraise_write_errors keyword argument to Logger and LogDevice

    This allows the user to specify exception classes to treat as regular
    exceptions instead of being swallowed.  Among other things, it is
    useful for having Logger work with Timeout when having Timeout raise
    a specific subclass.
    
    Fixes Ruby Bug 9115.
    jeremyevans committed Aug 19, 2019
    Configuration menu
    Copy the full SHA
    0864085 View commit details
    Browse the repository at this point in the history
Loading