[Merged by Bors] - feat(MathlibTest/FieldSimp): comprehensive test file#28362
[Merged by Bors] - feat(MathlibTest/FieldSimp): comprehensive test file#28362hrmacbeth wants to merge 2 commits intoleanprover-community:masterfrom
Conversation
PR summary ed52228da9Import 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
|
|
|
||
| /-! ### Most common use case: Cancel denominators to something solvable by `ring` | ||
|
|
||
| When (eventually) this is robust enough, there should be a `field` tactic |
There was a problem hiding this comment.
Could you add an explanation here that TODO (new implementation) refers to this not-yet-extant field tactic?
There was a problem hiding this comment.
TODO (new implementation) just signifies tasks that should be in scope for field_simp, but that would require switching field_simp to a different implementation (e.g. our WIP re-implementation).
It's not referring to the idea I mention here, that there should be a field tactic.
|
✌️ hrmacbeth can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors r+ |
`field_simp`'s current test file is very short: it contains regression tests for bugs noticed over the years and documents a few features added after the original implementation. In preparation for a planned refactor of `field_simp` by @FLDutchmann @grunweg and me, this PR provides a comprehensive test file for `field_simp`. Co-authored-by: Michael Rothgang @grunweg
|
Pull request successfully merged into master. Build succeeded: |
Add a few more tests documenting current features of field_simp (or their absence). Extension to #28362; all of these have been discussed in the current field_simp rewrite with @FLDutchmann and @hrmacbeth.
Following on from leanprover-community#28362 and leanprover-community#28413: a few more `field_simp` tests and light cleanup of the test file.
…unity#28362) `field_simp`'s current test file is very short: it contains regression tests for bugs noticed over the years and documents a few features added after the original implementation. In preparation for a planned refactor of `field_simp` by @FLDutchmann @grunweg and me, this PR provides a comprehensive test file for `field_simp`. Co-authored-by: Michael Rothgang @grunweg
…ty#28413) Add a few more tests documenting current features of field_simp (or their absence). Extension to leanprover-community#28362; all of these have been discussed in the current field_simp rewrite with @FLDutchmann and @hrmacbeth.
Following on from leanprover-community#28362 and leanprover-community#28413: a few more `field_simp` tests and light cleanup of the test file.
…unity#28362) `field_simp`'s current test file is very short: it contains regression tests for bugs noticed over the years and documents a few features added after the original implementation. In preparation for a planned refactor of `field_simp` by @FLDutchmann @grunweg and me, this PR provides a comprehensive test file for `field_simp`. Co-authored-by: Michael Rothgang @grunweg
…ty#28413) Add a few more tests documenting current features of field_simp (or their absence). Extension to leanprover-community#28362; all of these have been discussed in the current field_simp rewrite with @FLDutchmann and @hrmacbeth.
Following on from leanprover-community#28362 and leanprover-community#28413: a few more `field_simp` tests and light cleanup of the test file.
field_simp's current test file is very short: it contains regression tests for bugs noticed over the years and documents a few features added after the original implementation.In preparation for a planned refactor of
field_simpby @FLDutchmann @grunweg and me, this PR provides a comprehensive test file forfield_simp.Co-authored-by: Michael Rothgang @grunweg