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

v1.18: Refactor - LoadedPrograms::replenish() (backport of #35145) #35197

Merged
merged 1 commit into from
Feb 16, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Feb 14, 2024

This is an automatic backport of pull request #35145 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.com

@Lichtso Lichtso force-pushed the mergify/bp/v1.18/pr-35145 branch 2 times, most recently from 15f09ab to 3a11dd8 Compare February 15, 2024 19:45
Copy link

codecov bot commented Feb 15, 2024

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (6cf1bf2) 81.6% compared to head (8b61573) 81.6%.

Additional details and impacted files
@@            Coverage Diff            @@
##            v1.18   #35197     +/-   ##
=========================================
- Coverage    81.6%    81.6%   -0.1%     
=========================================
  Files         827      827             
  Lines      224037   224046      +9     
=========================================
+ Hits       182936   182938      +2     
- Misses      41101    41108      +7     

* Replace LoadedPrograms::replenish() with LoadedPrograms::assign_program().

* Removes LoadedPrograms::replenish().

* Defines replacement by having the same loaded program type.

* Implements a proper insertion sort with a two key comparison operator.

(cherry picked from commit 716ad54)
@Lichtso Lichtso merged commit 3f42d8a into v1.18 Feb 16, 2024
35 checks passed
@Lichtso Lichtso deleted the mergify/bp/v1.18/pr-35145 branch February 16, 2024 10:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants