[Merged by Bors] - fix: check for a space of continuous linear maps over not-the-identity#35176
[Merged by Bors] - fix: check for a space of continuous linear maps over not-the-identity#35176grunweg wants to merge 4 commits intoleanprover-community:masterfrom
Conversation
Improves an error message, and fixes a TODO in the code.
PR summary 4aa0616ac5Import 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
|
joneugster
left a comment
There was a problem hiding this comment.
LGTM, thanks!
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by joneugster. |
- mark as private, as we only use it twice - tweak the doc-string slightly - make it error when the check fails: this is the only behaviour its two call-sites require, and simplifies the return type slightly - reduce indentation a bit
|
@thorimur Would you like to double-check that I did justice to your change? (I just added the pureIsDefEq change, which I had missed. I see that another difference was you checking |
|
Looks good to me! :) I'd maintainer merge if it weren't already on the queue. :) |
Co-authored-by: Thomas R. Murrills <68410468+thorimur@users.noreply.github.com>
Vierkantor
left a comment
There was a problem hiding this comment.
Looks good to me, thanks! 🎉
bors r+
#35176) Improves an error message, and fixes a TODO in the code. Along the way, tweak `isCLMReduciblyDefEqCoeffients` a bit - make it private (as it is only used twice, and its return value is a bit complicated for public API), - make it return an error directly if not successful: this matches what its two callers do, - tweak the doc-string slightly and reduce right-ward drift a bit Co-authored-by: thorimur <thomasmurrills@gmail.com>
|
Pull request successfully merged into master. Build succeeded: |
leanprover-community#35176) Improves an error message, and fixes a TODO in the code. Along the way, tweak `isCLMReduciblyDefEqCoeffients` a bit - make it private (as it is only used twice, and its return value is a bit complicated for public API), - make it return an error directly if not successful: this matches what its two callers do, - tweak the doc-string slightly and reduce right-ward drift a bit Co-authored-by: thorimur <thomasmurrills@gmail.com>
Improves an error message, and fixes a TODO in the code.
Along the way, tweak
isCLMReduciblyDefEqCoeffientsa bitCo-authored-by: thorimur thomasmurrills@gmail.com