Skip to content

Better logging, especially of exceptions #975

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

Merged
merged 2 commits into from
Nov 26, 2015
Merged

Conversation

smarter
Copy link
Member

@smarter smarter commented Nov 24, 2015

Review by @odersky .

@odersky
Copy link
Contributor

odersky commented Nov 25, 2015

LGTM

While trying to debug scala#943 I noticed that the exception output from
traceIndented was interspersed with unrelated logging output, this
happened because `question` in traceIndented is by-name and was
evaluated both before executing an operation and afterwards.
smarter added a commit that referenced this pull request Nov 26, 2015
Better logging, especially of exceptions
@smarter smarter merged commit 2bb73c3 into scala:master Nov 26, 2015
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.

3 participants