Skip to content
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

Fix quadratic loops in pentaxmn_int.cpp (backport #1910) #1924

Merged
merged 1 commit into from
Sep 29, 2021

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Sep 24, 2021

This is an automatic backport of pull request #1910 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.io/

@kevinbackhouse kevinbackhouse added bug OSS-Fuzz Bug reported by https://google.github.io/oss-fuzz/ labels Sep 24, 2021
@kevinbackhouse kevinbackhouse added this to the v0.27.5 milestone Sep 24, 2021
@codecov
Copy link

codecov bot commented Sep 24, 2021

Codecov Report

Merging #1924 (7b579bd) into 0.27-maintenance (b669a9d) will increase coverage by 0.00%.
The diff coverage is 50.00%.

Impacted file tree graph

@@                Coverage Diff                @@
##           0.27-maintenance    #1924   +/-   ##
=================================================
  Coverage             46.30%   46.30%           
=================================================
  Files                   146      146           
  Lines                 22948    22950    +2     
  Branches              11781    11781           
=================================================
+ Hits                  10626    10628    +2     
  Misses                 6707     6707           
  Partials               5615     5615           
Impacted Files Coverage Δ
src/pentaxmn_int.cpp 49.78% <50.00%> (+0.43%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b669a9d...7b579bd. Read the comment docs.

Copy link
Collaborator

@clanmills clanmills left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@kevinbackhouse As always, thank you for working on this.

@clanmills clanmills merged commit a6fa92d into 0.27-maintenance Sep 29, 2021
@kevinbackhouse kevinbackhouse deleted the mergify/bp/0.27-maintenance/pr-1910 branch September 29, 2021 21:36
@clanmills clanmills mentioned this pull request Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug OSS-Fuzz Bug reported by https://google.github.io/oss-fuzz/
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants