-
Notifications
You must be signed in to change notification settings - Fork 373
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - chore(AtTop/Monoid): add multiplicative versions #21878
Conversation
PR summary 1587d356e9Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
Current number | Change | Type |
---|---|---|
3368 | -6 | porting notes |
Current commit 1587d356e9
Reference commit 2bcc5cd542
You can run this locally as
./scripts/technical-debt-metrics.sh pr_summary
- The
relative
value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic. - The
absolute
value is therelative
value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm content with this.
maintainer merge
🚀 Pull request has been placed on the maintainer queue by j-loreaux. |
Thanks! bors merge |
Also review names in the file. Moves: - Filter.Tendsto.atTop_mul_atTop ->Filter.Tendsto.atTop_mul_atTop₀ - Filter.Tendsto.atBot_mul_atBot ->Filter.Tendsto.atBot_mul_atBot₀ - Filter.Tendsto.atTop_of_mul_const -> Filter.Tendsto.atTop_of_mul_const₀ - Filter.Tendsto.atTop_of_const_mul -> Filter.Tendsto.atTop_of_const_mul₀
Pull request successfully merged into master. Build succeeded: |
Also review names in the file.
Moves: