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 LocalFlags().NFlags to count the number of local flags that have been set explicitly #1999

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

Commits on Jul 18, 2023

  1. add new flag to lflags

    JunNishimura committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    8bff6af View commit details
    Browse the repository at this point in the history
  2. parse local flags

    JunNishimura committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    55ff048 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. parse lflags

    JunNishimura committed Jul 22, 2023
    Configuration menu
    Copy the full SHA
    200e518 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f15758a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c67af4c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    99d0be8 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. add lnpflags field to Command

    lnpflags stores localNonPersitentFlags
    JunNishimura committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    b51dcf6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6f7d88c View commit details
    Browse the repository at this point in the history
  3. add unit tests

    JunNishimura committed Jul 23, 2023
    Configuration menu
    Copy the full SHA
    eb493c9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a4aaf6 View commit details
    Browse the repository at this point in the history