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

[jira] [Created] (DAFFODIL-2148) No compile time error when using nonexistent TypeCalc function

Brandon Sloane created DAFFODIL-2148:
----------------------------------------

             Summary: No compile time error when using nonexistent TypeCalc function
                 Key: DAFFODIL-2148
                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2148
             Project: Daffodil
          Issue Type: Bug
          Components: Diagnostics, Front End
            Reporter: Brandon Sloane
            Assignee: Brandon Sloane


Consider schema such as:
{quote}<xs:simpleType name="nonExistantTypeCalc" type="xs:int" dfdl:lenthKind="explicit" dfdl:length="1" />
 <xs:element name="root" type="xs:int" dfdl:inputValueCalc="\{ dfdl:inputTypeCalcInt('tns:nonExistantTypeCalc', 0) }"/>
{quote}
Or
{quote}<xs:element name="root" type="xs:int" dfdl:inputValueCalc="\{ dfdl:inputTypeCalcInt('tns:nonExistantType', 0) }"/>
{quote}
In principle, it should be possible to report this as an SDE at compile time. However, at the moment no error is reported until the expression is evaulated at runtime.



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