From 010a96e52502a70f1746f59b17e385fb2f5930dd Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sun, 4 Sep 2022 17:57:14 +0300 Subject: refactor(corp/tvixbolt): adapt for tvix-eval's upcoming observer API Instead of the previous hack which painfully threaded through a structure that the disassembler could write to, Tvix's evaluator is gaining a new "Observer" API which lets library clients observe compilation output (and, soon!, runtime tracing). This adapts tvixbolt to use this observer interface (with the default `DisassemblingObserver`) to populate the `bytecode` field of its output. This is purely a mechanical change, no functionality is impacted. Change-Id: I22bd2218629f30fd7351d4cc5ddcf639c12fea14 Reviewed-on: https://cl.tvl.fyi/c/depot/+/6316 Tested-by: BuildkiteCI Reviewed-by: tazjin --- corp/tvixbolt/Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'corp/tvixbolt/Cargo.toml') diff --git a/corp/tvixbolt/Cargo.toml b/corp/tvixbolt/Cargo.toml index 123d49e109b4..5b5e955efcda 100644 --- a/corp/tvixbolt/Cargo.toml +++ b/corp/tvixbolt/Cargo.toml @@ -17,4 +17,3 @@ rev = "97b438e34be5211a4b48aeed9cc3ded489b4d6da" [dependencies.tvix-eval] path = "../tvix-eval/tvix/eval" default-features = false -features = [ "disassembler" ] -- cgit 1.4.1