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(core): implement ldml_processor::get_key_list() #12644

Draft
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Nov 6, 2024

  1. feat(core): ldml: scaffolding for testing get_key_list()

    - move some test utils to statics
    - add a new test action type and `@@key-list` keyword
    - print warning on unhanded @-commands
    
    Fixes: #12298
    srl295 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    dd11a25 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. feat(core): ldml: implementation for testing get_key_list()

    - ldml::vkeys class updated to keep a set<> of keys
    - fix the test case to not leak!
    
    Fixes: #12298
    srl295 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    382b511 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cfda52b View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Configuration menu
    Copy the full SHA
    741d305 View commit details
    Browse the repository at this point in the history