Uploaded image for project: 'RHEL'
  1. RHEL
  2. RHEL-85702

fix: render boolean option values correctly in toml files

Linking RHIVOS CVEs to...Migration: Automation ...SWIFT: POC ConversionSync from "Extern...XMLWordPrintable

    • rhel-system-roles
    • 0
    • QE ack, Dev ack
    • False
    • False
    • Hide

      None

      Show
      None
    • Yes
    • Red Hat Enterprise Linux
    • None
    • Bug Fix
    • Hide
      .Boolean option values are correctly rendered in TOML files

      Previously, the boolean options were mishandled because the formatter code did not convert the boolean values to the correct string representation.
      With this fix, boolean values are properly converted to lowercase strings, ensuring correct rendering and handling in TOML files.
      Show
      .Boolean option values are correctly rendered in TOML files Previously, the boolean options were mishandled because the formatter code did not convert the boolean values to the correct string representation. With this fix, boolean values are properly converted to lowercase strings, ensuring correct rendering and handling in TOML files.
    • Done
    • Done
    • Done
    • Not Required
    • None

      Cause: The code that formats options into TOML format does not convert boolean values to the correct string representation.

      Consequence: Boolean options are not handled correctly.

      Fix: Convert boolean options to string, then lower case, which is the correct TOML boolean format.

      Result: Boolean options are correctly written and handled in TOML files.

      Issue Tracker Tickets (Jira or BZ if any): Fixes Github #208

              rmeggins@redhat.com Richard Megginson
              rmeggins@redhat.com Richard Megginson
              Richard Megginson Richard Megginson
              David Jez David Jez
              Mugdha Soni Mugdha Soni
              Votes:
              0 Vote for this issue
              Watchers:
              8 Start watching this issue

                Created:
                Updated: