You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by "Michael Beckerle (JIRA)" <ji...@apache.org> on 2019/06/20 22:13:00 UTC

[jira] [Updated] (DAFFODIL-829) notYetImplemented exceptions should require a string describing what wasn't implemented

     [ https://issues.apache.org/jira/browse/DAFFODIL-829?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Michael Beckerle updated DAFFODIL-829:
--------------------------------------
    Labels: beginner  (was: )

> notYetImplemented exceptions should require a string describing what wasn't implemented
> ---------------------------------------------------------------------------------------
>
>                 Key: DAFFODIL-829
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-829
>             Project: Daffodil
>          Issue Type: Improvement
>          Components: Clean Ups, CLI
>            Reporter: Jessie Chab
>            Priority: Major
>              Labels: beginner
>
> I tried running a quick test specifying only the Generic Schema:
> {code}
> ~/NGF/dfdl (0.11.0) daffodil-cli/target/start parse -s ../DFDLSchemas-HL7-v2.7-f53bd9c/GenericHL7.xsd -s ../DFDLSchemas-HL7-v2.7-f53bd9c/A01.txt 
> [error] Compilation (ProcessorFactory) produced 1 errors/warnings.
> [error] Schema Definition Error: org.xml.sax.SAXParseException; lineNumber: 1; columnNumber: 1; Content is not allowed in prolog.
> Schema context: file:/home/jchab/NGF/dfdl/../DFDLSchemas-HL7-v2.7-f53bd9c/A01.txt. Location in ../DFDLSchemas-HL7-v2.7-f53bd9c/GenericHL7.xsd.
> ~/NGF/dfdl (0.11.0) daffodil-cli/target/start parse -s ../DFDLSchemas-HL7-v2.7-f53bd9c/GenericHL7.xsd ../DFDLSchemas-HL7-v2.7-f53bd9c/A01.txt 
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
> !!                 Not Yet Implemented                  !!
> !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
>  You are using a feature that is not yet implemented:
>  Not yet implemented: edu.illinois.ncsa.daffodil.exceptions.Assert$.notYetImplemented(Assert.scala:83)
> edu.illinois.ncsa.daffodil.dsom.LocalElementMixin$class.isLastRequiredElementOfSequence(Elements.scala:712)
> edu.illinois.ncsa.daffodil.dsom.LocalElementBase.isLastRequiredElementOfSequence(Elements.scala:732)
> edu.illinois.ncsa.daffodil.dsom.LocalElementGrammarMixin$$anonfun$arrayContentsWithSeparators$1.gd17$1(GrammarMixins.scala:1001)
>  You can create a bug and track the progress of this
>  feature at:
>   https://opensource.ncsa.illinois.edu/jira/browse/DFDL
> {code}
> The schema and test data can be found here:
> http://dfdlschemas.github.io/HL7-v2.7/



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)