-
Notifications
You must be signed in to change notification settings - Fork 69
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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: v1.6.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ruby/logger
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 9 commits
- 7 files changed
- 4 contributors
Commits on Sep 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 195bdd8 - Browse repository at this point
Copy the full SHA 195bdd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for d1d704a - Browse repository at this point
Copy the full SHA d1d704aView commit details
Commits on Nov 7, 2024
-
Enable subclasses to configure level isolation (#103)
`Logger#with_level` was recently added to enable configuring a `Logger`'s level for the duration of a block. However, the configured level is always tied to the currently running `Fiber`, which is not always ideal in applications that mix `Thread`s and `Fiber`s. For example, Active Support has provided a similar feature (`ActiveSupport::Logger#log_at`) which, depending on configuration, can be isolated to either `Thread`s or `Fiber`s. This commit enables subclasses of `Logger` to customize the level isolation. Ideally, it will enable replacing most of Active Support's `#log_at`, since both methods end up serving the same purpose.
Configuration menu - View commit details
-
Copy full SHA for dae2b83 - Browse repository at this point
Copy the full SHA dae2b83View commit details
Commits on Nov 25, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a64cb5 - Browse repository at this point
Copy the full SHA 1a64cb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7fae5e - Browse repository at this point
Copy the full SHA a7fae5eView commit details -
Merge pull request #106 from mlinksva/pages-license-update
update license files in rdoc task
Configuration menu - View commit details
-
Copy full SHA for 377b43f - Browse repository at this point
Copy the full SHA 377b43fView commit details -
Merge pull request #105 from mlinksva/dist-licenses
include license texts in gem
Configuration menu - View commit details
-
Copy full SHA for c71f34a - Browse repository at this point
Copy the full SHA c71f34aView commit details
Commits on Dec 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 9512a54 - Browse repository at this point
Copy the full SHA 9512a54View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d07f08 - Browse repository at this point
Copy the full SHA 2d07f08View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.6.1...v1.6.2