Skip to content

Commit

Permalink
Precompile append_any (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
timholy authored Dec 16, 2020
1 parent 15d6945 commit fc3b614
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,8 @@ function _precompile_()
@assert precompile(Tuple{typeof(find_used), Core.CodeInfo})
@assert precompile(Tuple{typeof(do_assignment!), Frame, Any, Any})
@assert precompile(Tuple{typeof(pc_expr), Frame})
if VERSION >= v"1.3.0-DEV.179" # there are different definitions depending on Julia version
@assert precompile(Tuple{typeof(append_any), Any})
@assert precompile(Tuple{typeof(append_any), Any, Vararg{Any, 100}})
end
end

0 comments on commit fc3b614

Please sign in to comment.