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

main: introduce --_paramdef-<LANG>=<NAME>,<DESCRIPTION> option #3613

Merged
merged 12 commits into from
Dec 29, 2022

Commits on Dec 29, 2022

  1. operator: add _param for accessing parser specific parameters

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    b1547b1 View commit details
    Browse the repository at this point in the history
  2. main,reafactor: rename pararameter related idetifiers

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    acb59d6 View commit details
    Browse the repository at this point in the history
  3. main,reafactor: introduce paramControlBlock

    Like kindControlBlock, paramControlBlock is a building block
    for adding --paramdef-<LANG>=... option.
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    55a795e View commit details
    Browse the repository at this point in the history
  4. main: add --_paramdef-<LANG>=... option

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    000b144 View commit details
    Browse the repository at this point in the history
  5. main,refactor: rename applyParameter to applyLanguageParam

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    b123b3b View commit details
    Browse the repository at this point in the history
  6. main,refactor: rename parameter related names

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    77bfdda View commit details
    Browse the repository at this point in the history
  7. main,refactor: apply a value to a parameter defined with --_paramdef-…

    …<LANG>...
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    ba873f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    43c8237 View commit details
    Browse the repository at this point in the history
  9. Units,Tmain: add cases for testing --_paramdef-<LANG>=...

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    47e419b View commit details
    Browse the repository at this point in the history
  10. optlib2c: support --_paramdef-<LANG>=... option

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    aa58e3f View commit details
    Browse the repository at this point in the history
  11. docs(web): write about --_paramdef-<LANG> option and _param operator

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    156894a View commit details
    Browse the repository at this point in the history
  12. docs(web): add a missing period

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    e8847f7 View commit details
    Browse the repository at this point in the history