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

Paolo,

I can confirm that we accept the proposed resolution.

Thanks,
Petr

On 1.6.2010 16:27, Baggia Paolo wrote:
> 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 Wednesday, 16 June 2010 11:45:49 UTC