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 config param valus being truncated. #163

Merged
merged 1 commit into from
May 8, 2024

Conversation

abrightwell
Copy link
Member

It was reported that the cb config-param set command was truncating values that contain a = character. This was due to how the input line was being parsed and tokenized. Here, we've simply limited the parsing to the first instance of this character such that it will only ever split the parameter name and value from the input.

@abrightwell abrightwell requested a review from a team as a code owner May 8, 2024 19:51
@abrightwell abrightwell force-pushed the abrightwell/fix-config-param-set-truncate branch from 23fc03a to b1c13b7 Compare May 8, 2024 20:23
It was reported that the `cb config-param set` command was truncating
values that contain a `=` character. This was due to how the input line
was being parsed and tokenized. Here, we've simply limited the parsing
to the first instance of this character such that it will only ever
split the parameter name and value from the input.
@abrightwell abrightwell force-pushed the abrightwell/fix-config-param-set-truncate branch from b1c13b7 to c2c8d52 Compare May 8, 2024 20:25
@abrightwell
Copy link
Member Author

Thanks!

@abrightwell abrightwell merged commit 07817e3 into main May 8, 2024
2 checks passed
@abrightwell abrightwell deleted the abrightwell/fix-config-param-set-truncate branch May 8, 2024 21:35
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