[perl #43343] [TODO] config/inter/charset.pm: Write unit tests

2007-10-25 Thread James Keenan via RT
With a modest amount of refactoring and two test files (written tonight at the Peculier Pub while waiting for honored guests to arrive at ny.pm meeting!), we have achieved 100% test coverage of code for this configuration step class. Resolving ticket.

Re: [svn:parrot-pdd] r22465 - in trunk: . compilers/json compilers/json/JSON compilers/past-pm/POST compilers/pct/src compilers/pct/src/POST compilers/pge/PGE compilers/pirc/src compilers/tge/TGE docs

2007-10-25 Thread James E Keenan
[EMAIL PROTECTED] wrote: Author: tewk Date: Wed Oct 24 17:11:20 2007 New Revision: 22465 tewk: Could you see if something in this commit led to the breakage described in http://rt.perl.org/rt3/Ticket/Display.html?id=46869? I've resolved 3 of the 4 test failures described there but haven't

[perl #46869] [BUG] t/tools/ops2pmutils/: Failures in 4 test files

2007-10-25 Thread James Keenan via RT
I took Coke's suggestion as to how to renumber the ops and it did indeed clear up 3 of the 4 failing tests. I'm not sure how to correct. I have (hopefully temporarily) placed the failing test in a TODO block so that this failure doesn't prevent me from running coverage analysis. kid51

Re: Dynamic variable scoping

2007-10-25 Thread Bob Rogers
From: Allison Randal <[EMAIL PROTECTED]> Date: Tue, 23 Oct 2007 23:11:51 -0700 Bob Rogers wrote: > > All I am talking about is the equivalent of what "local $var" provides > for Perl 5, i.e. dynamically-scoped binding of scalar "package > variables." Perl 5 locals and Per

[svn:parrot-pdd] r22493 - in trunk: . docs/pdds docs/pdds/draft

2007-10-25 Thread allison
Author: allison Date: Thu Oct 25 16:07:20 2007 New Revision: 22493 Added: trunk/docs/pdds/pdd26_ast.pod - copied unchanged from r22492, /trunk/docs/pdds/draft/pdd26_ast.pod Removed: trunk/docs/pdds/draft/pdd26_ast.pod Changes in other areas also in this revision: Modified: trunk/MA

[perl #46927] [PATCH] Remove integer - pointer comparison in slice.pmc

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46927] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46927 > The attached patch removes a compiler warning about comparing an integer to a pointer.

[perl #46925] [TODO] [C] Call pmc slicing functions from PackFiles thaw()

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46925] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46925 > In src/pmc/slice.pmc there is the todo item: * XXX self is a key chain (PMC constant)

[perl #46923] [TODO] [C] Check flags of parrot_range object in elements() method Slice PMC

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46923] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46923 > In src/pmc/slice.pmc:elements() there is the todo item: /* only start .. end s

[perl #46915] [TODO] [Perl] Handle MMD vtable entries in tools/build/jit2c.pl (?)

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46915] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46915 > In tools/build/jit2c.pl there is the todo item: next if $entry->[4] =~ /MMD_/;# TO

[perl #46913] [TODO] [Perl] Correct svn_id test in t/perl/Parrot_IO.t

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46913] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46913 > In t/perl/Parrot_IO.t there is the todo item (and test): # XXX doesn not work aftern s

[perl #46911] [TODO] [Perl] Investigate todo item within tools/dev/install_files.pl

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46911] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46911 > In tools/dev/install_files.pl there is the todo item: next unless $package =~ /main|li

Re: [perl #46901] [TODO] [Perl] Use Data::Dumper when looking for missing or extra files in manicheck.pl

2007-10-25 Thread Will Coleda
Paul Cochrane (via RT) writes: # New Ticket Created by Paul Cochrane # Please include the string: [perl #46901] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46901 > In tools/dev/manicheck.pl there is the todo item:

[perl #46909] [TODO] [Perl] Cope with escaped quotes in tools/build/c2str.pl

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46909] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46909 > In tools/build/c2str.pl there is the todo item: # TODO maybe cope with escaped \" Do

[perl #46907] [TODO] Resolve Copyright in tools/build/pbc2c.pl

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46907] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46907 > In tools/build/pbc2c.pl there is the todo item: # TODO: Resolve copyright. See ADDITIO

[perl #46905] [TODO] [C] Make a shared variant of PackFile_new()

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46905] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46905 > In tools/build/pbc2c.pl there is the todo item: /* TODO make also a shared variant of

[perl #46903] [TODO] [Perl] Implement todo items mentioned in tools/dev/extract_file_descriptions.pl

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46903] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46903 > In tools/dev/extract_file_descriptions.pl there are many todo items mentioned (all exce

[perl #46901] [TODO] [Perl] Use Data::Dumper when looking for missing or extra files in manicheck.pl

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46901] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46901 > In tools/dev/manicheck.pl there is the todo item: # TODO: Use Data::Dumper This is in

[perl #46899] [TODO] [Perl] Integrate smartlink info and emit html in smartlinks.pl

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46899] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46899 > In tools/util/smartlinks.pl there is the todo item: ## TODO: integrate smartlink info,

[perl #46897] [TODO] [Pir/C] Figure out how to test the pc opcode type

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46897] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46897 > In t/op/01-parse_ops.t there is the todo item: pc => undef, ## TODO:

[perl #46895] [TODO] [Pir/C] Investigate and correct incorrect recursion depth counting in debug backtrace

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46895] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46895 > In t/op/debuginfo.t there is the todo item: # XXX # in plain functional run-loop resul

[perl #46893] [TODO] [Perl] Complete test coverage of Parrot::Test

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46893] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46893 > In t/perl/Parrot_Test.t there are the todo item comments: # TODO test write_code_to_fi

[perl #46891] [TODO] [Perl] Test Parrot::Test::run_command

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46891] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46891 > In t/perl/Parrot_Test.t there is the todo item: # TODO test run_command() Do this ple

[perl #46889] [TODO] [Perl] Move post environment test code into an END block (Parrot::Test)

2007-10-25 Thread via RT
# New Ticket Created by Paul Cochrane # Please include the string: [perl #46889] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=46889 > In t/perl/Parrot_Test.t there is the todo item: # XXX Shouldn't this be in an END bloc

[svn:parrot-pdd] r22465 - in trunk: . compilers/json compilers/json/JSON compilers/past-pm/POST compilers/pct/src compilers/pct/src/POST compilers/pge/PGE compilers/pirc/src compilers/tge/TGE docs doc

2007-10-25 Thread tewk
Author: tewk Date: Wed Oct 24 17:11:20 2007 New Revision: 22465 Modified: trunk/docs/pdds/pdd23_exceptions.pod Changes in other areas also in this revision: Added: trunk/t/op/exceptions.t Modified: trunk/DEPRECATED.pod trunk/compilers/json/JSON/pge2pir.tg trunk/compilers/json/posta

Re: [perl #46823] [TODO] [Pir] Rewrite ResizeablePMCArray tests properly when exceptions are implemented

2007-10-25 Thread Paul Cochrane
On 25/10/2007, Allison Randal <[EMAIL PROTECTED]> wrote: > Paul Cochrane wrote: > > > > I updated the subject of this ticket to substitute PMC with * as this > > issue occurs more often than I first guessed (the problems one has > > when going through code serially...). This issue is actually more