feat: add failIfUnchanged flag to simp#2334
Merged
leodemoura merged 1 commit intoleanprover:masterfrom Aug 13, 2023
Merged
Conversation
digama0
reviewed
Jul 19, 2023
digama0
approved these changes
Jul 19, 2023
32d61c5 to
8dcb32b
Compare
This was referenced Jul 20, 2023
8 tasks
eric-wieser
reviewed
Jul 20, 2023
eric-wieser
reviewed
Jul 20, 2023
leodemoura
reviewed
Jul 20, 2023
Member
|
Waiting on author addressing questions above. |
78c8c84 to
2ab8c09
Compare
digama0
reviewed
Jul 31, 2023
d905021 to
485dfa8
Compare
leodemoura
reviewed
Aug 3, 2023
3c063d1 to
296a76e
Compare
1 task
296a76e to
a30de15
Compare
a30de15 to
70a728b
Compare
1 task
Member
|
I am going to merge it as-is. From now on, I expect way more tests when making this kind of change. It is hard to believe 3 new |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds a flag
failIfUnchangedto the configuration options ofdsimp/simp/simp_all.The followup PR #2336 turns the flag on by default. See there for links to builds for Std and Mathlib with the flag enabled.