Skip to content

Commit

Permalink
Make ScopedValues public (#54574)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilithHafner committed Jul 3, 2024
1 parent 1193997 commit ce4f090
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions base/public.jl
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ public
Checked,
Filesystem,
Order,
ScopedValues,
Sort,

# Types
Expand Down
2 changes: 1 addition & 1 deletion test/misc.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1542,7 +1542,7 @@ end
@testset "Base docstrings" begin
undoc = Docs.undocumented_names(Base)
@test_broken isempty(undoc)
@test undoc == [:BufferStream, :CanonicalIndexError, :CapturedException, :Filesystem, :IOServer, :InvalidStateException, :Order, :PipeEndpoint, :Sort, :TTY]
@test undoc == [:BufferStream, :CanonicalIndexError, :CapturedException, :Filesystem, :IOServer, :InvalidStateException, :Order, :PipeEndpoint, :ScopedValues, :Sort, :TTY]
end

@testset "Base.Libc docstrings" begin
Expand Down

0 comments on commit ce4f090

Please sign in to comment.