Skip to content

runtime: load rtds bool correctly as true/false instead of 1/0#36044

Merged
alyssawilk merged 10 commits intoenvoyproxy:mainfrom
gordon-wang-lyft:main
Sep 11, 2024
Merged

runtime: load rtds bool correctly as true/false instead of 1/0#36044
alyssawilk merged 10 commits intoenvoyproxy:mainfrom
gordon-wang-lyft:main

Conversation

@gordon-wang-lyft
Copy link
Copy Markdown
Contributor

@gordon-wang-lyft gordon-wang-lyft commented Sep 9, 2024

Commit Message: Load RTDS boolean config correctly as true/false instead of 1/0
Additional Description: Currently, RTDS boolean values are being loaded as 1 or 0, which is inconsistent with the expected true or false values. This discrepancy needs to be corrected so that boolean values are consistently loaded and represented as true or false. For further details, please refer to the issue comment where this inconsistency is discussed.
Risk Level: Low (to be consistent with initially loaded true/false value)
Testing: new Unit Test
Docs Changes: n/a
Release Notes: n/a
Platform Specific Features: n/a
[Optional Fixes #Issue] #35762

Loading
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