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

readtags: refactoring for support multiple tag files #4079

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Commits on Sep 21, 2024

  1. units.py: add the way to report an internal error in Tmain

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    51e79cb View commit details
    Browse the repository at this point in the history
  2. Tmain: add a helper function verifying the availability of readtags

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    102c07c View commit details
    Browse the repository at this point in the history
  3. main: import sort_r.h and eliminate a file static var used in ptrArra…

    …ySort
    
    sort_r.h is taken from
    https://raw.githubusercontent.com/noporpoise/sort_r/refs/heads/master/sort_r.h
    1275373d990162f7d142de2fcaf43b535061466c
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    d139d69 View commit details
    Browse the repository at this point in the history
  4. readtags,refactor: eliminate DSL related file static vars

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    bde1380 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6a36c5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45976ab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8005891 View commit details
    Browse the repository at this point in the history
  8. readtags,refactor: remove redundant ptags member in canonWorkArea

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    26d3cba View commit details
    Browse the repository at this point in the history
  9. readtags,refactor: lift absoluteOnly member in canonWorkArea up to ac…

    …tionSpec
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    ce6d0a2 View commit details
    Browse the repository at this point in the history
  10. readtags,refactor: move canonWorkArea in actionSpec to inputSpec

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Sep 21, 2024
    Configuration menu
    Copy the full SHA
    2d5fe40 View commit details
    Browse the repository at this point in the history