Re: SDE during pre-serialization

2019-06-27 Thread Sloane, Brandon
@daffodil.apache.org Subject: Re: SDE during pre-serialization So you are trying to not compute the things that go into the slots of the ExpressionTypeCalculator at the time the object is constructed, but later when they are demanded. Since this is part of the schema compiler, one way to snag the

Re: SDE during pre-serialization

2019-06-26 Thread Beckerle, Mike
Wednesday, June 26, 2019 4:32:01 PM To: dev@daffodil.apache.org Subject: SDE during pre-serialization I am working on moving much of the typeCalc logic to compile time (notably for this email, I am moving much of the error detection to compile time). To avoid circular depdencies, I am trying

SDE during pre-serialization

2019-06-26 Thread Sloane, Brandon
I am working on moving much of the typeCalc logic to compile time (notably for this email, I am moving much of the error detection to compile time). To avoid circular depdencies, I am trying to use the same pass-by-name trick we use for the runtime data structures: class ExpressionTypeCalcula