$foo[0][0] versus $foo[0;0]

2008-07-13 Thread Adrian Kreher
Hi,

I'm reviewing the tests in S09, and the file 
t/spec/S02-builtin_data_types/multi_dimensional_array.t uses the [0][0]  
indexing format interchangeably with [0;0].

These two formats mean two different things, correct? The [0][0] form isn't 
mentioned much in the spec, nor is [0;0] or if they interact somehow.

Thanks,
-- 
Adrian Kreher


Test Suite TASKS

2008-06-18 Thread Adrian Kreher
Hello,

I'm Adrian, the Summer of Code student who is working on the test suite hosted 
in the Pugs repo. You might have seen me on IRC as Auzon.

A while back, I started a file (pugs/t/TASKS) in the repository to hold a list 
of things that need to be done on the test suite. I want to make it easier 
for implementers to communicate with the contributors for the test suite on 
what is lacking in the test suite. This allows test writers to see what would 
be the most beneficial to implementers, and also make it easier for new 
contributors to join in with a task in mind.

So, if you see any tests that seem wrong, any areas that are undertested or 
even untested, please add them to pugs/t/TASKS with the relevant synopsis.

Thanks,
-- 
Adrian Kreher