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

Warnings are fatal #459

Merged
merged 6 commits into from
Oct 21, 2023
Merged

Warnings are fatal #459

merged 6 commits into from
Oct 21, 2023

Commits on Oct 21, 2023

  1. WIP: Changes compile, tests fail

    Created PassesOutput as a second parameter to passes in order to
    stop combining the output with the input. PassInput is now very
    simple. Overall goal is to let the complete set of messages from
    all Passes get to the PassesResult object so tests and commands
    can use it.
    
    Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
    reid-spencer committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    34763eb View commit details
    Browse the repository at this point in the history
  2. Get tests to pass

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

    Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
    reid-spencer committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    b8c1f08 View commit details
    Browse the repository at this point in the history
  4. Remove testing semantics from Pass module

    Signed-off-by: reidspencer <reid.spencer@yoppworks.com>
    reid-spencer committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    5127a4b View commit details
    Browse the repository at this point in the history
  5. Cleanup PassesResult type

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

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