ocaml-trace/test
Simon Cruanes cb468a0440
remove manual spans
there isn't a clear way to use them. The `tracing` library in Rust
doesn't have an equivalent of this, instead futures re-enter and
re-exit regular spans whenever they are polled. For us in OCaml the
equivalent is to create a regular span whenever we schedule a
future/fiber, and exit it when we yield.
2024-01-24 22:49:30 -05:00
..
fuchsia/write limit test to package 2023-12-27 21:37:34 -05:00
dune add ppx_trace 2023-12-22 21:24:53 -05:00
t1.expected remove manual spans 2024-01-24 22:49:30 -05:00
t1.ml remove manual spans 2024-01-24 22:49:30 -05:00
t2.expected add test for ppx_trace 2023-12-22 21:25:13 -05:00
t2.ml add test for ppx_trace 2023-12-22 21:25:13 -05:00