Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow messages to be null in recording logger
So that we know what's going on with spurious failures like: ``` [error] Test bloop.tasks.TestLoggingSpec.concurrentTestRunsHaveDifferentStreams failed: java.lang.NullPointerException: null, took 4.542 sec [error] at scala.collection.immutable.StringLike.stripSuffix(StringLike.scala:165) [error] at scala.collection.immutable.StringLike.stripSuffix$(StringLike.scala:164) [error] at scala.collection.immutable.StringOps.stripSuffix(StringOps.scala:29) [error] at bloop.logging.RecordingLogger.$anonfun$getMessages$1(RecordingLogger.scala:12) [error] at scala.collection.immutable.List.map(List.scala:287) [error] at bloop.logging.RecordingLogger.getMessages(RecordingLogger.scala:10) [error] at bloop.tasks.TestLoggingSpec.concurrentTestRunsHaveDifferentStreams(TestLoggingSpec.scala:52) [error] ... ```
- Loading branch information