From 7518d3337f9a2781c1ba351615e6bb682027a657 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 6 Jan 2025 01:00:02 +0000 Subject: [PATCH] Regenerate `README.md` --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 285dafa..f9486f4 100644 --- a/README.md +++ b/README.md @@ -53,8 +53,13 @@ julia> speculate(Showcase; verbosity = debug) julia> speculate(Base.isexported, Showcase; verbosity = debug) [ Info: Skipped `Main.Showcase.g(::Int)` +julia> speculate(Showcase.h; verbosity = debug) do m, n + !(m == Core && n == :String) + end +[ Info: Compiled `Main.Showcase.h(::Symbol)` + julia> speculate(Showcase.h; limit = 2, verbosity = debug) -[ Info: Compiled `Main.Showcase.h(::String)` +[ Info: Skipped `Main.Showcase.h(::String)` [ Info: Compiled `Main.Showcase.h(::Symbol)` julia> install_speculator(; limit = 4, verbosity = debug)