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

feat(common): unified XML parser/writer #12482

Merged
merged 8 commits into from
Oct 3, 2024

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    7e631c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    609faf8 View commit details
    Browse the repository at this point in the history
  3. feat(common): xml: map \r\n to \n

    - help make the parsed form identical across platforms
    
    Fixes: #12208
    srl295 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    7da7375 View commit details
    Browse the repository at this point in the history
  4. feat(developer,common): use unified xml parser

    Subsystems changed:
    - ldml keyboard reader (main and test)
    - kpj
    - kvks
    - kmp compiler
    
    test: made the test-xml-utils less verbose about the pathnames
    
    Fixes: #12208
    srl295 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    3832ca1 View commit details
    Browse the repository at this point in the history
  5. feat(common): unified xml writer test

    Fixes: #12208
    srl295 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    d540e4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1780b1e View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2024

  1. chore(developer): update per style guide

    Fixes: #12208
    srl295 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    eba7079 View commit details
    Browse the repository at this point in the history
  2. feat(developer): update the unified xml parser per review

    - declarative syntax for options
    - workaround an issue where xml2js is mutating our options objects
    - improve tests
    
    Fixes: #12208
    srl295 committed Sep 30, 2024
    Configuration menu
    Copy the full SHA
    158c4a7 View commit details
    Browse the repository at this point in the history