Re: CCXML Implementation Report: couple of problems in scripts - #1 Assignment without declaration - [cc] ISSUE-683

Petr,

We are in the process to address all ISSUES related to IR. The goal is to re-publish the CCXML-IR in a short term.
Please explicitly confirm that you accept the proposed resolution or after one week we will consider implicitly accepted the resolution. If you need clarification, please ask them very soon.

Paolo Baggia
Author of CCXML-IR Plan

ISSUE-683:

Proposed Resolution: Accept

You are right on both the issues:
- Add var declaration for var2 and var3 in 8_2_2_A.txml

=================================
This is tracked as ISSUE-683.
---
RJ Auburn
CTO, Voxeo Corporation
tel:+1-407-418-1800 begin_of_the_skype_highlighting              +1-407-418-1800      end_of_the_skype_highlighting

Come join us at our Voxeo Customer Summit, June 21st - June 23rd at the Hard Rock Hotel, register today for your All Access Pass:  
http://www.voxeo.com/summits/customer



On Apr 13, 2010, at 8:51 PM, Petr Kuba wrote:

> 1) Assignment without declaration.
> Script 8_2_2_A.txml, Assertions 757, 758, 759.
> 
> The script contains the following assignments without declaring variables var2 and var3:
> 
>  var2 = var1;
>  var3 = myAry["ary"];
> 
> CCXML specification contains the following statement:
> 
>  It is illegal to make an assignment to a variable that has not been
>  explicitly declared using <var> or a var statement within a <script>.
> 
> So the code above is illegal.

Received on Tuesday, 1 June 2010 14:27:43 UTC