Conversation
PR summary 880209271aImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
| Current number | Change | Type (strong) |
|---|---|---|
| backward.isDefEq.respectTransparency.types | 2356 | -5 |
| adaptation notes | 394 | -1 |
Current commit 880209271a
Reference commit f0ab343610
This script lives in the mathlib-ci repository. To run it locally, from your mathlib4 directory:
git clone https://github.com/leanprover-community/mathlib-ci.git ../mathlib-ci
../mathlib-ci/scripts/reporting/technical-debt-metrics.py pr_summary
- The
relativevalue is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolutevalue is therelativevalue divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
|
!radar |
|
Benchmark results for 9725ea0 against f0ab343 are in. No significant results found. @JX-Mo
Small changes (5✅)
|
| even with all inputs explicitly given, the first universe cannot be synthesized. | ||
| -/ | ||
| @[simps, pp_with_univ] | ||
| @[simps -isSimp, pp_with_univ] |
There was a problem hiding this comment.
I am not completely sure about this -isSimp. It is here because it fires unnecessarily in FiniteIndex.lean
| map_add' _ _ := by apply Rep.hom_ext; ext; rfl | ||
| map_smul' _ _ := by apply Rep.hom_ext; ext; rfl |
There was a problem hiding this comment.
The original raw rlfs are expensive
There was a problem hiding this comment.
ext does not fire directly, so I have to writeapply Rep.hom_ext (which is tagged @[ext] however). I didn't figure this out, but it works anyway
|
WIP |
No description provided.