Skip to content

Commit

Permalink
move case functions and char predicates back to Base (#25479)
Browse files Browse the repository at this point in the history
fixes #25394
  • Loading branch information
JeffBezanson authored Jan 13, 2018
1 parent 6ff9fda commit 1868628
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Distributed.jl
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ using Base: Process, Semaphore, JLOptions, AnyDict, buffer_writes, wait_connecte
binding_module, notify_error, atexit, julia_exename, julia_cmd,
AsyncGenerator, acquire, release, invokelatest,
shell_escape_posixly, uv_error, coalesce, notnothing
using Base.Unicode: isdigit, isnumeric

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

Expand Down
1 change: 0 additions & 1 deletion test/distributed_exec.jl
Original file line number Diff line number Diff line change
Expand Up @@ -532,7 +532,6 @@ generic_map_tests(pmap_fallback)

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


Expand Down

0 comments on commit 1868628

Please sign in to comment.