Commit 2e9c38b
committed
fixup: make generate-everything.sh predicative
Due to the order in which shells do things, `find > foo` will find
`foo`. This means that `generate-everything.sh` puts everything on the
table including the table, resulting in a dependency cycle.
This change fixes that by excluding `Cubical/Everything.agda` from
"everything". Also sorts the modules alphabetically and makes
`make listing` display "Checking" messages so we know what it's doing.1 parent b150186 commit 2e9c38b
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | 40 | | |
42 | | - | |
| 41 | + | |
43 | 42 | | |
44 | 43 | | |
45 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
0 commit comments