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

Fixes and improvements to trace logging #13984

Merged
merged 1 commit into from
Nov 24, 2021

Commits on Nov 20, 2021

  1. Fixes and improvements to trace logging

    The String.valueOf is because I somehow ended up with a null.
    
    Then I found some docs in the history of trace, as well as a mistake in
    a commit revert: using the non-StoreReporter logctx!
    
    I also added a "log" variant to "force", which is also default enabled
    but doesn't force the output to the standard out, meaning I can
    bootstrap the compiler without it taking forever to output all the trace
    output it generates while bootstrapping the compiler, bottlenecking on
    console IO)...
    
    Also, remove some dead code in Definitions.
    dwijnand committed Nov 20, 2021
    Configuration menu
    Copy the full SHA
    1ff73f0 View commit details
    Browse the repository at this point in the history