Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compute debug messages lazily in safe init
I noticed that a significant amount of time was spent pretty-printing Strings that were never displayed when compiling scalatest in the community-build, fixed by making the message parameter of traceIndented and traceOp by-name, just like printer.println itself already is.
- Loading branch information