Re: 2399 - Changing error code for missing separators

2020-10-26 Thread Beckerle, Mike
). The various choice parser combinators are responsible for this. From: Carlson, Ian Sent: Monday, October 26, 2020 4:35 PM To: dev@daffodil.apache.org Subject: RE: 2399 - Changing error code for missing separators The Short Version: I believe that

RE: 2399 - Changing error code for missing separators

2020-10-26 Thread Carlson, Ian
communication is strictly prohibited. If you have received this transmission in error, please notify the sender immediately From: Beckerle, Mike<mailto:mbecke...@owlcyberdefense.com> Sent: Monday, October 26, 2020 11:27 AM To: dev@daffodil.apache.org<mailto:dev@daffodil.apache.org> S

Re: 2399 - Changing error code for missing separators

2020-10-26 Thread Beckerle, Mike
04 PM To: dev@daffodil.apache.org Subject: 2399 - Changing error code for missing separators All, I’ve done a great deal of digging to find the cause of the bug DAFFODIL-2399. It appears to come down to SeparatedSequenceChildParseResultHelper.scala line 282. In this case, we have found an o

2399 - Changing error code for missing separators

2020-10-21 Thread Carlson, Ian
All, I’ve done a great deal of digging to find the cause of the bug DAFFODIL-2399. It appears to come down to SeparatedSequenceChildParseResultHelper.scala line 282. In this case, we have found an out of scope delimiter %NL; before finding any elements, and as a result we abort parsing the sequ