Skip to content

Commit 3ee0500

Browse files
authored
add type annotations for non-constant Base globals (JuliaLang/julia#44166)
* add type annotations for non-constant Base globals * remove no-longer needed callsite annotations
1 parent f550b93 commit 3ee0500

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cluster.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ default_addprocs_params(::ClusterManager) = default_addprocs_params()
531531
default_addprocs_params() = Dict{Symbol,Any}(
532532
:topology => :all_to_all,
533533
:dir => pwd(),
534-
:exename => joinpath(Sys.BINDIR::String, julia_exename()),
534+
:exename => joinpath(Sys.BINDIR, julia_exename()),
535535
:exeflags => ``,
536536
:enable_threaded_blas => false,
537537
:lazy => true)

0 commit comments

Comments
 (0)