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

Refactor configuration/option flags from config file. Add placeholder flags for (property) array generation and PATCH path #178

Commits on May 1, 2024

  1. Configuration menu
    Copy the full SHA
    5d64595 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8faf2b2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    89bbf1f View commit details
    Browse the repository at this point in the history
  4. cleanup

    cweedall committed May 1, 2024
    Configuration menu
    Copy the full SHA
    123ca03 View commit details
    Browse the repository at this point in the history
  5. rename to PathGenerator; use configuration flags Map

    The reason for renaming this is because 1) all the variables referred to is as "path generator" anyway and 2) to avoid confusion with java.nio.file.Path
    cweedall committed May 1, 2024
    Configuration menu
    Copy the full SHA
    cd5a22a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3d7f65 View commit details
    Browse the repository at this point in the history
  7. bump as patch version

    Mostly refactoring.  Added PATCH placeholder and a new ALWAYS_GENERATE_ARRAYS flag to be used soon.  This is basically a patch without any functionality changes.
    cweedall committed May 1, 2024
    Configuration menu
    Copy the full SHA
    d54e3cd View commit details
    Browse the repository at this point in the history
  8. add PATCH getter/setter

    cweedall committed May 1, 2024
    Configuration menu
    Copy the full SHA
    8b0da60 View commit details
    Browse the repository at this point in the history