jadams-tresys commented on a change in pull request #218: Implement dfdl:choiceLength='explicit' URL: https://github.com/apache/incubator-daffodil/pull/218#discussion_r291323267
########## File path: daffodil-io/src/main/scala/org/apache/daffodil/io/DataOutputStream.scala ########## @@ -24,6 +24,7 @@ import org.apache.daffodil.util.Logging import org.apache.daffodil.util.Maybe sealed abstract class ZeroLengthStatus +extends Serializable Review comment: Not sure, I ran into this issue yesterday and thought I had done something completely wrong and redid my changes in a cleaner way and still hit this problem. I guess its because we are serializing a ZeroLengthStatus as part of the SuspendableOperation now. Not sure why it wasn't doing it before though ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to 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
