Changes between Version 21 and Version 22 of GoogleCodeIn2010Tasks

Show
Ignore:
Timestamp:
10/29/10 22:19:16 (11 years ago)
Author:
mikehh
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GoogleCodeIn2010Tasks

    v21 v22  
    7777Difficulty: Medium 
    7878 
    79 Background: Perl 5 
     79Background: Perl 5, readup on pir 
    8080 
    8181''Details'': A lot of our tests are still written in perl5 or a combination of perl5 with pir in CODE/OUTPUT blocks.  Ultimately we would like to get rid of any dependency on perl5.  We will put forward a list of tests that still need converting and set them up as a tasks with one or more tests to be converted. 
     82 
     83A possible (ungraded at the moment) list of tests that could be converted each of which could be a task: 
     84{{{ 
     85t/examples/dumper.t 
     86t/examples/streams.t 
     87t/examples/yaml_dumper.t 
     88t/op/basic.t 
     89t/op/calling.t 
     90t/op/exceptions.t 
     91t/op/exit.t 
     92t/op/interp.t 
     93t/op/lexivals.t 
     94t/op/say.t 
     95t/op/spawnw.t 
     96t/op/string_cclass.t 
     97t/op/string_cs.t 
     98t/op/stringu.t 
     99t/pmc/bignum.t 
     100t/pmc/config.t 
     101t/pmc/coroutine.t 
     102t/pmc/eval.t 
     103t/pmc/exporter.t 
     104t/pmc/filehandle.t 
     105t/pmc/globals.t 
     106t/pmc/io.t 
     107t/pmc/io_iterator.t 
     108t/pmc/io_status.t 
     109t/pmc/io_stdin.t 
     110t/pmc/iterator.t 
     111t/pmc/multidispatch.t 
     112t/pmc/nci.t 
     113t/pmc/object-meths.t 
     114t/pmc/object-mro.t 
     115t/pmc/orderedhash.t 
     116t/pmc/parrotio.t 
     117t/pmc/parrotobject.t 
     118t/pmc/pmc.t 
     119t/pmc/stringhandle.t 
     120t/pmc/sub.t 
     121t/pmc/sys.t 
     122t/pmc/task.t 
     123t/pmc/threads.t 
     124t/pmc/timer.t 
     125 
     126}}} 
     127  
    82128 
    83129== Task # 3: Increase test coverage of PMCs - This represents several tasks. ==