We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1916f4d commit d411d9eCopy full SHA for d411d9e
script/Shake.lean
@@ -482,6 +482,8 @@ def visitModule (pkg : Name) (srcSearchPath : SearchPath)
482
args.keepPublic && imp.isExported ||
483
impStx.raw.getTrailing?.any (·.toString.contains "shake: keep") then
484
deps := deps.union k {j}
485
+ if args.trace then
486
+ IO.eprintln s!"Adding `{imp}` as additional dependency"
487
for j in [0:s.mods.size] do
488
for k in NeedsKind.all do
489
-- remove `meta` while preserving, no use-case for preserving `meta` so far
0 commit comments