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)

Reply via email to