Zulip Chat Archive
Stream: general
Topic: lake exe graph --exclude-meta
Yury G. Kudryashov (Feb 12 2024 at 20:36):
The graph generated by lake exe graph --exclude-meta --to Mathlib.Logic.Equiv.Fin fin.pdf
includes a lot of Mathlib.Tactic.*
files. @Scott Morrison
Kim Morrison (Feb 12 2024 at 22:44):
Sorry, don't have time to look now. The code is pretty simple if you want to take a look. Perhaps @Jon Eugster can help?
Eric Rodriguez (Feb 12 2024 at 23:27):
It seems it just filters by name as opposed to anything else; I don't see an easy way to make it ignore files
Kim Morrison (Feb 12 2024 at 23:28):
I think when upstreaming it there was a search replace error. Most of the "Graph" in the screenshot should clearly be "Mathlib".
Kim Morrison (Feb 12 2024 at 23:28):
@Eric Rodriguez, there's no distinction between files and names here, no?
Eric Rodriguez (Feb 12 2024 at 23:30):
Oh, I see, I thought Name
s could only be for stuff in the environment, not file names too
Jon Eugster (Feb 13 2024 at 08:31):
Oh yes, my bad! I'll push a fix PR later today
(here it is: #10490)
Last updated: May 02 2025 at 03:31 UTC