stevedlawrence commented on a change in pull request #34: Daffodil 1884 bit
order
URL: https://github.com/apache/incubator-daffodil/pull/34#discussion_r166737977
##########
File path:
daffodil-runtime1/src/main/scala/edu/illinois/ncsa/daffodil/processors/unparsers/Unparser.scala
##########
@@ -116,6 +120,7 @@ trait SuspendableUnparser
protected def suspendableOperation: SuspendableOperation
override final def unparse(state: UState): Unit = {
+ state.bitOrder
Review comment:
I assume this is called so that checkBitOrder is called? Maybe add a comment
to that effect?
----------------------------------------------------------------
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