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

Unwind uml package #263

Merged
merged 12 commits into from Feb 6, 2020
Merged

Unwind uml package #263

merged 12 commits into from Feb 6, 2020

Commits on Feb 1, 2020

  1. Reduce imports done from uml2.py

    Moved override definitions completely to uml2overrides.py
    amolenaar committed Feb 1, 2020
    Configuration menu
    Copy the full SHA
    3998dff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a731bf View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2020

  1. Configuration menu
    Copy the full SHA
    583414b View commit details
    Browse the repository at this point in the history
  2. Use super() for UML events

    amolenaar committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    941e561 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6cd1c7a View commit details
    Browse the repository at this point in the history
  4. Make build_uml executable

    amolenaar committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    6fb47c9 View commit details
    Browse the repository at this point in the history
  5. Inline diagram code in uml2 module

    This prevents cyclic imports.
    amolenaar committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    f2a177c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bee3c05 View commit details
    Browse the repository at this point in the history
  7. Be more specific which properties need to be generic

    Associations are marked by a protocol, so no need to add generics there.
    amolenaar committed Feb 5, 2020
    Configuration menu
    Copy the full SHA
    3692d4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0a7bc8f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e955fef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    5a27d23 View commit details
    Browse the repository at this point in the history