olabusayoT commented on code in PR #1440:
URL: https://github.com/apache/daffodil/pull/1440#discussion_r1965826287
##########
daffodil-core/src/main/scala/org/apache/daffodil/core/grammar/primitives/SequenceCombinator.scala:
##########
@@ -117,7 +117,11 @@ class OrderedSequence(sq: SequenceTermBase,
sequenceChildrenArg: Seq[SequenceChi
sepMtaAlignmentMaybe,
sepMtaUnparserMaybe,
sepUnparser,
- childUnparsers
+ childUnparsers.map(
+ _.asInstanceOf[
+ SequenceChildUnparser with
org.apache.daffodil.unparsers.runtime1.Separated
Review Comment:
So we do import them, but there is a Separated for Parsers and one for
unparsers, and both are imported in the file via these imports below so it
can't tell which to use
import org.apache.daffodil.runtime1.processors.parsers._ <--contains
Separated for parsers
import org.apache.daffodil.unparsers.runtime1._ <-- contains Separated for
unparsers
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]