[GitHub] mbeckerle commented on a change in pull request #167: Daffodil 2051 tests broken in windows

2019-01-16 Thread GitBox
mbeckerle commented on a change in pull request #167: Daffodil 2051 tests broken in windows URL: https://github.com/apache/incubator-daffodil/pull/167#discussion_r248491876 ## File path: daffodil-test/src/test/resources/org/apache/daffodil/section06/namespaces/namespaces.tdml

[GitHub] mbeckerle commented on a change in pull request #167: Daffodil 2051 tests broken in windows

2019-01-16 Thread GitBox
mbeckerle commented on a change in pull request #167: Daffodil 2051 tests broken in windows URL: https://github.com/apache/incubator-daffodil/pull/167#discussion_r248490624 ## File path: daffodil-test-ibm1/src/test/resources/test-suite/tresys-contributed/AG.tdml ## @@ -24

[GitHub] ltapilot opened a new pull request #167: Daffodil 2051 tests broken in windows

2019-01-16 Thread GitBox
ltapilot opened a new pull request #167: Daffodil 2051 tests broken in windows URL: https://github.com/apache/incubator-daffodil/pull/167 Remaining tests now fixed. Should be platform and OS independent. This is an automated m

[GitHub] stevedlawrence opened a new pull request #166: Change expression result type coercion to be a warning

2019-01-16 Thread GitBox
stevedlawrence opened a new pull request #166: Change expression result type coercion to be a warning URL: https://github.com/apache/incubator-daffodil/pull/166 Commit a2f56a3f44 modified expression coercion to be strict about the result type of an expression matching the expected type.

[jira] [Created] (DAFFODIL-2054) Change coerecion errors to warnings and eventually deprecate

2019-01-16 Thread Steve Lawrence (JIRA)
Steve Lawrence created DAFFODIL-2054: Summary: Change coerecion errors to warnings and eventually deprecate Key: DAFFODIL-2054 URL: https://issues.apache.org/jira/browse/DAFFODIL-2054 Project: Daf

[GitHub] stevedlawrence merged pull request #163: Fix performance issues with recent hexBinary changes

2019-01-16 Thread GitBox
stevedlawrence merged pull request #163: Fix performance issues with recent hexBinary changes URL: https://github.com/apache/incubator-daffodil/pull/163 This is an automated message from the Apache Git Service. To respond to

[jira] [Assigned] (DAFFODIL-1227) XML Pretty Printer tests not Windows compatible

2019-01-16 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1227?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1227: -- Assignee: Mark C. Otto > XML Pretty Printer tests not Windows compatible >

[jira] [Assigned] (DAFFODIL-1811) 'sbt cli' tests do not run on MS-Windows - echo command XML injection flawed

2019-01-16 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1811: -- Assignee: Mark C. Otto > 'sbt cli' tests do not run on MS-Windows - echo co

[jira] [Assigned] (DAFFODIL-1810) Tests fail on MS-Windows due to CRLF vs LF

2019-01-16 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1810?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1810: -- Assignee: Mark C. Otto > Tests fail on MS-Windows due to CRLF vs LF > -

[jira] [Assigned] (DAFFODIL-733) CLI Automation: Automate all existing CLI tests for both Windows and Linux

2019-01-16 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-733?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-733: - Assignee: (was: Dave Thompson) > CLI Automation: Automate all existing CLI

[jira] [Assigned] (DAFFODIL-1360) Some TDML Tests not Windows Compatible

2019-01-16 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1360: -- Assignee: Mark C. Otto > Some TDML Tests not Windows Compatible > -

[jira] [Created] (DAFFODIL-2053) No link to https://daffodil.apache.org/infoset/ on any doc pages

2019-01-16 Thread Michael Beckerle (JIRA)
Michael Beckerle created DAFFODIL-2053: -- Summary: No link to https://daffodil.apache.org/infoset/ on any doc pages Key: DAFFODIL-2053 URL: https://issues.apache.org/jira/browse/DAFFODIL-2053 Proj

Re: Daffodil ignoring dfdl:length=0 when dfdl:lengthKind=explicit

2019-01-16 Thread Steve Lawrence
This looks really good to me and should have pretty good performance. I would make one minor suggestion, which is to change your payload choiceDispatchKey expression from: {../../parameters[1]/parameter[fn:count(../payload)]/type} to {../../parameters[1]/parameter[dfdl:occursIndex()]/type}

Re: Daffodil ignoring dfdl:length=0 when dfdl:lengthKind=explicit

2019-01-16 Thread Christofer Dutz
Hi all, I think I found a solution on my own ... the key is that I now output an payload element for every parameter, even if that is empty in some cases, with this, I was able to do the following:

Re: Daffodil ignoring dfdl:length=0 when dfdl:lengthKind=explicit

2019-01-16 Thread Christofer Dutz
Hi all, thanks for all of your help ... I am coming closer and closer to a first fully operational DFDL schema for S7 communication ... really looking forward to experimenting with that. Now I ran into something probably quite special: In my messages I have a header, parameters and payloads Wh