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: revise bit fields in tagEntryInfo #3695

Merged

Commits on Apr 7, 2023

  1. main,refactor: rename BOUNDARY_{START,END}

    The same names, BOUNDARY_START and BOUNDARY_END were used
    two diffrent places for different purposes. Fortunately,
    they have not conflicted but they should not be kept as is.
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    d4c323a View commit details
    Browse the repository at this point in the history
  2. main: convert the type for boundaryInfo of tagEntryInfo to smaller one

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    7d93aa1 View commit details
    Browse the repository at this point in the history
  3. main: don't set the "placeholder" member of tagEntryInfo in parsers d…

    …irectly
    
    Use markTagAsPlaceholder instead.
    
    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    245f208 View commit details
    Browse the repository at this point in the history
  4. main,comment: semi-categorize bit fields in tagEntryInfo

    Signed-off-by: Masatake YAMATO <yamato@redhat.com>
    masatake committed Apr 7, 2023
    Configuration menu
    Copy the full SHA
    431338b View commit details
    Browse the repository at this point in the history