Re: TAP diagnostic syntax proposal

2006-07-10 Thread Paul Johnson
uot;received" or whatever, and I end up having to look at the output a lot closer than I think I should in order to get things the right way around. But perhaps it's just my brain that's wired backwards. -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net

Re: Any Clue about Devel::Cover Error Message "Corrupted storable file (binary v2.7) at ../../lib/Storable.pm"

2006-07-15 Thread Paul Johnson
On Sat, Jul 08, 2006 at 03:44:55PM -0700, Scott Wang wrote: > Thanks Paul! > > (1) Yes, we do send SIGKILL (9) to kill the parent > process even the child processes are still running and > our purpose is to have a clean kill from "root", so, > do you think send SIGKIL

Re: S04 - forbidden coding-style

2006-07-24 Thread Paul Hodges
I know, shoot me -- but just so we've discussed it and put it to bed, maybe :if or _if or fi? --- Aaron Crane <[EMAIL PROTECTED]> wrote: > Larry Wall writes: > > Maybe we should just make statement modifiers uppercase and burn > out > > everyone's eye sockets. :) > > I like statement modifie

Failing parrot test (t/op/stringu.t)

2006-08-08 Thread Paul Cochrane
look on RT, but couldn't find mention of the problem). HTH Paul (make test output) t/op/stringu.NOK 24 # Failed test (t/op/stringu.t at line 332) # got: '1102268 # ' # expected: '1102269 # ' # Looks li

Re: Why consting is good

2006-08-13 Thread Paul Johnson
stant rather than a constant pointer. > =head2 Mixing C > > Combining Cs on a pointer and its constants can get confusing. Very much so. s/constants/contents/ I suspect? Or maybe s/its constants/what it points to/ ? -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net

Re: Latest $1,000 Wiki for Perl 6 proposal/offer.

2006-08-24 Thread Paul Fenwick
* Official endorsement of The Perl Foundation (including linkage from perl.org) * Synchronisation between the wiki and svn. Is there anything else? I'm certainly NOT after any money here. I'm after ways to make PerlNet more valuable to the community. Many th

Re: clarifying the spec for 'ref'

2006-08-25 Thread Paul Seamons
on that particular class. No methods are removed. This is very similar to read only strings. Paul Seamons

Nested statement modifiers.

2006-09-01 Thread Paul Seamons
that it shouldn't be too hard to change. The question is would a patch to add the functionality be accepted if I went to the trouble of figuring out how to do it? Paul Seamons Section of pge2past.tg that re-writes the expression to be enclosed by an if block: transform past (Perl6::G

Re: Nested statement modifiers.

2006-09-01 Thread Paul Seamons
so. I'll be quiet if you'd like me to be, unless you don't want me to be. :) Paul

Re: Nested statement modifiers.

2006-09-01 Thread Paul Seamons
better. :) say "I'm ok" if $i_am_ok if $you_are_ok while $the_world_is_ok; Paul

Re: Nested statement modifiers.

2006-09-02 Thread Paul Seamons
overall readability. I'd concede that the actual useful uses are rare enough to not warrant giving a feature that could turn hopelessly ugly quickly - even if the current generation of tools make it easy to add the feature. Paul

Re: Nested statement modifiers.

2006-09-02 Thread Paul Seamons
n a commit bit and add a test to pugs. Anyway. Once again if the alleged crime or the predicted crime is too great then I concede. I can see that it could be abused by some. But that doesn't mean I will abuse it. Paul PS. And not that it matters, but TT3 is planned to support nested statement modifiers and my engine which does much of TT3 already supports them - and I do use them on occasion - but that's a different mailing list.

[perl #40349] [PATCH] #40278: [CAGE] perl coding standards coda.

2006-09-18 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40349] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40349 > Hi, This is a patch to (attempt to) close the Cage Cleaner's RT t

Re: [perl #40278] [CAGE] perl coding standards coda.

2006-09-19 Thread Paul Cochrane
:-) Have to work out how to do that first though... Regards, Paul

Re: [perl #40361] [PATCH] #40278 [CAGE] perl coding standards coda. (cont.)

2006-09-19 Thread Paul Cochrane
d we'll get a ruling from chip. Ok, I'll add a ticket (it'll give me good experience with RT :-) ). Thanks heaps for your feedback! Regards, Paul

Re: [perl #40361] [PATCH] #40278 [CAGE] perl coding standards coda. (cont.)

2006-09-19 Thread Paul Cochrane
RT? I've got an account, but can't see anywhere on rt.perl.org where one can add a new ticket. There's also no help link I can go to to work out what to do. Should I use parrotbug to do this? I'm not sure, so thought it best to ask. Thanks heaps in advance, Paul

Re: [perl #40361] [PATCH] #40278 [CAGE] perl coding standards coda. (cont.)

2006-09-19 Thread Paul Cochrane
't seem to have appeared on RT (could be a time delay though). Also, I might be restricted sending email from my machine directly on our network, so it might not get through at all. You might have to add the ticket for me! Anyway, thanks for your help! Regards, Paul

[perl #40364] [PATCH] line endings of perl .t test files

2006-09-19 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40364] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40364 > Hi, This patch changes the line endings of the files listed below fro

[perl #40370] [PATCH] code_coda.t update

2006-09-20 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40370] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40370 > Hi, Attached is a patch for the code_coda.t test. The test now

[perl #40373] [PATCH] C coda fix in parrot/config/gen

2006-09-20 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40373] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40373 > Hi, This patch adds the C-specific emacs/vim coda to all C-languag

[perl #40372] [PATCH] C coda fix in parrot/compilers

2006-09-20 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40372] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40372 > Hi, This is a patch of all .c and .h files found by t/codingstd/cod

[perl #40371] [PATCH] as2c.pl C-file coda fix

2006-09-20 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40371] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40371 > Hi, Attached is a patch for tools/dev/as2c.pl which adds a n

[perl #40374] [PATCH] C coda fix in parrot/include

2006-09-20 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40374] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40374 > Hi, This patches all C-language files in parrot/include that requir

[perl #40375] [PATCH] C coda fix in parrot/config/gen

2006-09-20 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40375] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40375 > Hi, It seems I forgot to attach the patch to this email. Many apolog

[perl #40377] [PATCH] C coda fix in parrot/examples

2006-09-20 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40377] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40377 > Hi, This patch adds the C emacs/vim coda to the C-language files

Re: [perl #40371] [PATCH] as2c.pl C-file coda fix

2006-09-21 Thread Paul Cochrane
On 9/20/06, Jerry Gay via RT <[EMAIL PROTECTED]> wrote: thanks, applied as r14673, with a minor fix: -$print_coda(); +&print_coda(); Doh! Should have got that one right... Thanks for spotting it. :-) Paul

[perl #40393] [PATCH] C coda fix in parrot/src

2006-09-22 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40393] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40393 > Hi, This is a patch to hopefully finish off the emacs/vim C coda a

[perl #40394] [PATCH] Added a test for multiple codas to t/codingstd/code_coda.t

2006-09-22 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40394] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40394 > Hi, This patch gets code_coda.t to test for multiply-defined codas (fo

[perl #40430] [PATCH] rename and update C code coda test

2006-09-29 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40430] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40430 > Hi, This patch renames the C code coda test and removes the Perl-speci

[perl #40429] [PATCH] test for perl code coda

2006-09-29 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40429] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40429 > Hi, This patch adds a test for the perl code coda in a similar manner

[perl #40428] [PATCH] Return perl script and module file locations in parrot distro

2006-09-29 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40428] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40428 > Hi, This is a patch to return the names and locations of the perl scri

Re: [perl #40429] [PATCH] test for perl code coda

2006-10-01 Thread Paul Cochrane
27;m not! :-) Thanks for the pointer, I'll have a look at the new test to see how it's integrated. Regards, and thanks! No worries :-) Only too pleased to help. Regards, Paul

Emacs/vim code coda placement

2006-10-02 Thread Paul Cochrane
e end of each of the files, however, not to be included in any present __END__ or __DATA__ blocks; how do we get around this in nice, general way? Thanks heaps in advance, Paul

Re: Nested statement modifiers.

2006-10-03 Thread Paul Seamons
ink that is workable. But it also brings the question: If you can do it ugly [1] easily, why not allow for it do be done prettily [2] ? say $_ for =<> if $do_read_input Paul [1] It isn't really that ugly - just not as pretty. [2] Arguably the "pretty" version is also m

Re: Nested statement modifiers.

2006-10-03 Thread Paul Seamons
r $a; $x; It isn't under Perl5 - but will it be under Perl6. Either way the nested statement modifiers would work even if scopes aren't introduced at each level. .say for 1..$_ for 2..5; I think it reads sort of nicely left to right. Paul

Re: Nested statement modifiers.

2006-10-04 Thread Paul Seamons
est; Which can obviously be written in other ways using other constructs, but not without changing how the statement reads or changing what it emphasizes. And as for Perl6 - well yes I'd love to see it get here more quickly also. But I don't think that discussing little nitpicks like this are delaying the release of Perl6. Maybe they are - but I would guess there are more pressing issues that are occupying development time. Paul

[perl #40458] [PATCH] fix for c_code_coda.t multiple occurrences test

2006-10-05 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40458] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40458 > Hi, This patch gets the C-file coda test to pick up multiple occur

Questions about DEPRECATED.pod

2006-10-09 Thread Paul Cochrane
d I go through and remove references to C and fix up ops.num and patch? Thanks heaps in advance! Paul

[perl #40477] [PATCH] Coda fix of boilerplate generating code

2006-10-09 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40477] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40477 > Hi, This patches the perl scripts which output a C-code coda whe

[perl #40480] [PATCH] C-code coda not output multiple times in platform.[ch]

2006-10-09 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40480] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40480 > Hi, This patch ensures that when platform.c and platform.h are genera

[perl #40476] [PATCH] dos -> unix line endings of pm files

2006-10-09 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40476] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40476 > Hi, Recently I found some .pm files with dos line endings. This

[perl #40475] [PATCH] Adding pmc files to C-coda checks

2006-10-09 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40475] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40475 > Hi, PMC files are just C-language files in a sense, right? If so,

[perl #40479] [PATCH] Adding and correcting C-code coda in autogenerated code

2006-10-09 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40479] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40479 > Hi, This patch adds the C-code coda to the autogenerated C language co

[perl #40482] [PATCH] Perl::Critic policy for perl -w, and unix-specific shebang lines

2006-10-09 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40482] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40482 > Hi, This patch adds a new policy for the Parrot Perl::Critic tests, na

Parrot Configure error

2006-10-09 Thread Paul Cochrane
someone should know... Regards, Paul

[perl #40483] [PATCH] removal of cuddled else's in C source

2006-10-09 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40483] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40483 > Hi, This patch uncuddles the else's in the C source, and mak

Re: [perl #40482] [PATCH] Perl::Critic policy for perl -w, and unix-specific shebang lines

2006-10-09 Thread Paul Cochrane
the pointer, and the feedback! Regards, Paul Index: lib/Perl/Critic/Policy/TestingAndDebugging/CheckPerlShebang.pm === --- lib/Perl/Critic/Policy/TestingAndDebugging/CheckPerlShebang.pm (revision 0) +++ lib/Perl/Critic/Policy/TestingAn

Re: [perl #40482] [PATCH] Perl::Critic policy for perl -w, and unix-specific shebang lines

2006-10-10 Thread Paul Cochrane
y and see if I can get a better patch in. Thanks again for your feedback! Paul

Re: [perl #40482] [PATCH] Perl::Critic policy for perl -w, and unix-specific shebang lines

2006-10-10 Thread Paul Cochrane
cking the line and column number of the element. Well spotted! This is another good point to help me test my test; woah is that meta... Paul

Re: Questions about DEPRECATED.pod

2006-10-10 Thread Paul Cochrane
mak Also see the notes in PBC_COMPAT. Thanks Bernhard! Added to my todo list :-) Paul

Re: [perl #40481] [PATCH] C-code coda in pmc files

2006-10-10 Thread Paul Cochrane
No problem with the two patch files. Could you add the patches for the amber *.pmc ? Attached to this email. Odd that I missed those files before... Regards, Paul files affected: languages/amber/lib/kernel/pmc/amber_character.pmc languages/amber/lib/kernel/pmc/amber_integer.pmc languages

Re: [perl #40482] [PATCH] Perl::Critic policy for perl -w, and unix-specific shebang lines

2006-10-10 Thread Paul Cochrane
ention that the shebang should be the first line lead me to think that maybe we could look for misplaced shebang lines, and report an error there as well. I've got a patch for that and can send this in too if you want. Regards, Paul

Re: [perl #40482] [PATCH] Perl::Critic policy for perl -w, and unix-specific shebang lines

2006-10-10 Thread Paul Cochrane
P::C :-) Hope this helps! Paul Index: lib/Perl/Critic/Policy/TestingAndDebugging/ProhibitShebangWarningsArg.pm === --- lib/Perl/Critic/Policy/TestingAndDebugging/ProhibitShebangWarningsArg.pm (revision 0) +++ lib/Perl/Critic/P

[perl #40505] [PATCH] Addition of pmc files to codingstd tests

2006-10-11 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40505] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40505 > This is because I was too fast with the "Send" button, a

[perl #40508] [PATCH] Removal of C++ comments in pmc files

2006-10-11 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40508] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40508 > Hi, This patch changes C++ comments found in pmc files to C comme

[perl #40511] [PATCH] Removal of deprecated fetchmethod opcode

2006-10-11 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40511] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40511 > Hi, This patch removes the deprecated fetchmethod opcode from vari

[perl #40507] [PATCH] Removal of cuddled else in pmc files

2006-10-11 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40507] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40507 > Hi, This patch removes occurrences of "cuddled else" in p

[perl #40504] [PATCH] Addition of pmc files to codingstd tests

2006-10-11 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40504] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40504 > Hi, This patch adds pmc files to the list of files to test in the C-la

[perl #40509] [NEW] Line endings test

2006-10-11 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40509] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40509 > Hi, This test checks for DOS line endings in C-language files, and I

[perl #40510] [PATCH] Correction of pod in c_code_coda.t test

2006-10-11 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40510] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40510 > Hi, This patch corrects some of the pod in the t/codingstd/c_cod

[perl #40503] [PATCH] Removal of .imc filename change paragraph

2006-10-11 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40503] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40503 > Hi, This patch removes the paragraph in DEPRECATED.pod mentioning

[perl #40506] [PATCH] Removal of hard tabs in pmc files

2006-10-11 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40506] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40506 > Hi, This patch removes hard tabs found in .pmc files. Regards,

[perl #40508] [PATCH] Removal of C++ comments in pmc files

2006-10-11 Thread Paul Cochrane
hen pmc files are added to the test. Apologies for causing confusion. Regards, Paul

Re: [perl #40503] [PATCH] Removal of .imc filename change paragraph

2006-10-11 Thread Paul Cochrane
to '.pir'. True. Thought it wouldn't hurt to ask. I won't be offended if the patch is rejected. :-) Paul

Re: Runtime role issues

2006-10-11 Thread Paul Seamons
would remain unmodified. Paul

Re: [perl #40483] [PATCH] removal of cuddled else's in C source

2006-10-11 Thread Paul Cochrane
y Bernhard in r14870, which explains why the effected files list looks different. The cuddled else patch I most recently sent in ([perl #40507]) applied only to pmc files and is (indirectly) a result of the patch of t/codingstd/cuddled_else.t in r14985. Regards, Paul

Re: [perl #40505] [PATCH] Addition of pmc files to codingstd tests

2006-10-12 Thread Paul Cochrane
der, and finally close as a duplicate. Jerry already pulled me up on that one; I'm still learning the ropes, and I hope to eventually not to make so much work for other people. Thanks for letting me know though :-) Regards, Paul

Re: [perl #40479] [RESOLVED] [PATCH] Adding and correcting C-code coda in autogenerated code

2006-10-12 Thread Paul Cochrane
Hi, This patch fixes the C-code coda in more autogenerated code. I *believe* this should fix this issue completely. Regards, Paul files affected: lib/Parrot/Pmc2c.pm Index: lib/Parrot/Pmc2c.pm === --- lib/Parrot/Pmc2c.pm

[perl #40519] [PATCH] Removal of t/tools when searching for pmc's

2006-10-12 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40519] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40519 > Hi, This patch removes t/tools from the list of directories searched

Re: [perl #40509] [NEW] Line endings test

2006-10-16 Thread Paul Cochrane
This patch has been superseded by the more general patch in [perl #40544] (which I should have attached to this ticket, but had forgotten that I'd already submitted for this issue). Please ignore [perl #40509]. Thanks, Paul

[perl #40543] [NEW] Test for space after curly braces

2006-10-16 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40543] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40543 > Hi, This patch adds a test to the coding standards which checks for

[perl #40544] [NEW] Test for DOS line endings in Parrot text files

2006-10-16 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40544] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40544 > Hi, This patch adds a test for DOS line endings in text files

[perl #40545] [PATCH] Addition of tests to Parrot::Distribution tests

2006-10-16 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40545] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40545 > Hi, This patch adds tests for yacc, lex and pmc files to the Parrot:

Re: [perl #40361] [PATCH] #40278 [CAGE] perl coding standards coda. (cont.)

2006-10-16 Thread Paul Cochrane
ogical and appropriate way forward, or am I complicating the issue? I hope not. Anyway, if this patch gets accepted, then I can patch all the Perl code failing this policy and we can tick off the CAGE task. Comments definitely welcome, Regards, Paul files affected: lib/Perl/Critic/Policy/

Re: [perl #40543] [NEW] Test for space after curly braces

2006-10-17 Thread Paul Cochrane
! Regards, Paul files affected: MANIFEST t/codingstd/trailing_space.t Index: MANIFEST === --- MANIFEST (revision 14936) +++ MANIFEST (working copy) @@ -2449,6 +2449,7 @@ t/codingstd/linelength.t[] t

Re: [perl #40543] [NEW] Test for space after curly braces

2006-10-18 Thread Paul Cochrane
No worries! It's a pleasure to be able to help :-) I hope my changes are helping the code quality of parrot. Regards, Paul Index: MANIFEST === --- MANIFEST (revision 14955) +++ MANIFEST (working copy) @@ -2449,6 +2449,7

[perl #40560] [PATCH] minor languages/regex/lib/Regex/Grammar.y fix

2006-10-18 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40560] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40560 > Hi, This patch gets regex/lib/Regex/Grammar.y to pass the t/codingstd/

Re: [perl #40544] [NEW] Test for DOS line endings in Parrot text files

2006-10-23 Thread Paul Cochrane
> This patch adds a test for DOS line endings in text files in the > Parrot distribution. > > Comments welcome, Hi Paul, could you add a check for SVN::Client and skip the test when there is no SVN::Client? Bernhard, No worries :-) Please see attached patch. I noticed somethin

[perl #40589] [PATCH] Adding (some) coding standards tests to the default tests

2006-10-24 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40589] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40589 > Hi, This patch adds the C, C and C tests to the default list of tests

[perl #40590] [PATCH] Reduce verbosity in t/codingstd/tabs.t

2006-10-24 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40590] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40590 > Hi, This patch reduces the amount of output generated by the t/cod

[perl #40592] [PATCH] Update of t/codingstd/linelength.t

2006-10-24 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40592] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40592 > Hi, This patch: replaces the pattern match operators used so that v

Re: [perl #40544] [NEW] Test for DOS line endings in Parrot text files

2006-10-24 Thread Paul Cochrane
erates the expected output (i.e. skips the tests and supplies the reason) but that the docs say they are (almost) the same thing. Regards, Paul Index: MANIFEST === --- MANIFEST (revision 14998) +++ MANIFEST (working copy) @@ -2450,6 +24

Re: [perl #40544] [NEW] Test for DOS line endings in Parrot text files

2006-10-25 Thread Paul Cochrane
Bob, Many thanks for your reply! That's exactly the subtlety I was interested in knowing. Regards, Paul

[perl #40598] [PATCH] Make perlcritic.t barf more nicely when Test::Perl::Critic not installed

2006-10-26 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40598] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40598 > Hi, this patch ensures that when t/codingstd/perlcritic.t can'

[perl #40599] [NEW] Coding standards test of return statements

2006-10-26 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40599] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40599 > Hi, This file is actually a hack of the C sub in C and check

Re: [perl #40598] [PATCH] Make perlcritic.t barf more nicely when Test::Perl::Critic not installed

2006-10-26 Thread Paul Cochrane
to maintain the verbose flag any other way, but now I know. With every patch my perl foo improves... See attached patch for latest version. BTW: did you get the perl shebang line patches for Perl::Critic? Paul perlcritic_t.patch Description: Binary data

[perl #40616] [PATCH] Helping splint check further through the parrot source

2006-10-30 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40616] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40616 > Hi, This patch enables splint (a lint variant) to check further throu

'make rsync' failing - required anyway?

2006-10-30 Thread Paul Cochrane
utility of the target. However, the parrot website mentions using rsync to grab the parrot source for smoke testing, so maybe it's a good idea to keep the target around. Ideas? Regards, Paul

[perl #40618] [TODO] Tcl - Missing channelId tests in t/cmd_puts.t

2006-10-30 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40618] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40618 > channelId tests are currently missing from languages/tcl/t/cmd_puts.t

[perl #40619] [TODO] Tcl - need -regexp tests in t/cmd_switch.t

2006-10-30 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40619] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40619 > The test file languages/tcl/t/cmd_switch.t needs tests of -regexp. T

[perl #40620] [TODO] Tcl - tests error wrongly in t/cmd_expr.t

2006-10-30 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40620] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40620 > Within the C section of the languages/tcl/t/cmd_expr.t test file, t

Re: [perl #40620] [TODO] Tcl - tests error wrongly in t/cmd_expr.t

2006-10-30 Thread Paul Cochrane
This patch adds the RT ticket number to the TODO item in the file: languages/tcl/t/cmd_expr.t Paul tcl_cmd_expr_t.patch Description: Binary data

Re: [perl #40619] [TODO] Tcl - need -regexp tests in t/cmd_switch.t

2006-10-30 Thread Paul Cochrane
This patch adds the RT ticket number to the TODO item in languages/tcl/t/cmd_switch.t Paul tcl_cmd_switch_t.patch Description: Binary data

Re: [perl #40618] [TODO] Tcl - Missing channelId tests in t/cmd_puts.t

2006-10-30 Thread Paul Cochrane
This patch marks the RT ticket number next to the TODO item in languages/tcl/t/cmd_puts.t Paul tcl_cmd_puts_t.patch Description: Binary data

[perl #40629] [TODO] Tcl - need to test classes in t/cmd_stringOld.t

2006-10-31 Thread Paul Cochrane
# New Ticket Created by "Paul Cochrane" # Please include the string: [perl #40629] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=40629 > >From the file itself: "many of the classes are NOT tested her

Re: [perl #40628] [TODO] Tcl - need to test reading something in t/cmd_gets.t

2006-10-31 Thread Paul Cochrane
This patch adds the RT ticket number to the associated TODO item in languages/tcl/t/cmd_gets.t tcl_cmd_gets_t.patch Description: Binary data

Re: [perl #40629] [TODO] Tcl - need to test classes in t/cmd_stringOld.t

2006-10-31 Thread Paul Cochrane
This patch adds the RT ticket number associated with the TODO item in languages/tcl/t/cmd_stringOld.t tcl_cmd_stringOld_t.patch Description: Binary data

STM runtime test hanging intermittently

2006-10-31 Thread Paul Cochrane
r investigation? Also, I thought someone ought to know... Regards, Paul BTW, here's the output of myconfig: Summary of my parrot 0.4.6 (r15065) configuration: configdate='Tue Oct 31 12:31:46 2006' Platform: osname=linux, archname=i386-linux jitcapable=1, jitarchname=

Re: 'make rsync' failing - required anyway?

2006-10-31 Thread Paul Cochrane
This message didn't appear on the list, so am forwarding it on. Paul -- Forwarded message -- From: Nuno Carvalho <[EMAIL PROTECTED]> Date: Oct 31, 2006 11:27 AM Subject: Re: 'make rsync' failing - required anyway? To: Paul Cochrane <[EMAIL PROTECTED]>

Re: [perl #40627] [TODO] Tcl - test actual flushing in t/cmd_flush.t

2006-10-31 Thread Paul Cochrane
This patch adds the RT ticket number to the associated TODO item in languages/tcl/t/cmd_flush.t tcl_cmd_flush_t.patch Description: Binary data

<    1   2   3   4   5   6   7   8   9   10   >