Zulip Chat Archive
Stream: lean4
Topic: lake tracing
Chris Lovett (Jun 30 2022 at 00:32):
many other build systems provide a verbose trace of every command line being invoked, like make --trace
. Does Lake have something like that? I'm trying to debug something and a trace of all command might be useful...
Henrik Böving (Jun 30 2022 at 07:18):
Doesn't lake print this trace already per default? When I run a lake build from scratch I see a lean compiler invocation per file and the final one that links things together
Mac (Jun 30 2022 at 08:34):
Yeah, as Henrik says, that should be default. My future goal in this regard has been to do the opposite (print a nice file by file percent progress without the verbose trace as the new default).
Last updated: Dec 20 2023 at 11:08 UTC