Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changes/added/12922.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add the workspace root to the config trace event (#12922, @rgrinberg)
1 change: 1 addition & 0 deletions src/dune_trace/dune_trace.ml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ module Event = struct
[ "build_dir", `String (Path.Build.to_string Path.Build.root)
; "argv", `List (Array.to_list Sys.argv |> List.map ~f:Json.string)
; "env", `List (Unix.environment () |> Array.to_list |> List.map ~f:Json.string)
; "root", `String Path.(to_absolute_filename root)
]
in
match version with
Expand Down
Loading