Re: How to add warnings that are not lost due to backtracking

2021-01-04 Thread Steve Lawrence
e regex limit > message? > > -Original Message- > From: Beckerle, Mike [mailto:mbecke...@owlcyberdefense.com] > Sent: Monday, December 28, 2020 12:15 PM > To: dev@daffodil.apache.org > Subject: Re: How to add warnings that are not lost due to backtracking > >

Re: How to add warnings that are not lost due to backtracking

2021-01-04 Thread Beckerle, Mike
rsday, December 31, 2020 12:47 PM To: dev@daffodil.apache.org Subject: RE: How to add warnings that are not lost due to backtracking Thanks' Mike, So, it would seem that the backtracking code would need to be updated not to remove SDWs. It seems like the backtracking code would only be act

RE: How to add warnings that are not lost due to backtracking

2020-12-31 Thread Larry Barber
nt: Monday, December 28, 2020 12:15 PM To: dev@daffodil.apache.org Subject: Re: How to add warnings that are not lost due to backtracking So, I wanted to clarify a few things. Then I think I agree we want runtime-issued SDW to not be lost when backtracking. An SDE, or schema definition error, is mos

Re: How to add warnings that are not lost due to backtracking

2020-12-28 Thread Beckerle, Mike
hould not happen for runtime SDWs, only for parse errors. -mikeb From: Larry Barber Sent: Friday, December 18, 2020 2:59 PM To: dev@daffodil.apache.org Subject: RE: How to add warnings that are not lost due to backtracking I actually ran into this problem with parsing a large jpeg file

RE: How to add warnings that are not lost due to backtracking

2020-12-18 Thread Larry Barber
the way to go, I'd be happy to work with another suggestion. From: Carlson, Ian [mailto:icarl...@owlcyberdefense.com] Sent: Friday, December 18, 2020 2:37 PM To: dev@daffodil.apache.org Subject: RE: How to add warnings that are not lost due to backtracking I'm still new at this - but I&

RE: How to add warnings that are not lost due to backtracking

2020-12-18 Thread Carlson, Ian
I’m still new at this – but I’ve found a great way to learn is to invite people to tell me I’m wrong, so here’s my two cents. SDE in particular is generally used to tell the parser that something has gone wrong. This invites the parser to either back up to the most recent point of uncertainty a