From facc9f22dc8f7c5bd83e1fd5b6f35c9d2b9b1aa7 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Thu, 10 Apr 2025 11:02:28 +0200 Subject: [PATCH 1/8] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c9a20cf5d0..ac954e4a95 100644 --- a/Project.toml +++ b/Project.toml @@ -57,7 +57,7 @@ MsgPack = "1.1" Pkg = "1" PlutoDependencyExplorer = "~1.2" PrecompileSignatures = "3" -PrecompileTools = "=1.2.1" +PrecompileTools = "~1.2, ~1.3" REPL = "1" RegistryInstances = "0.1" RelocatableFolders = "0.1, 0.2, 0.3, 1" From fda42762f244434985dcecabdb917130a17b66f4 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Thu, 10 Apr 2025 11:02:41 +0200 Subject: [PATCH 2/8] Update Project.toml --- Project.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Project.toml b/Project.toml index ac954e4a95..65e967c7cb 100644 --- a/Project.toml +++ b/Project.toml @@ -69,6 +69,7 @@ URIs = "1.3" UUIDs = "1" julia = "^1.10" + [extras] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826" From 9104df99c60d51f50d7e77bd2c538bb20c2c4ef0 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Thu, 10 Apr 2025 11:02:49 +0200 Subject: [PATCH 3/8] Update Project.toml --- Project.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Project.toml b/Project.toml index 65e967c7cb..ac954e4a95 100644 --- a/Project.toml +++ b/Project.toml @@ -69,7 +69,6 @@ URIs = "1.3" UUIDs = "1" julia = "^1.10" - [extras] DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0" Memoize = "c03570c3-d221-55d1-a50c-7939bbd78826" From 26110a7cc1596142a8ad8b0859567b0e5c4112c2 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Thu, 10 Apr 2025 11:26:41 +0200 Subject: [PATCH 4/8] Update runtests.jl --- test/runtests.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index 62d89d5c1a..bcf0a71ddf 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -27,7 +27,7 @@ include("helpers.jl") @timeit_include("compiletimes.jl") verify_no_running_processes() -if get(ENV, "PLUTO_TEST_ONLY_COMPILETIMES", nothing) == "true" +if true || get(ENV, "PLUTO_TEST_ONLY_COMPILETIMES", nothing) == "true" print_timeroutput() exit(0) end From cb9dc0ba83745223f8f48927275064285911656b Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Thu, 10 Apr 2025 19:07:22 +0200 Subject: [PATCH 5/8] Update runtests.jl --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index bcf0a71ddf..fc03388e07 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -76,3 +76,4 @@ verify_no_running_processes() print_timeroutput() @timeit_include("ExpressionExplorer.jl") + From d294efa83718397c4ab340e08e12be948fee3ff8 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Fri, 11 Apr 2025 07:52:16 +0200 Subject: [PATCH 6/8] Update runtests.jl --- test/runtests.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/test/runtests.jl b/test/runtests.jl index fc03388e07..bcf0a71ddf 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -76,4 +76,3 @@ verify_no_running_processes() print_timeroutput() @timeit_include("ExpressionExplorer.jl") - From 51b3e7b5eb14f27f6192b053dd8605f8b58088e3 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Fri, 11 Apr 2025 07:52:20 +0200 Subject: [PATCH 7/8] Update runtests.jl --- test/runtests.jl | 1 + 1 file changed, 1 insertion(+) diff --git a/test/runtests.jl b/test/runtests.jl index bcf0a71ddf..fc03388e07 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -76,3 +76,4 @@ verify_no_running_processes() print_timeroutput() @timeit_include("ExpressionExplorer.jl") + From 92fa1c2eb0cf38e5a70e719f970a245d54b751c0 Mon Sep 17 00:00:00 2001 From: Fons van der Plas Date: Sat, 12 Apr 2025 18:43:35 +0200 Subject: [PATCH 8/8] Discard changes to test/runtests.jl --- test/runtests.jl | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/runtests.jl b/test/runtests.jl index fc03388e07..62d89d5c1a 100644 --- a/test/runtests.jl +++ b/test/runtests.jl @@ -27,7 +27,7 @@ include("helpers.jl") @timeit_include("compiletimes.jl") verify_no_running_processes() -if true || get(ENV, "PLUTO_TEST_ONLY_COMPILETIMES", nothing) == "true" +if get(ENV, "PLUTO_TEST_ONLY_COMPILETIMES", nothing) == "true" print_timeroutput() exit(0) end @@ -76,4 +76,3 @@ verify_no_running_processes() print_timeroutput() @timeit_include("ExpressionExplorer.jl") -