Skip to content

Commit 1868628

Browse files
authored
move case functions and char predicates back to Base (#25479)
fixes #25394
1 parent 6ff9fda commit 1868628

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/Distributed.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ using Base: Process, Semaphore, JLOptions, AnyDict, buffer_writes, wait_connecte
1717
binding_module, notify_error, atexit, julia_exename, julia_cmd,
1818
AsyncGenerator, acquire, release, invokelatest,
1919
shell_escape_posixly, uv_error, coalesce, notnothing
20-
using Base.Unicode: isdigit, isnumeric
2120

2221
# NOTE: clusterserialize.jl imports additional symbols from Base.Serializer for use
2322

test/distributed_exec.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,6 @@ generic_map_tests(pmap_fallback)
532532

533533
# pmap with various types. Test for equivalence with map
534534
run_map_equivalence_tests(pmap)
535-
using Base.Unicode: uppercase
536535
@test pmap(uppercase, "Hello World!") == map(uppercase, "Hello World!")
537536

538537

0 commit comments

Comments
 (0)