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 Code Generator to New Module and add CLI #297

Merged
merged 7 commits into from
Apr 12, 2020
Merged

Commits on Apr 11, 2020

  1. Move gen_uml and build_uml to codegen module with CLI

    Signed-off-by: Dan Yeaw <dan@yeaw.me>
    danyeaw committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    c65a7bc View commit details
    Browse the repository at this point in the history
  2. Refactor uml2.py to uml.py to match codegen name

    Signed-off-by: Dan Yeaw <dan@yeaw.me>
    danyeaw committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    68e45c9 View commit details
    Browse the repository at this point in the history
  3. Ignore mypy errors in autocode

    Signed-off-by: Dan Yeaw <dan@yeaw.me>
    danyeaw committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    aa27e74 View commit details
    Browse the repository at this point in the history
  4. Make codegen filename arguments explicit

    Signed-off-by: Dan Yeaw <dan@yeaw.me>
    danyeaw committed Apr 11, 2020
    Configuration menu
    Copy the full SHA
    4ed1d71 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2020

  1. Fix doctest failing for wrong module name

    Signed-off-by: Dan Yeaw <dan@yeaw.me>
    danyeaw committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    801fa23 View commit details
    Browse the repository at this point in the history
  2. Require path to files to be given for codegen

    Signed-off-by: Dan Yeaw <dan@yeaw.me>
    danyeaw committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    77cc2e3 View commit details
    Browse the repository at this point in the history
  3. Move all test models to models package

    Signed-off-by: Dan Yeaw <dan@yeaw.me>
    danyeaw committed Apr 12, 2020
    Configuration menu
    Copy the full SHA
    1e182b2 View commit details
    Browse the repository at this point in the history