[GitHub] jadams-tresys commented on a change in pull request #100: Moved pushDiscriminator to fix separators bug.

2018-08-15 Thread GitBox
jadams-tresys commented on a change in pull request #100: Moved pushDiscriminator to fix separators bug. URL: https://github.com/apache/incubator-daffodil/pull/100#discussion_r210256069 ## File path:

[GitHub] stevedlawrence closed pull request #101: Fix binaryCalendarRep regression

2018-08-15 Thread GitBox
stevedlawrence closed pull request #101: Fix binaryCalendarRep regression URL: https://github.com/apache/incubator-daffodil/pull/101 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a

[GitHub] mbeckerle commented on a change in pull request #100: Moved pushDiscriminator to fix separators bug.

2018-08-15 Thread GitBox
mbeckerle commented on a change in pull request #100: Moved pushDiscriminator to fix separators bug. URL: https://github.com/apache/incubator-daffodil/pull/100#discussion_r210260927 ## File path:

[GitHub] stevedlawrence commented on a change in pull request #100: Moved pushDiscriminator to fix separators bug.

2018-08-15 Thread GitBox
stevedlawrence commented on a change in pull request #100: Moved pushDiscriminator to fix separators bug. URL: https://github.com/apache/incubator-daffodil/pull/100#discussion_r210238731 ## File path:

[jira] [Created] (DAFFODIL-1985) beforeState in sequences prevents streaming behavior in I/O layer

2018-08-15 Thread Michael Beckerle (JIRA)
Michael Beckerle created DAFFODIL-1985: -- Summary: beforeState in sequences prevents streaming behavior in I/O layer Key: DAFFODIL-1985 URL: https://issues.apache.org/jira/browse/DAFFODIL-1985

[jira] [Assigned] (DAFFODIL-1985) beforeState in sequences prevents streaming behavior in I/O layer

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1985: -- Assignee: Michael Beckerle > beforeState in sequences prevents streaming

[GitHub] mbeckerle commented on a change in pull request #100: Moved pushDiscriminator to fix separators bug.

2018-08-15 Thread GitBox
mbeckerle commented on a change in pull request #100: Moved pushDiscriminator to fix separators bug. URL: https://github.com/apache/incubator-daffodil/pull/100#discussion_r210260854 ## File path:

[GitHub] stevedlawrence opened a new pull request #101: Fix binaryCalendarRep regression

2018-08-15 Thread GitBox
stevedlawrence opened a new pull request #101: Fix binaryCalendarRep regression URL: https://github.com/apache/incubator-daffodil/pull/101 Commits 3877a44c79 and 8a694b5fd5 added new grammar prods for packed binary calendar representations, which used the AltProd. However, the

[jira] [Resolved] (DAFFODIL-1960) RepUnboundedParser incorrectly handling points of uncertainty

2018-08-15 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Lawrence resolved DAFFODIL-1960. -- Resolution: Duplicate > RepUnboundedParser incorrectly handling points of

[jira] [Reopened] (DAFFODIL-1960) RepUnboundedParser incorrectly handling points of uncertainty

2018-08-15 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Lawrence reopened DAFFODIL-1960: -- > RepUnboundedParser incorrectly handling points of uncertainty >

[GitHub] mbeckerle closed pull request #98: Eliminates backpointers from RuntimeData structures.

2018-08-15 Thread GitBox
mbeckerle closed pull request #98: Eliminates backpointers from RuntimeData structures. URL: https://github.com/apache/incubator-daffodil/pull/98 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance:

[jira] [Comment Edited] (DAFFODIL-1960) RepUnboundedParser incorrectly handling points of uncertainty

2018-08-15 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16581030#comment-16581030 ] Steve Lawrence edited comment on DAFFODIL-1960 at 8/15/18 12:43 PM:

[jira] [Resolved] (DAFFODIL-1960) RepUnboundedParser incorrectly handling points of uncertainty

2018-08-15 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1960?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Lawrence resolved DAFFODIL-1960. -- Resolution: Fixed This is a similar issue to DAFFODIL-1964, but the code referenced

[GitHub] stevedlawrence commented on a change in pull request #100: Moved pushDiscriminator to fix separators bug.

2018-08-15 Thread GitBox
stevedlawrence commented on a change in pull request #100: Moved pushDiscriminator to fix separators bug. URL: https://github.com/apache/incubator-daffodil/pull/100#discussion_r210258761 ## File path:

[GitHub] stevedlawrence commented on a change in pull request #100: Moved pushDiscriminator to fix separators bug.

2018-08-15 Thread GitBox
stevedlawrence commented on a change in pull request #100: Moved pushDiscriminator to fix separators bug. URL: https://github.com/apache/incubator-daffodil/pull/100#discussion_r210259340 ## File path:

[GitHub] stevedlawrence commented on a change in pull request #100: Moved pushDiscriminator to fix separators bug.

2018-08-15 Thread GitBox
stevedlawrence commented on a change in pull request #100: Moved pushDiscriminator to fix separators bug. URL: https://github.com/apache/incubator-daffodil/pull/100#discussion_r210260045 ## File path:

[jira] [Resolved] (DAFFODIL-1984) Separator prefix of terminator - not getting longest match

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1984?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle resolved DAFFODIL-1984. Resolution: Fixed Assignee: Dave Thompson (was: Michael Beckerle) Fixed

[GitHub] stevedlawrence commented on a change in pull request #102: Added tests that exercise ambiguous separator/terminator case.

2018-08-15 Thread GitBox
stevedlawrence commented on a change in pull request #102: Added tests that exercise ambiguous separator/terminator case. URL: https://github.com/apache/incubator-daffodil/pull/102#discussion_r210317657 ## File path:

[jira] [Assigned] (DAFFODIL-1519) occursCount that is greater than maxOccursBounds causes PE/UE rather than SDE

2018-08-15 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Lawrence reassigned DAFFODIL-1519: Assignee: Steve Lawrence > occursCount that is greater than maxOccursBounds

[jira] [Resolved] (DAFFODIL-1943) Date, Time, DateTime - Binary - binaryCalendarRep='ibm4690Packed'

2018-08-15 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Lawrence resolved DAFFODIL-1943. -- Resolution: Fixed Fixed in 3877a44c790b562b6c0799abae815e35a105ebd0 > Date, Time,

[GitHub] stevedlawrence opened a new pull request #104: Make maxOccursBounds limit a fatal error

2018-08-15 Thread GitBox
stevedlawrence opened a new pull request #104: Make maxOccursBounds limit a fatal error URL: https://github.com/apache/incubator-daffodil/pull/104 - Move the existing and unused TunableLimitExceeedError to SDE and treat it more like an SDE rather than a Diagnostic. This requires less

[GitHub] mbeckerle opened a new pull request #102: Added tests that exercise ambiguous separator/terminator case.

2018-08-15 Thread GitBox
mbeckerle opened a new pull request #102: Added tests that exercise ambiguous separator/terminator case. URL: https://github.com/apache/incubator-daffodil/pull/102 Improved stack-empty checking at end of parse, so it tests the discriminator stack also. DAFFODIL-1984

[jira] [Resolved] (DAFFODIL-1964) Unparsing ArrayCombinator assertion failure

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle resolved DAFFODIL-1964. Resolution: Fixed Fixed in 73d071750b7b484e010cb357f226b93de2f4439a >

[jira] [Commented] (DAFFODIL-1964) Unparsing ArrayCombinator assertion failure

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16581184#comment-16581184 ] Michael Beckerle commented on DAFFODIL-1964: Fixed in

[jira] [Assigned] (DAFFODIL-1444) Performance - schema compilation

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1444: -- Assignee: (was: Michael Beckerle) > Performance - schema compilation >

[GitHub] mbeckerle opened a new pull request #103: Change occursCountKind to 'implicit' in general format.

2018-08-15 Thread GitBox
mbeckerle opened a new pull request #103: Change occursCountKind to 'implicit' in general format. URL: https://github.com/apache/incubator-daffodil/pull/103 Fixed test regressions that were depending on 'parsed' behavior. Also fixed some comments about SDE that is now an SDW

[GitHub] mbeckerle commented on a change in pull request #102: Added tests that exercise ambiguous separator/terminator case.

2018-08-15 Thread GitBox
mbeckerle commented on a change in pull request #102: Added tests that exercise ambiguous separator/terminator case. URL: https://github.com/apache/incubator-daffodil/pull/102#discussion_r210319862 ## File path:

[jira] [Resolved] (DAFFODIL-1942) Date, Time, DateTime - Binary - binaryCalendarRep='packed'

2018-08-15 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Lawrence resolved DAFFODIL-1942. -- Resolution: Fixed Fixed in 8a694b5fd57265a0457ae94c2adc0d21f476a4e6 > Date, Time,

[jira] [Commented] (DAFFODIL-1444) Performance - schema compilation

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1444?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16581189#comment-16581189 ] Michael Beckerle commented on DAFFODIL-1444: PR integrated into

[jira] [Assigned] (DAFFODIL-1964) Unparsing ArrayCombinator assertion failure

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1964?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1964: -- Assignee: Dave Thompson (was: Michael Beckerle) > Unparsing

[jira] [Resolved] (DAFFODIL-1985) beforeState in sequences prevents streaming behavior in I/O layer

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1985?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle resolved DAFFODIL-1985. Resolution: Fixed Assignee: Dave Thompson (was: Michael Beckerle) fixed

[jira] [Commented] (DAFFODIL-991) DFDL-Spec: Update spec to reflect change to Schema Definition Warning for alignment ambiguity

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-991?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16581241#comment-16581241 ] Michael Beckerle commented on DAFFODIL-991: --- Comments in TDML test files updated. Nothing

[jira] [Updated] (DAFFODIL-1972) escapeBlock doesn't work correctly when escapeBlockEnd is the same as 2 escapeEscapeCharacters

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1972?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle updated DAFFODIL-1972: --- Fix Version/s: 2.3.0 > escapeBlock doesn't work correctly when escapeBlockEnd is

[jira] [Updated] (DAFFODIL-1946) Dates with out of range years will overflow to a valid value

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1946?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle updated DAFFODIL-1946: --- Fix Version/s: deferred > Dates with out of range years will overflow to a valid

[jira] [Resolved] (DAFFODIL-1947) TDMLRunner - incorrect error on left-over data: TDMLException: Left over data. Consumed 48 bit(s) with 0 bit(s) remaining.

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle resolved DAFFODIL-1947. Resolution: Fixed This was fixed as part of putting explicit pass counts

[jira] [Assigned] (DAFFODIL-1930) DFDLGeneralFormat defines calendarTimeZone as UTC - should define as ""

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1930: -- Assignee: Michael Beckerle > DFDLGeneralFormat defines calendarTimeZone as

[jira] [Assigned] (DAFFODIL-1947) TDMLRunner - incorrect error on left-over data: TDMLException: Left over data. Consumed 48 bit(s) with 0 bit(s) remaining.

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1947: -- Assignee: Dave Thompson > TDMLRunner - incorrect error on left-over data:

[jira] [Created] (DAFFODIL-1986) Expression comparison of date/time w/o timezone defined causes abort

2018-08-15 Thread Michael Beckerle (JIRA)
Michael Beckerle created DAFFODIL-1986: -- Summary: Expression comparison of date/time w/o timezone defined causes abort Key: DAFFODIL-1986 URL: https://issues.apache.org/jira/browse/DAFFODIL-1986

[GitHub] mbeckerle closed pull request #100: Moved pushDiscriminator to fix separators bug.

2018-08-15 Thread GitBox
mbeckerle closed pull request #100: Moved pushDiscriminator to fix separators bug. URL: https://github.com/apache/incubator-daffodil/pull/100 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

[GitHub] mbeckerle commented on a change in pull request #100: Moved pushDiscriminator to fix separators bug.

2018-08-15 Thread GitBox
mbeckerle commented on a change in pull request #100: Moved pushDiscriminator to fix separators bug. URL: https://github.com/apache/incubator-daffodil/pull/100#discussion_r210262368 ## File path:

[jira] [Updated] (DAFFODIL-1735) BLOB/CLOB - large object handles

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle updated DAFFODIL-1735: --- Fix Version/s: (was: deferred) > BLOB/CLOB - large object handles >

[GitHub] mbeckerle opened a new pull request #105: Modified general format to have calendarTimeZone="" not UTC.

2018-08-15 Thread GitBox
mbeckerle opened a new pull request #105: Modified general format to have calendarTimeZone="" not UTC. URL: https://github.com/apache/incubator-daffodil/pull/105 Updated tests to not expect "+00:00" on end of every date/time/datetime. DAFFODIL-1930

[GitHub] mbeckerle commented on issue #105: Modified general format to have calendarTimeZone="" not UTC.

2018-08-15 Thread GitBox
mbeckerle commented on issue #105: Modified general format to have calendarTimeZone="" not UTC. URL: https://github.com/apache/incubator-daffodil/pull/105#issuecomment-413366317 Note that sbt test, sbt it:test all pass. All DFDLSchemas pass, except quasiXML which required minor tweak.

[jira] [Updated] (DAFFODIL-1781) layer transformer for ASN.1 Object Identifier

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1781?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle updated DAFFODIL-1781: --- Summary: layer transformer for ASN.1 Object Identifier (was: stream

[jira] [Updated] (DAFFODIL-1735) BLOB/CLOB - large object handles

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1735?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle updated DAFFODIL-1735: --- Fix Version/s: 2.3.0 > BLOB/CLOB - large object handles >

[jira] [Commented] (DAFFODIL-1584) Verify unparser specified length padding behavior - whether minLength is used.

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16581531#comment-16581531 ] Michael Beckerle commented on DAFFODIL-1584: See dfdl...@ogf.org email thread with titles

[jira] [Updated] (DAFFODIL-1944) Add daffodil to scaladex index of all scala libraries

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle updated DAFFODIL-1944: --- Fix Version/s: (was: 2.2.0) deferred > Add daffodil to

[jira] [Assigned] (DAFFODIL-1944) Add daffodil to scaladex index of all scala libraries

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1944?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1944: -- Assignee: Michael Beckerle > Add daffodil to scaladex index of all scala

[jira] [Assigned] (DAFFODIL-1584) Verify unparser specified length padding behavior - whether minLength is used.

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1584: -- Assignee: Michael Beckerle > Verify unparser specified length padding

[jira] [Updated] (DAFFODIL-644) float and double with binaryFloatRep='ibm390Hex'

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-644?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle updated DAFFODIL-644: -- Priority: Minor (was: Major) > float and double with binaryFloatRep='ibm390Hex' >

[jira] [Updated] (DAFFODIL-114) LengthKind Prefixed

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-114?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle updated DAFFODIL-114: -- Fix Version/s: (was: deferred) 2.3.0 > LengthKind Prefixed >

[GitHub] mbeckerle closed pull request #103: Change occursCountKind to 'implicit' in general format.

2018-08-15 Thread GitBox
mbeckerle closed pull request #103: Change occursCountKind to 'implicit' in general format. URL: https://github.com/apache/incubator-daffodil/pull/103 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

[GitHub] stevedlawrence closed pull request #104: Make maxOccursBounds limit a fatal error

2018-08-15 Thread GitBox
stevedlawrence closed pull request #104: Make maxOccursBounds limit a fatal error URL: https://github.com/apache/incubator-daffodil/pull/104 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As

Re: travis CI builds inconsistent - multi_base_09 file (which is UTF-16BE charset)

2018-08-15 Thread Steve Lawrence
DAFFODIL-1908 tracks this issue. It isn't specific to TravisCI, but certain environments seem to make it easier to trigger. I haven't seen it in a while on my system. Best guess is some kind of non-thread-safe code when compiling schemas, but I don't think any one has been able to track it down so

[jira] [Resolved] (DAFFODIL-1948) DFDLGeneralFormat has dfdl:occursCountKind 'parsed'. Should be 'implicit'

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1948?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle resolved DAFFODIL-1948. Resolution: Fixed Assignee: Dave Thompson (was: Michael Beckerle) Fixed

[jira] [Updated] (DAFFODIL-1963) Change parameters to save/reload?

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1963?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle updated DAFFODIL-1963: --- Summary: Change parameters to save/reload? (was: Change paraters to

[jira] [Updated] (DAFFODIL-1955) Missing closing dfdl:format tag causes FatalError exception

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle updated DAFFODIL-1955: --- Summary: Missing closing dfdl:format tag causes FatalError exception (was:

[jira] [Resolved] (DAFFODIL-991) DFDL-Spec: Update spec to reflect change to Schema Definition Warning for alignment ambiguity

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-991?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle resolved DAFFODIL-991. --- Resolution: Fixed Assignee: Dave Thompson (was: Michael Beckerle)

[jira] [Assigned] (DAFFODIL-1975) Incorrect separator behavior - missing separator for empty sequence (non-backward compatible)

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1975: -- Assignee: Michael Beckerle > Incorrect separator behavior - missing

[jira] [Assigned] (DAFFODIL-1863) DFDL Workgroup Proposal for hexBinary lengthUnits 'bits'

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1863?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1863: -- Assignee: Michael Beckerle (was: Steve Lawrence) > DFDL Workgroup

travis CI builds inconsistent - multi_base_09 file (which is UTF-16BE charset)

2018-08-15 Thread Mike Beckerle
So the travis CI build failed for a recent PR of mine. It's complaining about file daffodil-test/src/test/resources/org/apache/daffodil/section07/namespaces/multi_base_09.dfdl.xsd I haven't touched this file. It has not been modified in a long time I believe. Perhaps unique in our system,

[GitHub] mbeckerle opened a new pull request #6: Update errata support list to include 5.32 to 5.38

2018-08-15 Thread GitBox
mbeckerle opened a new pull request #6: Update errata support list to include 5.32 to 5.38 URL: https://github.com/apache/incubator-daffodil-site/pull/6 The only uncertainty was around 5.32, but there are tests that verify that WSP* is not allowed alone. E.g., test "DelimProp_06

[jira] [Resolved] (DAFFODIL-1939) Errata 5.32 to 5.38 status is not on the Unimplemented Features/Errata page

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle resolved DAFFODIL-1939. Resolution: Fixed Pushed to daffodil site in

[GitHub] mbeckerle closed pull request #102: Added tests that exercise ambiguous separator/terminator case.

2018-08-15 Thread GitBox
mbeckerle closed pull request #102: Added tests that exercise ambiguous separator/terminator case. URL: https://github.com/apache/incubator-daffodil/pull/102 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of

how to test modified daffodil-site

2018-08-15 Thread Mike Beckerle
I have fixed a problem on the daffodil-site. (See DAFFODIL-1939 about missing errata) How do I test view my change, which is to site/unsupported.md file? Thanks

Re: how to test modified daffodil-site

2018-08-15 Thread Mike Beckerle
Nevermind. I shoudl RTFM the readme.md file. From: Mike Beckerle Sent: Wednesday, August 15, 2018 1:42:53 PM To: dev@daffodil.apache.org Subject: how to test modified daffodil-site I have fixed a problem on the daffodil-site. (See DAFFODIL-1939 about missing

[jira] [Assigned] (DAFFODIL-1976) Incorrect creation of empty-string element

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1976?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1976: -- Assignee: Michael Beckerle > Incorrect creation of empty-string element >

[GitHub] stevedlawrence commented on issue #6: Update errata support list to include 5.32 to 5.38

2018-08-15 Thread GitBox
stevedlawrence commented on issue #6: Update errata support list to include 5.32 to 5.38 URL: https://github.com/apache/incubator-daffodil-site/pull/6#issuecomment-413290524 +1 This is an automated message from the Apache

[jira] [Assigned] (DAFFODIL-1886) Delimited parsing with occursCountKind="implicit" with separators is not handling missing optional elements correctly

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1886?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1886: -- Assignee: Michael Beckerle (was: Josh Adams) > Delimited parsing with

[GitHub] mbeckerle closed pull request #6: Update errata support list to include 5.32 to 5.38

2018-08-15 Thread GitBox
mbeckerle closed pull request #6: Update errata support list to include 5.32 to 5.38 URL: https://github.com/apache/incubator-daffodil-site/pull/6 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance:

[jira] [Resolved] (DAFFODIL-1519) occursCount that is greater than maxOccursBounds causes PE/UE rather than SDE

2018-08-15 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Lawrence resolved DAFFODIL-1519. -- Resolution: Fixed Fixed in 62da5b5a44e3f90c42ed446f7e64950ff61b6738 > occursCount

[jira] [Commented] (DAFFODIL-1945) Failures in Calendar tests

2018-08-15 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1945?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16581457#comment-16581457 ] Michael Beckerle commented on DAFFODIL-1945: Some of these tests work now: