Update rz_config list variables to set variables#6623
Open
Farhan-25 wants to merge 6 commits into
Open
Conversation
Farhan-25
requested review from
Rot127,
b1llow,
kazarmy,
notxvilka,
ret2libc,
thestr4ng3r and
wargio
as code owners
July 16, 2026 08:51
Farhan-25
marked this pull request as draft
July 16, 2026 08:56
Farhan-25
marked this pull request as ready for review
July 16, 2026 11:46
wargio
approved these changes
Jul 19, 2026
Member
|
wargio
approved these changes
Jul 19, 2026
Codecov Report❌ Patch coverage is Additional details and impacted files
... and 27 files with indirect coverage changes Continue to review full report in Codecov by Harness.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Your checklist for this pull request
RZ_APIfunction and struct this PR changes.RZ_API).Detailed description
This PR:
--> Changes list variables to set variables in config.
--> This change was required as actually the working of those variables were similar to sets only but we were using lists.
--> As sets support unique values this change prevents duplicate options.
Note : AI was used here just to find the required files to fix this issue.
...
Test plan
Unit tests are updated as required.
...
Closing issues
closes #6310
...