forked from metamath/set.mm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add rewrap checking to build (metamath#2416)
* Add rewrap checking to build Unless I've misunderstood the discussion to date, we would prefer that this be checked automatically so that we don't have a lot of "where do these diffs come from? how are we supposed to prevent or fix them again?" sorts of issues. * Rewrap set.mm * Do rewrapping on a temporary file This might be just a cosmetic thing (the fact that I'm not completely sure illustrates the point that mutation is hazardous) but it seems better not to mutate set.mm and iset.mm themselves in the rewrap check. * Adjust scripts/rewrap order of operations As suggested in CONTRIBUTING, run rewrap before save proof. * Adjust CONTRIBUTING language about rewrapping It is possible that most of the text introduced by "If you prefer to run metamath yourself" can be removed or drastically pared down, but at least for now maybe it is good to keep this for people who are used to having it there? I don't think it is wrong per se.
- Loading branch information
Showing
3 changed files
with
25 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters