pekko/akka-actor-tests
Johannes Rudolph 97bada7deb =act #21774 fix ByteString.toString to use fixed stringPrefix for all subclasses (#21775)
Otherwise, with 2.12,

ByteString().toString == "ByteString.ByteString1C()"

which would expose implementation details in the string representation.
This can lead to failing tests due to test expecting a particular string
representation of a ByteString which might be bad practice, yes, but is also
convenient.

The change is due to a fix in Scala for SI-9019 for which the string representation
of TraversableLike was changed which ByteString inherits.
See https://github.com/scala/scala/pull/5258/files
2016-11-17 15:51:36 +01:00
..
src/test =act #21774 fix ByteString.toString to use fixed stringPrefix for all subclasses (#21775) 2016-11-17 15:51:36 +01:00
build.sbt #18765 Update to latest MiMa which is now an AutoPlugin. 2016-03-10 10:45:35 +02:00