@@ -3995,7 +3995,7 @@ function precompile(@nospecialize(argt::Type), m::Method)
39953995 return precompile (mi)
39963996end
39973997
3998- @assert precompile (include_package_for_output, (PkgId, String, Vector{String}, Vector{String}, Vector{String}, typeof (_concrete_dependencies), Nothing))
3999- @assert precompile (include_package_for_output, (PkgId, String, Vector{String}, Vector{String}, Vector{String}, typeof (_concrete_dependencies), String))
4000- @assert precompile (create_expr_cache, (PkgId, String, String, String, typeof (_concrete_dependencies), Cmd, IO, IO))
4001- @assert precompile (create_expr_cache, (PkgId, String, String, Nothing, typeof (_concrete_dependencies), Cmd, IO, IO))
3998+ precompile (include_package_for_output, (PkgId, String, Vector{String}, Vector{String}, Vector{String}, typeof (_concrete_dependencies), Nothing)) || @assert false
3999+ precompile (include_package_for_output, (PkgId, String, Vector{String}, Vector{String}, Vector{String}, typeof (_concrete_dependencies), String)) || @assert false
4000+ precompile (create_expr_cache, (PkgId, String, String, String, typeof (_concrete_dependencies), Cmd, IO, IO)) || @assert false
4001+ precompile (create_expr_cache, (PkgId, String, String, Nothing, typeof (_concrete_dependencies), Cmd, IO, IO)) || @assert false
0 commit comments