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

Decouple program-v4 command processors from CliConfig #33554

Merged
merged 2 commits into from
Oct 6, 2023

Conversation

pgarg66
Copy link
Contributor

@pgarg66 pgarg66 commented Oct 5, 2023

Problem

The program-v4 command processors depend on CliConfig. This is making it hard to reuse the code in cargo-registry server.

Summary of Changes

Decouple the code from CliConfig by introducing ProgramV4CommandConfig.

Fixes #

@codecov
Copy link

codecov bot commented Oct 6, 2023

Codecov Report

Merging #33554 (aae7f81) into master (6f1922b) will increase coverage by 0.0%.
The diff coverage is 81.8%.

@@           Coverage Diff           @@
##           master   #33554   +/-   ##
=======================================
  Coverage    81.7%    81.7%           
=======================================
  Files         805      805           
  Lines      218162   218177   +15     
=======================================
+ Hits       178410   178437   +27     
+ Misses      39752    39740   -12     

@pgarg66 pgarg66 marked this pull request as ready for review October 6, 2023 00:47
@pgarg66 pgarg66 merged commit ef47c97 into solana-labs:master Oct 6, 2023
31 checks passed
@pgarg66 pgarg66 deleted the program-v4-cli-rework branch October 6, 2023 10:54
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