From ae33f0ce5901e11f3e1872c2e1db636bd79dca5c Mon Sep 17 00:00:00 2001 From: John Starks Date: Tue, 28 Oct 2025 01:52:15 +0000 Subject: [PATCH 1/4] try tracing fork --- Cargo.lock | 6 ++---- Cargo.toml | 2 ++ 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 50a279ebe4..5dcafa44f6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7591,8 +7591,7 @@ dependencies = [ [[package]] name = "tracing" version = "0.1.41" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" +source = "git+https://github.com/jstarks/tracing?branch=less_code#47b7e9deee8084979b3d7beb91e5613d0500c07e" dependencies = [ "pin-project-lite", "tracing-attributes", @@ -7613,8 +7612,7 @@ dependencies = [ [[package]] name = "tracing-core" version = "0.1.34" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" +source = "git+https://github.com/jstarks/tracing?branch=less_code#47b7e9deee8084979b3d7beb91e5613d0500c07e" dependencies = [ "once_cell", "valuable", diff --git a/Cargo.toml b/Cargo.toml index f627aacb47..673bc7d894 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -625,6 +625,8 @@ opt-level = 3 bitvec = { git = "https://github.com/smalis-msft/bitvec", branch = "set-aliased-previous-val" } # Pending pbjson-build = { git = "https://github.com/jstarks/pbjson", branch = "aliases" } +tracing = { git = "https://github.com/jstarks/tracing", branch = "less_code" } +tracing-core = { git = "https://github.com/jstarks/tracing", branch = "less_code" } [workspace.lints.rust] # Lint groups need a priority lower than individual lints so they get applied first. From 11a84e07b0208cbf0159c161ae97082ff334c5c8 Mon Sep 17 00:00:00 2001 From: John Starks Date: Tue, 28 Oct 2025 04:08:32 +0000 Subject: [PATCH 2/4] more --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5dcafa44f6..2f0b97d1fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7591,7 +7591,7 @@ dependencies = [ [[package]] name = "tracing" version = "0.1.41" -source = "git+https://github.com/jstarks/tracing?branch=less_code#47b7e9deee8084979b3d7beb91e5613d0500c07e" +source = "git+https://github.com/jstarks/tracing?branch=less_code#418b0aca62453c09c8f75b1ad447de4da7f770d2" dependencies = [ "pin-project-lite", "tracing-attributes", @@ -7612,7 +7612,7 @@ dependencies = [ [[package]] name = "tracing-core" version = "0.1.34" -source = "git+https://github.com/jstarks/tracing?branch=less_code#47b7e9deee8084979b3d7beb91e5613d0500c07e" +source = "git+https://github.com/jstarks/tracing?branch=less_code#418b0aca62453c09c8f75b1ad447de4da7f770d2" dependencies = [ "once_cell", "valuable", From de85c29a599a0c080e93b1dee92c2834b8eb4462 Mon Sep 17 00:00:00 2001 From: John Starks Date: Tue, 28 Oct 2025 04:31:55 +0000 Subject: [PATCH 3/4] whoops --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 2f0b97d1fd..fa823d3477 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7591,7 +7591,7 @@ dependencies = [ [[package]] name = "tracing" version = "0.1.41" -source = "git+https://github.com/jstarks/tracing?branch=less_code#418b0aca62453c09c8f75b1ad447de4da7f770d2" +source = "git+https://github.com/jstarks/tracing?branch=less_code#ff24c04cf7561d1e1c2f7a3ceeb816a3faeba5db" dependencies = [ "pin-project-lite", "tracing-attributes", @@ -7612,7 +7612,7 @@ dependencies = [ [[package]] name = "tracing-core" version = "0.1.34" -source = "git+https://github.com/jstarks/tracing?branch=less_code#418b0aca62453c09c8f75b1ad447de4da7f770d2" +source = "git+https://github.com/jstarks/tracing?branch=less_code#ff24c04cf7561d1e1c2f7a3ceeb816a3faeba5db" dependencies = [ "once_cell", "valuable", From 1d43c510e78eb284efe0e0703c6d11709fff7a59 Mon Sep 17 00:00:00 2001 From: John Starks Date: Tue, 28 Oct 2025 16:10:46 +0000 Subject: [PATCH 4/4] update --- Cargo.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fa823d3477..af7603a0b4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -7591,7 +7591,7 @@ dependencies = [ [[package]] name = "tracing" version = "0.1.41" -source = "git+https://github.com/jstarks/tracing?branch=less_code#ff24c04cf7561d1e1c2f7a3ceeb816a3faeba5db" +source = "git+https://github.com/jstarks/tracing?branch=less_code#23f96ba28b1e0c26cba59a52d2a732a7eaead211" dependencies = [ "pin-project-lite", "tracing-attributes", @@ -7612,7 +7612,7 @@ dependencies = [ [[package]] name = "tracing-core" version = "0.1.34" -source = "git+https://github.com/jstarks/tracing?branch=less_code#ff24c04cf7561d1e1c2f7a3ceeb816a3faeba5db" +source = "git+https://github.com/jstarks/tracing?branch=less_code#23f96ba28b1e0c26cba59a52d2a732a7eaead211" dependencies = [ "once_cell", "valuable",