Skip to content

Conversation

@omus
Copy link
Member

@omus omus commented Oct 7, 2025

Allows dependent packages to consistently useScopedValues.with_logger as described in the README. Without this change users would need to rely on conditional imports like this:

if isdefined(Base, :ScopedValues)
    using Logging: with_logger
else
    using ScopedValues: with_logger
end

@vchuravy
Copy link
Member

vchuravy commented Oct 7, 2025

Thanks!

@vchuravy vchuravy merged commit c66de72 into JuliaLang:main Oct 7, 2025
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants