Zulip Chat Archive

Stream: mathlib4

Topic: CI for checking files are imported


Jireh Loreaux (Nov 17 2022 at 17:57):

To whoever has control over mathlib4 CI (@Scott Morrison , @Mario Carneiro ?): Can we move the "check that all files are imported step" to a separate job like lint style? If I understand correctly this step just consists of: take all files in mathlib and list them in lexicographic order and make sure they match mathlib.lean. That shouldn't require building mathlib first and it would be good to get the feedback right away. Right now build times are short so it isn't a big deal, but it will get annoying later.

Notification Bot (Nov 17 2022 at 17:58):

A message was moved here from #mathlib4 > port progress by Jireh Loreaux.

Scott Morrison (Nov 17 2022 at 22:52):

In fact, everyone has control over this, in the sense that it is just a matter of editing .github/workflows/build.yml.in.

Scott Morrison (Nov 17 2022 at 22:56):

mathlib4#632, not tested yet

Scott Morrison (Nov 17 2022 at 23:01):

Okay, seems to work.


Last updated: Dec 20 2023 at 11:08 UTC