Zulip Chat Archive

Stream: Polynomial Freiman-Ruzsa conjecture

Topic: Run lake exe mk_all automatically


Rémy Degenne (Jun 13 2024 at 06:36):

Small remark about that KL definition in PFR: I wanted to look at it but the LEAN link next to https://teorth.github.io/pfr/blueprint/sect0013.html#kl-div gives a 404

Terence Tao (Jun 13 2024 at 06:38):

Ah, I had put it in https://github.com/teorth/pfr/blob/master/PFR/kullback.lean but forgot to tell the main PFR.lean file about the existence of this file. Let me try to fix this now.

Yaël Dillies (Jun 13 2024 at 07:29):

(this seems to be a recurring problem that people forget to run lake exe mk_all. I will try to write some automation for this to happen automatically)

Michael Rothgang (Jun 13 2024 at 07:52):

How difficult is it to write a pre-push hook for this? (Granted, that's a more advanced feature, but perhaps that also goes some way.)

Yaël Dillies (Jun 13 2024 at 07:53):

I was planning to simply adapt the code in #12005, but feel free to investigate pre-push hooks! (I didn't even know they were a thing!)


Last updated: May 02 2025 at 03:31 UTC