mirror of
https://github.com/ocaml-tracing/ocaml-trace.git
synced 2026-03-08 03:47:57 -04:00
remove Trace module, since it conflicts with toplevel
This commit is contained in:
parent
4624d1800c
commit
f5d9ecd90b
3 changed files with 3 additions and 3 deletions
3
src/dune
3
src/dune
|
|
@ -2,5 +2,4 @@
|
||||||
(name trace)
|
(name trace)
|
||||||
(public_name trace)
|
(public_name trace)
|
||||||
(synopsis "Lightweight stub for tracing")
|
(synopsis "Lightweight stub for tracing")
|
||||||
(libraries (re_export trace.core))
|
(libraries (re_export trace.core)))
|
||||||
)
|
|
||||||
|
|
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
include Trace_core
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
module Trace = Trace_core
|
||||||
|
|
||||||
let run () =
|
let run () =
|
||||||
Trace.set_process_name "main";
|
Trace.set_process_name "main";
|
||||||
Trace.set_thread_name "t1";
|
Trace.set_thread_name "t1";
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue