diff --git a/src/precompile.jl b/src/precompile.jl index c1172534..e58894e1 100644 --- a/src/precompile.jl +++ b/src/precompile.jl @@ -73,6 +73,8 @@ function _precompile_() if isdefined(Revise, :filter_valid_cachefiles) @warnpcfail precompile(Tuple{typeof(filter_valid_cachefiles), String, Vector{String}}) end + @warnpcfail precompile(Tuple{typeof(Revise.iswritable), String}) + @warnpcfail precompile(Tuple{typeof(Revise.active_repl_backend_available)}) @warnpcfail precompile(Tuple{typeof(pkg_fileinfo), PkgId}) @warnpcfail precompile(Tuple{typeof(push!), WatchList, Pair{String,PkgId}}) @warnpcfail precompile(Tuple{typeof(pushex!), ExprsSigs, Expr})