Skip to content

Commit 7682cea

Browse files
committed
fixup! Add type-stable spawn code paths
1 parent ec54565 commit 7682cea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/submission.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ function eager_launch!(pair::DTaskPair)
326326
fargs, spec.options, true))
327327
task.thunk_ref = thunk_id.ref
328328
end
329-
@warn "Don't convert Tuple to Vector{Argument}" maxlog=1
329+
# FIXME: Don't convert Tuple to Vector{Argument}
330330
function eager_launch!(pairs::Vector{DTaskPair})
331331
ntasks = length(pairs)
332332

0 commit comments

Comments
 (0)