Disentangle deps, typechecks

This commit is contained in:
Dominik Werder
2024-11-07 17:44:37 +01:00
parent 09463302ee
commit 8fd7e72796
13 changed files with 402 additions and 390 deletions

View File

@@ -27,7 +27,6 @@ err = { path = "../err" }
items_0 = { path = "../items_0" }
items_proc = { path = "../items_proc" }
netpod = { path = "../netpod" }
taskrun = { path = "../taskrun" }
parse = { path = "../parse" }
bitshuffle = { path = "../bitshuffle" }

View File

@@ -799,7 +799,7 @@ mod test_frame {
#[test]
fn events_serialize() {
taskrun::tracing_init_testing().unwrap();
// taskrun::tracing_init_testing().unwrap();
let mut events = EventsDim0::empty();
events.push(123, 234, 55f32);
let events = events;