Skip to content

Commit 71f02db

Browse files
committed
decrease limit, hopefully fixing the bootstrap
1 parent 1fa91aa commit 71f02db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/promotion.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ end
327327

328328
const _promote_type_binary_recursion_depth_limit = let n = nothing # recursion depth limit to prevent stack overflow
329329
f = (n, n, n, n)
330-
(f..., f..., f..., f..., f...)
330+
(f..., f..., f..., f...)
331331
end
332332

333333
function promote_type(::Type{T}, ::Type{S}) where {T,S}

0 commit comments

Comments
 (0)