[GitHub] [incubator-daffodil] mbeckerle commented on a change in pull request #245: Added X-DFDL-5-BIT-DFI-1661-DUI-001 char encoding

2019-06-24 Thread GitBox
mbeckerle commented on a change in pull request #245: Added X-DFDL-5-BIT-DFI-1661-DUI-001 char encoding URL: https://github.com/apache/incubator-daffodil/pull/245#discussion_r296984917 ## File path: daffodil-io/src/main/scala/org/apache/daffodil/processors/charset/X_DFDL_MIL_STD.sc

[GitHub] [incubator-daffodil] bsloane1650 commented on a change in pull request #245: Added X-DFDL-5-BIT-DFI-1661-DUI-001 char encoding

2019-06-24 Thread GitBox
bsloane1650 commented on a change in pull request #245: Added X-DFDL-5-BIT-DFI-1661-DUI-001 char encoding URL: https://github.com/apache/incubator-daffodil/pull/245#discussion_r296903319 ## File path: daffodil-io/src/main/scala/org/apache/daffodil/processors/charset/X_DFDL_MIL_STD.

[GitHub] [incubator-daffodil] bsloane1650 commented on issue #246: Work in Progress Attempt to compile with scala 2.13.0

2019-06-24 Thread GitBox
bsloane1650 commented on issue #246: Work in Progress Attempt to compile with scala 2.13.0 URL: https://github.com/apache/incubator-daffodil/pull/246#issuecomment-505159252 Re 2) .toSeq returns an immutable Seq. Looking at the scala changelog https://github.com/scala/scala/releases/tag

[jira] [Assigned] (DAFFODIL-2152) Add support for Scala 2.13

2019-06-24 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-2152?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-2152: -- Assignee: (was: Guichard) > Add support for Scala 2.13 > --

[jira] [Assigned] (DAFFODIL-1535) PCAP: schema use use daf:error() (or perhaps fn:error() based on DFDL-WG feedback)

2019-06-24 Thread Michael Beckerle (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1535?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Michael Beckerle reassigned DAFFODIL-1535: -- Assignee: (was: Guichard) > PCAP: schema use use daf:error() (or perhap

[GitHub] [incubator-daffodil] gdesrosi opened a new pull request #246: Work in Progress Attempt to compile with scala 2.13.0

2019-06-24 Thread GitBox
gdesrosi opened a new pull request #246: Work in Progress Attempt to compile with scala 2.13.0 URL: https://github.com/apache/incubator-daffodil/pull/246 This branch contains changes to enable cross compilation with scala 2.13.0, but currently has quiet a few compilation errors if attempte

[GitHub] [incubator-daffodil] stevedlawrence commented on a change in pull request #245: Added X-DFDL-5-BIT-DFI-1661-DUI-001 char encoding

2019-06-24 Thread GitBox
stevedlawrence commented on a change in pull request #245: Added X-DFDL-5-BIT-DFI-1661-DUI-001 char encoding URL: https://github.com/apache/incubator-daffodil/pull/245#discussion_r296861905 ## File path: daffodil-io/src/main/scala/org/apache/daffodil/processors/charset/X_DFDL_MIL_S

[jira] [Commented] (DAFFODIL-2163) False warning about unused dfdl:choiceBranchKey on direct dispatch array

2019-06-24 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16871561#comment-16871561 ] Steve Lawrence commented on DAFFODIL-2163: -- Was able to create a minimal exam

[jira] [Reopened] (DAFFODIL-2163) False warning about unused dfdl:choiceBranchKey on direct dispatch array

2019-06-24 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Lawrence reopened DAFFODIL-2163: -- I think this issue wasn't entirely resolved. Reopening. Found a case where the followin

Re: Character Encodings - No Statement

2019-06-24 Thread Beckerle, Mike
Very undesirable to have   instead of the literal character. I'm not seeing where in Daffodil this would be happening. We do remap certain characters to the private use area - XML illegal character. But there is nothing illegal about U+00A0. It's just a character. I am puzzled. Some of the

[GitHub] [incubator-daffodil] bsloane1650 opened a new pull request #245: Added X-DFDL-5-BIT-DFI-1661-DUI-001 char encoding

2019-06-24 Thread GitBox
bsloane1650 opened a new pull request #245: Added X-DFDL-5-BIT-DFI-1661-DUI-001 char encoding URL: https://github.com/apache/incubator-daffodil/pull/245 Also snuck in a typo fix for X-DFDL-6-BIT-DFI-311-DUI-002 DAFFODIL-2164 --

[jira] [Updated] (DAFFODIL-2164) Support Link16 charset DFI1661 DUI001

2019-06-24 Thread Brandon Sloane (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-2164?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Brandon Sloane updated DAFFODIL-2164: - Summary: Support Link16 charset DFI1661 DUI001 (was: Support Link16 charset DFI166 DU

[jira] [Created] (DAFFODIL-2164) Support Link16 charset DFI166 DUI001

2019-06-24 Thread Brandon Sloane (JIRA)
Brandon Sloane created DAFFODIL-2164: Summary: Support Link16 charset DFI166 DUI001 Key: DAFFODIL-2164 URL: https://issues.apache.org/jira/browse/DAFFODIL-2164 Project: Daffodil Issue Typ

Re: Character Encodings - No Statement

2019-06-24 Thread Sloane, Brandon
Slightly different issue from what I was expecting. Daffodil appears to be output U+00A0 as " " instead of as a literal character. This is not wrong, and I believe a compliant XML processor should not notice the difference, but is this desireable? Additionally, it appears to not be simply a p

[jira] [Resolved] (DAFFODIL-2163) False warning about unused dfdl:choiceBranchKey on direct dispatch array

2019-06-24 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-2163?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Lawrence resolved DAFFODIL-2163. -- Resolution: Fixed Fix Version/s: 2.4.0 Fixed in commit 3e4657059e2c351681a11b

[GitHub] [incubator-daffodil] stevedlawrence merged pull request #244: Pass findPropertyOption through a ChoiceBranchImpliedSequence to the underlying Term

2019-06-24 Thread GitBox
stevedlawrence merged pull request #244: Pass findPropertyOption through a ChoiceBranchImpliedSequence to the underlying Term URL: https://github.com/apache/incubator-daffodil/pull/244 This is an automated message from the A