Re: Handling Nested Suspensions

2020-09-24 Thread Steve Lawrence
propagation of information > incrementally. So adding splits late never comes after info has already > rippled forward. > > > > > From: Steve Lawrence > Sent: Thursday, September 24, 2020 2:33:39 PM > To: dev@daffodil.

Re: Handling Nested Suspensions

2020-09-24 Thread Beckerle, Mike
, September 24, 2020 2:33:39 PM To: dev@daffodil.apache.org Subject: Re: Handling Nested Suspensions So are you suggesting that the suspension that determines if a separator should be laid down *also* determines and lays down necessary alignment? So the grammar changes so that separators no longer

Re: Handling Nested Suspensions

2020-09-24 Thread Beckerle, Mike
Lawrence Sent: Thursday, September 24, 2020 1:58 PM To: dev@daffodil.apache.org Subject: Handling Nested Suspensions In an effort to evaluate suspensions earlier so that we can minimize excess buffering, I've discovered that this is causing problems related to suspensions that create other

Handling Nested Suspensions

2020-09-24 Thread Steve Lawrence
In an effort to evaluate suspensions earlier so that we can minimize excess buffering, I've discovered that this is causing problems related to suspensions that create other suspensions. I think normally this isn't an issue because we evaluate suspensions at the end, so the nested suspensions