[GitHub] mbeckerle commented on a change in pull request #162: Properly handle malformed binding files

2019-01-08 Thread GitBox
mbeckerle commented on a change in pull request #162: Properly handle malformed binding files URL: https://github.com/apache/incubator-daffodil/pull/162#discussion_r246178469 ## File path: daffodil-core/src/main/scala/org/apache/daffodil/dsom/SchemaSet.scala ## @@ -472,7

[GitHub] mbeckerle commented on a change in pull request #162: Properly handle malformed binding files

2019-01-08 Thread GitBox
mbeckerle commented on a change in pull request #162: Properly handle malformed binding files URL: https://github.com/apache/incubator-daffodil/pull/162#discussion_r246178739 ## File path:

[GitHub] mbeckerle commented on a change in pull request #162: Properly handle malformed binding files

2019-01-08 Thread GitBox
mbeckerle commented on a change in pull request #162: Properly handle malformed binding files URL: https://github.com/apache/incubator-daffodil/pull/162#discussion_r246178015 ## File path: daffodil-cli/src/main/scala/org/apache/daffodil/Main.scala ## @@ -627,7 +630,22 @@

[GitHub] mbeckerle commented on a change in pull request #162: Properly handle malformed binding files

2019-01-08 Thread GitBox
mbeckerle commented on a change in pull request #162: Properly handle malformed binding files URL: https://github.com/apache/incubator-daffodil/pull/162#discussion_r246176572 ## File path: daffodil-cli/src/main/scala/org/apache/daffodil/Main.scala ## @@ -238,8 +238,11 @@

[jira] [Created] (DAFFODIL-2048) Exponential blowup in regular expression matching

2019-01-08 Thread Brandon Sloane (JIRA)
Brandon Sloane created DAFFODIL-2048: Summary: Exponential blowup in regular expression matching Key: DAFFODIL-2048 URL: https://issues.apache.org/jira/browse/DAFFODIL-2048 Project: Daffodil

[jira] [Assigned] (DAFFODIL-2046) Poor handling of missing source attribute on element

2019-01-08 Thread Josh Adams (JIRA)
[ https://issues.apache.org/jira/browse/DAFFODIL-2046?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Josh Adams reassigned DAFFODIL-2046: Assignee: Josh Adams > Poor handling of missing source attribute on element >

[GitHub] jadams-tresys opened a new pull request #162: Properly handle malformed binding files

2019-01-08 Thread GitBox
jadams-tresys opened a new pull request #162: Properly handle malformed binding files URL: https://github.com/apache/incubator-daffodil/pull/162 There were a few unhandled exceptions that were originating from being unable to resolve QNames in external variable config files. With these