Re: Compiler.setExternalDFDLVariable(s) considered challenged

2020-03-26 Thread Steve Lawrence
Sounds good to me. +1 On 3/26/20 11:52 AM, Beckerle, Mike wrote: > You definitely cannot share a dp across threads this way. > > I propose just deprecating the setExternalVariable API (along with the other > setters) and that pattern generally, and a new more functional style API for >

Re: Compiler.setExternalDFDLVariable(s) considered challenged

2020-03-26 Thread Beckerle, Mike
You definitely cannot share a dp across threads this way. I propose just deprecating the setExternalVariable API (along with the other setters) and that pattern generally, and a new more functional style API for establishing tunables, external variables, and validation modes, that will keep

Re: [DISCUSS] Daffodil 2.6.0 Release

2020-03-26 Thread Dave Fisher
Have Lola check when adding to the KEYS file. Sent from my iPhone > On Mar 26, 2020, at 6:06 AM, Steve Lawrence wrote: > > Sounds good to have Lola do it when the time comes then. I think there > will be some slight changes to the release process since I believe only > PMC/PPMC members have

Re: [DISCUSS] Daffodil 2.6.0 Release

2020-03-26 Thread Steve Lawrence
Sounds good to have Lola do it when the time comes then. I think there will be some slight changes to the release process since I believe only PMC/PPMC members have permission to write to /dist/release, but I think as a committer Lola should have permissions to do everything else. On 3/25/20 3:58

Re: Compiler.setExternalDFDLVariable(s) considered challenged

2020-03-26 Thread Steve Lawrence
Even if we did add the locking, it's still possible to use these incorrectly, right? For example, say we had two threads like this: Thread { dp.setExternalVariable("foo", 1) dp.parse(foo1) } Thread { dp.setExternalVariable("foo", 2) dp.parse(foo2) } The order of

Re: AW: [DISCUSS] Daffodil 2.6.0 Release

2020-03-26 Thread Steve Lawrence
There's no release date announced, but all these changes seem worth holding off for to me. - Steve On 3/26/20 2:37 AM, Baumann Kurt SBB CFF FFS (Extern) wrote: > Hi Steve > > 1) We would like to have the fix for following issue > https://issues.apache.org/jira/browse/DAFFODIL-2293 in the

AW: [DISCUSS] Daffodil 2.6.0 Release

2020-03-26 Thread Baumann Kurt SBB CFF FFS (Extern)
Hi Steve 1) We would like to have the fix for following issue https://issues.apache.org/jira/browse/DAFFODIL-2293 in the release 2.6.0. Is there already a release date announced? Thanks & best regards, Kurt -Ursprüngliche Nachricht- Von: Steve Lawrence Gesendet: Mittwoch, 25. März