[GitHub] jadams-tresys commented on issue #176: Add better error message for '/' vs 'div'

2019-01-29 Thread GitBox
jadams-tresys commented on issue #176: Add better error message for '/' vs 'div' URL: https://github.com/apache/incubator-daffodil/pull/176#issuecomment-458658631 While it is nice to have a more helpful error message, I imagine that this is just one of several edge cases, not to mention

[GitHub] stevedlawrence commented on a change in pull request #176: Add better error message for '/' vs 'div'

2019-01-29 Thread GitBox
stevedlawrence commented on a change in pull request #176: Add better error message for '/' vs 'div' URL: https://github.com/apache/incubator-daffodil/pull/176#discussion_r251967995 ## File path: daffodil-core/src/main/scala/org/apache/daffodil/dpath/DFDLExpressionParser.scala

[GitHub] stevedlawrence commented on a change in pull request #176: Add better error message for '/' vs 'div'

2019-01-29 Thread GitBox
stevedlawrence commented on a change in pull request #176: Add better error message for '/' vs 'div' URL: https://github.com/apache/incubator-daffodil/pull/176#discussion_r251990530 ## File path: daffodil-core/src/main/scala/org/apache/daffodil/dpath/DFDLExpressionParser.scala

[GitHub] jadams-tresys opened a new pull request #176: Add better error message for '/' vs 'div'

2019-01-29 Thread GitBox
jadams-tresys opened a new pull request #176: Add better error message for '/' vs 'div' URL: https://github.com/apache/incubator-daffodil/pull/176 Suggests using 'div' instead of '/' when this error is detected by the expression parser. DAFFODIL-2042

[GitHub] jadams-tresys commented on a change in pull request #176: Add better error message for '/' vs 'div'

2019-01-29 Thread GitBox
jadams-tresys commented on a change in pull request #176: Add better error message for '/' vs 'div' URL: https://github.com/apache/incubator-daffodil/pull/176#discussion_r251978937 ## File path: daffodil-core/src/main/scala/org/apache/daffodil/dpath/DFDLExpressionParser.scala

[GitHub] jadams-tresys merged pull request #173: Allow implicit conversion of string to HexBinary

2019-01-29 Thread GitBox
jadams-tresys merged pull request #173: Allow implicit conversion of string to HexBinary URL: https://github.com/apache/incubator-daffodil/pull/173 This is an automated message from the Apache Git Service. To respond to the

[jira] [Assigned] (DAFFODIL-2042) Poor diagnostic message for using "/" instead of "div" in expression

2019-01-29 Thread Josh Adams (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-2042?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Adams reassigned DAFFODIL-2042: Assignee: Josh Adams > Poor diagnostic message for using "/" instead of "div" in

[jira] [Resolved] (DAFFODIL-2056) Implicit expression conversion from xs:string to xs:hexBinary causes exception

2019-01-29 Thread Josh Adams (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Adams resolved DAFFODIL-2056. -- Resolution: Fixed Assignee: Dave Thompson (was: Josh Adams) Fix Version/s:

[jira] [Resolved] (DAFFODIL-2018) Non-portable test test_multiple_delimiters2

2019-01-29 Thread Josh Adams (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-2018?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Adams resolved DAFFODIL-2018. -- Resolution: Not A Bug As far as I can tell from the DFDL Spec, this is a bug in the IBM

[jira] [Resolved] (DAFFODIL-2060) Update Copyright to 2019

2019-01-29 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Lawrence resolved DAFFODIL-2060. -- Resolution: Fixed Fixed in commit 5c19ac1aff47f3d33c878d81696fe3af726dc1b9 >

[jira] [Resolved] (DAFFODIL-2058) Some CLI tests do not work cleanly on the Windows platform.

2019-01-29 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-2058?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Lawrence resolved DAFFODIL-2058. -- Resolution: Fixed Fixed in commit 629aa2a1dccda54f1d8a2328de3af8da4c618091 > Some

[GitHub] stevedlawrence opened a new pull request #175: Bump version to 2.3.0

2019-01-29 Thread GitBox
stevedlawrence opened a new pull request #175: Bump version to 2.3.0 URL: https://github.com/apache/incubator-daffodil/pull/175 DAFFODIL-2061 This is an automated message from the Apache Git Service. To respond to the

[GitHub] stevedlawrence merged pull request #174: Update copyright to 2019

2019-01-29 Thread GitBox
stevedlawrence merged pull request #174: Update copyright to 2019 URL: https://github.com/apache/incubator-daffodil/pull/174 This is an automated message from the Apache Git Service. To respond to the message, please log on

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

2019-01-29 Thread Steve Lawrence (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-1811?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steve Lawrence resolved DAFFODIL-1811. -- Resolution: Duplicate Marking as a duplicate of DAFFODIL-2058, that bug has more up

[jira] [Created] (DAFFODIL-2061) Prepare for 2.3.0 release

2019-01-29 Thread Steve Lawrence (JIRA)
Steve Lawrence created DAFFODIL-2061: Summary: Prepare for 2.3.0 release Key: DAFFODIL-2061 URL: https://issues.apache.org/jira/browse/DAFFODIL-2061 Project: Daffodil Issue Type: Bug

[GitHub] stevedlawrence commented on a change in pull request #173: Allow implicit conversion of string to HexBinary

2019-01-29 Thread GitBox
stevedlawrence commented on a change in pull request #173: Allow implicit conversion of string to HexBinary URL: https://github.com/apache/incubator-daffodil/pull/173#discussion_r251809757 ## File path: daffodil-runtime1/src/main/scala/org/apache/daffodil/dpath/ConverterOps2.scala

[jira] [Created] (DAFFODIL-2060) Update Copyright to 2019

2019-01-29 Thread Steve Lawrence (JIRA)
Steve Lawrence created DAFFODIL-2060: Summary: Update Copyright to 2019 Key: DAFFODIL-2060 URL: https://issues.apache.org/jira/browse/DAFFODIL-2060 Project: Daffodil Issue Type: Bug

[GitHub] stevedlawrence opened a new pull request #174: Update copyright to 2019

2019-01-29 Thread GitBox
stevedlawrence opened a new pull request #174: Update copyright to 2019 URL: https://github.com/apache/incubator-daffodil/pull/174 DAFFODIL-2060 This is an automated message from the Apache Git Service. To respond to the

[GitHub] jadams-tresys commented on a change in pull request #173: Allow implicit conversion of string to HexBinary

2019-01-29 Thread GitBox
jadams-tresys commented on a change in pull request #173: Allow implicit conversion of string to HexBinary URL: https://github.com/apache/incubator-daffodil/pull/173#discussion_r251830323 ## File path: daffodil-runtime1/src/main/scala/org/apache/daffodil/dpath/XSHexBinary.scala

[GitHub] jadams-tresys commented on a change in pull request #173: Allow implicit conversion of string to HexBinary

2019-01-29 Thread GitBox
jadams-tresys commented on a change in pull request #173: Allow implicit conversion of string to HexBinary URL: https://github.com/apache/incubator-daffodil/pull/173#discussion_r251820038 ## File path: daffodil-runtime1/src/main/scala/org/apache/daffodil/dpath/ConverterOps2.scala

[GitHub] stevedlawrence commented on a change in pull request #173: Allow implicit conversion of string to HexBinary

2019-01-29 Thread GitBox
stevedlawrence commented on a change in pull request #173: Allow implicit conversion of string to HexBinary URL: https://github.com/apache/incubator-daffodil/pull/173#discussion_r251822940 ## File path: daffodil-runtime1/src/main/scala/org/apache/daffodil/dpath/XSHexBinary.scala