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

Create a summary Markdown file for all asm diffs #54430

Merged
merged 2 commits into from
Jun 18, 2021

Commits on Jun 18, 2021

  1. Create a summary Markdown file for all asm diffs

    Create a per-MCH file summary.md file, then accumulate them all into
    a single overall summary Markdown file, for use in GitHub comments.
    Uses the existing `jit-analyze --md` functionality.
    
    Also, change asm diffs to not report missing data or asm diffs as a
    replay failure.
    
    Finally, don't overwrite superpmi.log files (or the new diff_summary.md files):
    create new, unique file names for each run.
    BruceForstall committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    5266bf4 View commit details
    Browse the repository at this point in the history
  2. Code review feedback

    BruceForstall committed Jun 18, 2021
    Configuration menu
    Copy the full SHA
    4a0cc68 View commit details
    Browse the repository at this point in the history