From d252f85edd34d1bb6503be746a1fe832e9ab9c98 Mon Sep 17 00:00:00 2001 From: Tim Holy Date: Wed, 27 Dec 2023 07:16:29 -0600 Subject: [PATCH 1/3] Update Packages.toml --- Packages.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Packages.toml b/Packages.toml index 285b5f6d..241d8116 100644 --- a/Packages.toml +++ b/Packages.toml @@ -80,6 +80,7 @@ skip_rr = [ # packages that are important, and thus shouldn't ever be blacklisted important = [ "BenchmarkTools", + "CodeTracking", "DataFrames", "DifferentialEquations", "Flux", @@ -87,6 +88,7 @@ important = [ "JuliaInterpreter", "JuMP", "LLVM", + "LoweredCodeUtils", "Plots", "Revise", ] From 8dee700afbc96d840c4316ed0929b13b0c6ae7d2 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Thu, 28 Dec 2023 14:20:06 +0100 Subject: [PATCH 2/3] Update Packages.toml Co-authored-by: Dilum Aluthge --- Packages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages.toml b/Packages.toml index 241d8116..eef960eb 100644 --- a/Packages.toml +++ b/Packages.toml @@ -80,7 +80,7 @@ skip_rr = [ # packages that are important, and thus shouldn't ever be blacklisted important = [ "BenchmarkTools", - "CodeTracking", + "CodeTracking", # used by Revise "DataFrames", "DifferentialEquations", "Flux", From 3071308496b01b5bedbb577434f74e3b185ae4b8 Mon Sep 17 00:00:00 2001 From: Tim Besard Date: Thu, 28 Dec 2023 14:20:10 +0100 Subject: [PATCH 3/3] Update Packages.toml Co-authored-by: Dilum Aluthge --- Packages.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Packages.toml b/Packages.toml index eef960eb..53ddd15c 100644 --- a/Packages.toml +++ b/Packages.toml @@ -88,7 +88,7 @@ important = [ "JuliaInterpreter", "JuMP", "LLVM", - "LoweredCodeUtils", + "LoweredCodeUtils", # used by Revise "Plots", "Revise", ]