Akara Sucharitakul
Akara Sucharitakul
We found another build issue to look at: ``` [info] java.util.NoSuchElementException: [info] at scala.collection.LinearSeqOptimized.last(LinearSeqOptimized.scala:150) [info] at scala.collection.LinearSeqOptimized.last$(LinearSeqOptimized.scala:149) [info] at scala.collection.immutable.List.last(List.scala:89) [info] at org.squbs.stream.PerpetualStreamMatValueSpec.$anonfun$new$8(PerpetualStreamMatValueSpec.scala:77) [info] at org.squbs.stream.PerpetualStreamMatValueSpec.$anonfun$new$8$adapted(PerpetualStreamMatValueSpec.scala:74) [info] at org.squbs.stream.PerpetualStreamMatValueSpecHelper$.useSystem(PerpetualStreamMatValueSpec.scala:149) [info]...
One additional failure to look at: ``` [info] - should fail fast using default failure decider *** FAILED *** [info] Vector(Success(HttpResponse(500 Internal Server Error,List(Server: testServer, Date: Sun, 01 Jan 2017...
@sebady, yes I have seen this before, especially in the Travis environment. This seems to come out of a failure to allocate memory based on looking through the Chronicle code....
Referencing review comments on #208: Should we have a separate source and sink shape instead of flow shape? IMO, these two are complementary. The flow shape keeps the flow declaration...
Can you please let us know your use of `Agent`. Will take a look how this can be fixed. No, you would not want to await either an agent or...
That would be great to have as it does not make sense to have an open source project on Akka any longer. But the project is in maintenance mode so...
The workaround is helping the compiler picking the right `Parser` and `Reader` rather than having it implicitly resolve those first level ones does make this code compile and test properly:...
I can't tell for sure whether this is a `scalac` issue or something else. The additional `PBParser` resolution on top of `PBReader` resolution as opposed to the writer side which...