Re: Checklist for resolving a [PATCH] bug

2005-10-12 Thread Joshua Hoblitt
It looks like the CREDITS file hasn't been getting updated. I'd like to revise that check-list to: - add the patch author to CREDITS or update the authors entry in CREDITS - add correspondence to the bug stating that the patch was applied AND the svn revision number. - make sure that the bugs '

Deprecated: Sub.get_name_space

2005-10-12 Thread Matt Diephouse
As of r9465, namespace is one word, not two. This reflects how it is commonly spelled. The Sub PMC method "get_name_space" has been deprecated in favor of "get_namespace" as a result of the change. -- matt diephouse http://matt.diephouse.com

Re: [PATCH] Trivial typo fixes

2005-10-12 Thread Bernhard Schmalhofer
Will Coleda schrieb: Applied, except for the patch to examples/md5sum.pir - That changes the md5sum of the file, which then breaks t/examples/pir.t Thanks for looking at the examples. The md5sum.pir changes are now also in. Late at night I though that using the md5sum of md5sum.pir for testi

Re: [svn:parrot] r9470 - trunk/examples/pir

2005-10-12 Thread Will Coleda
CokeZero:~/research/parrot wcoleda$ prove -Ilib t/examples/pir.t t/examples/pirok 2/3 # Failed test (t/examples/pir.t at line 129) # got: '0141db367bd8265f37926c16ccf5113a examples/pir/ md5sum.pir # ' # expected: '3c97cb808c62b1b1a6ad9477d6edb850 examples/pir/ m

Re: [PATCH] Trivial typo fixes

2005-10-12 Thread Will Coleda
Applied, except for the patch to examples/md5sum.pir - That changes the md5sum of the file, which then breaks t/examples/pir.t While I was testing parakeet to make sure this didn't break anything, I noticed that parakeet was broken. (using soon to be and already deprecated syntax). In fut

[PATCH] Trivial typo fixes

2005-10-12 Thread Nick Glencross
Guys, Nothing too much to this patch. A fix to a couple of typos ('unimplemented' and 'too') and a few paths in examples. Regards, Nick Index: src/pmc_freeze.c === --- src/pmc_freeze.c(revision 9465) +++ src/pmc_freeze.c(