[
https://issues.apache.org/jira/browse/DAFFODIL-2148?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brandon Sloane reopened DAFFODIL-2148:
--------------------------------------
The difficulty here is also a blocker for DAFFODIL-2165 , so I'm going to take
another stab at fixing it.
> 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
> Priority: Major
>
> 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)