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: ledger-tool: Minor cleanup on --ignore-ulimit-nofile-error flag (backport of #34944) #35114

Merged
merged 1 commit into from
Feb 7, 2024

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Feb 6, 2024

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

This argument is a flag and doesn't take a value; however, it had the
.value_name() modifier set with "FORMAT". This could be confusing so
remove .value_name() and add .takes_value(false)

(cherry picked from commit 89fd6ac)
@mergify mergify bot assigned steviez Feb 6, 2024
@steviez
Copy link
Contributor

steviez commented Feb 6, 2024

I'm in favor of backporting this; very limited scope and it is a convenience item for solana-ledger-tool which is critical tooling

Copy link

codecov bot commented Feb 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (5ca66a3) 81.6% compared to head (4d4bb30) 81.6%.

Additional details and impacted files
@@           Coverage Diff           @@
##            v1.18   #35114   +/-   ##
=======================================
  Coverage    81.6%    81.6%           
=======================================
  Files         828      828           
  Lines      224100   224100           
=======================================
+ Hits       182918   182962   +44     
+ Misses      41182    41138   -44     

@steviez steviez requested a review from jstarry February 6, 2024 20:58
@steviez steviez merged commit 863cfad into v1.18 Feb 7, 2024
35 checks passed
@steviez steviez deleted the mergify/bp/v1.18/pr-34944 branch February 7, 2024 07:22
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