Skip to content

Commit fc3b614

Browse files
authored
Precompile append_any (#453)
1 parent 15d6945 commit fc3b614

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/precompile.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,8 @@ function _precompile_()
4747
@assert precompile(Tuple{typeof(find_used), Core.CodeInfo})
4848
@assert precompile(Tuple{typeof(do_assignment!), Frame, Any, Any})
4949
@assert precompile(Tuple{typeof(pc_expr), Frame})
50+
if VERSION >= v"1.3.0-DEV.179" # there are different definitions depending on Julia version
51+
@assert precompile(Tuple{typeof(append_any), Any})
52+
@assert precompile(Tuple{typeof(append_any), Any, Vararg{Any, 100}})
53+
end
5054
end

0 commit comments

Comments
 (0)