markusthoemmes commented on a change in pull request #2246: To resolve #2245 - optimize container removal URL: https://github.com/apache/incubator-openwhisk/pull/2246#discussion_r116660764
########## File path: tests/src/test/scala/whisk/core/containerpool/test/ContainerPoolTests.scala ########## @@ -20,6 +20,7 @@ import java.time.Instant import scala.collection.mutable import scala.concurrent.duration._ +import scala.language.postfixOps Review comment: You'll come to hate `postfixOps` very soon because it induces strange compilation behavior. Personally I avoid it alltogether. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
