[Merged by Bors] - feat: have ring_nf fail if no progress#24529
[Merged by Bors] - feat: have ring_nf fail if no progress#24529
ring_nf fail if no progress#24529Conversation
PR summary 30762f3b8fImport changes for modified filesNo significant changes to the import graph Import changes for all files
Declarations diffNo declarations were harmed in the making of this PR! 🐙 You can run this locally as follows## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>
## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>The doc-module for No changes to technical debt.You can run this locally as
|
grunweg
left a comment
There was a problem hiding this comment.
Seems reasonable (though I'm not an expert on ring_nf). Can you extend the PR description a bit to motivate why this is useful (as opposed to a built-in version of the unusedTactic linter)?
Co-authored-by: Michael Rothgang <rothgami@math.hu-berlin.de>
grunweg
left a comment
There was a problem hiding this comment.
Thanks!
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by grunweg. |
|
bors d+ |
|
✌️ plp127 can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors merge |
Makes `ring_nf` fail if no progress is made, and adds a new option `failIfUnchanged` (default value := `true`) to the config. Motivated by stanford-centaur/PyPantograph#97. The unusedTactic linter is not sufficient here because it fails in the presence of certain errors (for example, `unsolved goals`).
|
Pull request successfully merged into master. Build succeeded:
|
ring_nf fail if no progressring_nf fail if no progress
Makes `ring_nf` fail if no progress is made, and adds a new option `failIfUnchanged` (default value := `true`) to the config. Motivated by stanford-centaur/PyPantograph#97. The unusedTactic linter is not sufficient here because it fails in the presence of certain errors (for example, `unsolved goals`).
Makes `ring_nf` fail if no progress is made, and adds a new option `failIfUnchanged` (default value := `true`) to the config. Motivated by stanford-centaur/PyPantograph#97. The unusedTactic linter is not sufficient here because it fails in the presence of certain errors (for example, `unsolved goals`).
Makes `ring_nf` fail if no progress is made, and adds a new option `failIfUnchanged` (default value := `true`) to the config. Motivated by stanford-centaur/PyPantograph#97. The unusedTactic linter is not sufficient here because it fails in the presence of certain errors (for example, `unsolved goals`).
Makes
ring_nffail if no progress is made, and adds a new optionfailIfUnchanged(default value :=true) to the config.Motivated by stanford-centaur/PyPantograph#97. The unusedTactic linter is not sufficient here because it fails in the presence of certain errors (for example,
unsolved goals).