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

Extend analysis-stats a bit #3157

Merged
merged 1 commit into from
Feb 15, 2020

Commits on Feb 15, 2020

  1. Extend analysis-stats a bit

    This adds some tools helpful when debugging nondeterminism in analysis-stats:
     - a `--randomize` option that analyses everything in random order
     - a `-vv` option that prints even more detail
    
    Also add a debug log if Chalk fuel is exhausted (which would be a source of
    nondeterminism, but didn't happen in my tests).
    
    I found one source of nondeterminism (rust-lang/chalk#331), but there are still
    other cases remaining.
    flodiebold committed Feb 15, 2020
    Configuration menu
    Copy the full SHA
    3484d72 View commit details
    Browse the repository at this point in the history