From ad72eaee7add2148a9ed9b1d47e350c25d5df3c8 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Sun, 23 Aug 2020 04:19:01 -0500 Subject: [PATCH] AbstractString->String in Distributed.ProcessGroup --- stdlib/Distributed/src/cluster.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdlib/Distributed/src/cluster.jl b/stdlib/Distributed/src/cluster.jl index d03df238e4c24..6e4680816f2d5 100644 --- a/stdlib/Distributed/src/cluster.jl +++ b/stdlib/Distributed/src/cluster.jl @@ -765,7 +765,7 @@ let next_pid = 2 # 1 is reserved for the client (always) end mutable struct ProcessGroup - name::AbstractString + name::String workers::Array{Any,1} refs::Dict{RRID,Any} # global references topology::Symbol