Github user mbeckerle commented on a diff in the pull request:
https://github.com/apache/incubator-daffodil/pull/12#discussion_r154233249
--- Diff:
daffodil-core/src/main/scala/edu/illinois/ncsa/daffodil/grammar/ByteOrderMixin.scala
---
@@ -71,17 +69,17 @@ trait ByteOrderAnalysisMixin extends GrammarMixin {
self: Term =>
}
-trait ByteOrderMixin extends ByteOrderAnalysisMixin { self: ElementBase =>
--- End diff --
Mixin is used by the BitOrderMixin---
