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

Add flag category support #796

Closed

Commits on Jan 27, 2019

  1. Start of category flag support

    This adds what I think needs to be done to support categories for flags
    but we will see if that works. It also forces the scripts to use python2
    since they blow up under python3 which is becoming the default python on
    many linux systems.
    
    Small fix to app_test as well so it conforms to the new Flag interface.
    michaeljs1990 committed Jan 27, 2019
    Copy the full SHA
    ff1c0b5 View commit details
    Browse the repository at this point in the history
  2. Go Fmt

    michaeljs1990 committed Jan 27, 2019
    Copy the full SHA
    7c383b0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9dd96e9 View commit details
    Browse the repository at this point in the history
  4. Add mod files

    Let us use this repo via replace locally.
    michaeljs1990 committed Jan 27, 2019
    Copy the full SHA
    51aebb5 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    9720ac0 View commit details
    Browse the repository at this point in the history
  6. Fix unit tests

    michaeljs1990 committed Jan 27, 2019
    Copy the full SHA
    50b52ca View commit details
    Browse the repository at this point in the history