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

Load ScopedValues symbols from their source #80

Merged
merged 1 commit into from
Aug 9, 2024
Merged

Conversation

LilithHafner
Copy link
Member

Loading @with from Base is accessing internals because @with is not a public symbol in Base.

See also: JuliaLang/julia#55095 (comment)

Loading `@with` from Base is accessing internals because `@with` is not a public symbol in Base.
@tecosaur tecosaur force-pushed the LilithHafner-patch-1 branch from 6184d71 to 9802b6c Compare August 7, 2024 15:32
@tecosaur
Copy link
Collaborator

tecosaur commented Aug 7, 2024

You forgot a comma 🙂. Is this good to merge before the PR you linked is resolved?

@LilithHafner
Copy link
Member Author

Yes. This is good to merge before that. Indeed, I don't think the linked PR should merge because I want folks to use ScopedValues.with, not Base.with.

@LilithHafner
Copy link
Member Author

@tecosaur, is this good with you to merge?

@tecosaur
Copy link
Collaborator

tecosaur commented Aug 9, 2024

Yup, it's just been waiting for me to be sitting down at the right computer with a little spare time 🙂

@tecosaur tecosaur merged commit 9802b6c into main Aug 9, 2024
5 checks passed
@tecosaur tecosaur deleted the LilithHafner-patch-1 branch August 9, 2024 16:41
oscardssmith pushed a commit to JuliaLang/julia that referenced this pull request Aug 15, 2024
Stop loading `ScopedValues` with `using` so folks use
`ScopedValues.with` or `using ScopedValues` rather than `Base.with`.

Implements
#55095 (comment)

~Have to bump the StyledStrings stdlib to include
JuliaLang/StyledStrings.jl#80 Done

---------

Co-authored-by: Dilum Aluthge <[email protected]>
lazarusA pushed a commit to lazarusA/julia that referenced this pull request Aug 17, 2024
Stop loading `ScopedValues` with `using` so folks use
`ScopedValues.with` or `using ScopedValues` rather than `Base.with`.

Implements
JuliaLang#55095 (comment)

~Have to bump the StyledStrings stdlib to include
JuliaLang/StyledStrings.jl#80 Done

---------

Co-authored-by: Dilum Aluthge <[email protected]>
KristofferC pushed a commit to JuliaLang/julia that referenced this pull request Aug 19, 2024
Stop loading `ScopedValues` with `using` so folks use
`ScopedValues.with` or `using ScopedValues` rather than `Base.with`.

Implements
#55095 (comment)

~Have to bump the StyledStrings stdlib to include
JuliaLang/StyledStrings.jl#80 Done

---------

Co-authored-by: Dilum Aluthge <[email protected]>
(cherry picked from commit e1aefeb)
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