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

Conversation

dwijnand
Copy link
Member

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.

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 dwijnand marked this pull request as ready for review November 21, 2021 11:56
@nicolasstucki nicolasstucki merged commit 1f48de1 into scala:master Nov 24, 2021
@dwijnand dwijnand deleted the log-fixes-and-other branch November 25, 2021 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants