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 All TODOs #457

Merged
merged 8 commits into from
Oct 8, 2023
Merged

Fix All TODOs #457

merged 8 commits into from
Oct 8, 2023

Commits on Oct 5, 2023

  1. Knock down some TODO and FIXME items

    * Turn off --explain option to compiler, too much verbosity
    * Fix report issue 375 to not check for usage warnings
    * Fix message handling flags to have both --suppress and --hide
      forms and support both in command line options and config file
      reading
    * Add an option for control info printing --hide-info-messages
    * Avoid some default case occurrences in Hugo
    * Make hugo support Repositories and Replicas
    * Make hugo put more things in the glossary
    * Revise Processors to have invariants and types
    * Add "maxParallelParsing" to CommonOptions
    
    Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
    reid-spencer committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    a4c037b View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2023

  1. WIP: Sequence Diagram Generation

    * Add "diagrams" sub-project
    * Move and rename SequenceDiagrammer to SequenceDiagram
    * IMplement SequenceDiagram fully
    * Implement a test case for SequenceDiagram
    * Run test case which generates beautiful stuff but doesn't work
    
    Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
    reid-spencer committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    99207a8 View commit details
    Browse the repository at this point in the history
  2. Integrate SequenceDiagram with Hugo command

    Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
    reid-spencer committed Oct 6, 2023
    Configuration menu
    Copy the full SHA
    0d426f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2023

  1. Scalafmt updates

    Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
    reid-spencer committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    3247e19 View commit details
    Browse the repository at this point in the history
  2. Remove already completed "TODO"

    Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
    reid-spencer committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    54ddb86 View commit details
    Browse the repository at this point in the history
  3. Remove already completed "TODO" items

    Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
    reid-spencer committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    44d7a09 View commit details
    Browse the repository at this point in the history
  4. Cleanup MarkdownWriter

    Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
    reid-spencer committed Oct 7, 2023
    Configuration menu
    Copy the full SHA
    45a062e View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Make HugoPassTest test more than one test case

    Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
    reid-spencer committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    2548833 View commit details
    Browse the repository at this point in the history