Hi,

I made the changes that Till suggested in [1].

[1] https://github.com/apache/vxquery/pull/58

Thank you,
Christina

On 6/18/2016 4:21 PM, Till Westmann wrote:
Hi Christina,

I’ve looked at the diff and added a few comments. Please take a looks and see if they make sense (since I only looked at the diff so far I might have missed something in the code that didn’t change.

Cheers,
Till

On 19 Jun 2016, at 0:39, christina pavlopoulou wrote:

Hi,

I made some changes based on the suggestions and I also fixed the problem with the nested arrays [1].

[1] https://github.com/apache/vxquery/pull/58

Thank you,
Christina

On 6/17/2016 6:33 PM, christina pavlopoulou wrote:
Hi,

I have implemented the array navigation functions (value, size) [1]. I have, also, run some tests which I included in the pull request. I have the following problems. When I have nested arrays, I cannot navigate into them. I can only navigate if I have a single array. I think that the problem is that when I try to parse the nested array the expression that has it, it sees it as a nested array.

Example: x=[1,[1,2,3]]
x(2)=[[1,2,3]], so if i ask for x(2)(2) it returns indexOutofBounds, because it sees it as one item.

Everything else runs correctly. Any help would be really appreciated.

[1] https://github.com/apache/vxquery/pull/57

Thank you,
Christina

Reply via email to