Re: [perl #41329] [BUG]: Imposition of coding standards breaks tests in t/tools/pmc2cutils/

2007-01-23 Thread Paul Cochrane
James, In r16751, certain code was repositioned to conform with Parrot coding standards. However, when repositioning code in test files, one is well advised to re-run the tests to see if they all still pass. This apparently was not done. If they had been done, it would have been evident that

Re: [perl #41331] Imposition of coding standards breaks tests in tcl.

2007-01-23 Thread Paul Cochrane
To quote ticket 41329: > However, when repositioning code in test files, > one is well advised to re-run the tests to see if they all still > pass. This apparently was not done. Ditto tcl: after the coding standards were blindly applied, the following tests fail in tcl: I did run the tests

[perl #41331] Imposition of coding standards breaks tests in tcl.

2007-01-23 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #41331] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41331 > To quote ticket 41329: > However, when repositioning code in test files, > one is well

[perl #41329] [BUG]: Imposition of coding standards breaks tests in t/tools/pmc2cutils/

2007-01-23 Thread James Keenan via RT
In each of the 7 affected test files, the initial mention of $topdir in the BEGIN block was replaced by 'our $topdir'. These tests now pass when run via 'make buildtools_tests' or 'prove t/tools/ pmc2cutils/*.t' after running 'Configure.pl' but before running 'make'. I also ran 'make' succes

Re: [perl #41185] [BUG]: examples/shootout/regexdna.pir.input: Persistently failing test

2007-01-23 Thread James E Keenan
James Keenan wrote: # New Ticket Created by James Keenan # Please include the string: [perl #41185] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41185 > On Sept 23 2006, chromatic reported that two tests were failing in

[perl #41329] [BUG]: Imposition of coding standards breaks tests in t/tools/pmc2cutils/

2007-01-23 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #41329] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41329 > FILES AFFECTED: t/tools/pmc2cutils/00-qualify.t t/tools/pmc2cutils/01-pmc2cutils.t t/to

[perl #41328] [BUG] pmc2c generates unnecessary code for void functions

2007-01-23 Thread James Keenan via RT
On Tue Jan 23 14:20:21 2007, particle wrote: > when compiling src/pmc/pmethod.c, cl has a few warnings: > > src\pmc\pmethod_test.c > D:/usr\local\parrot\bug\tools\build\../../lib\Parrot\Pmc2c\Utils.pm(1096) > : warn > ing C4102: 'test_method0_returns' : unreferenced label > [snip] > it seems the p

[perl #41328] [BUG] pmc2c generates unnecessary code for void functions

2007-01-23 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41328] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41328 > when compiling src/pmc/pmethod.c, cl has a few warnings: src\pmc\pmethod_test.c D:/usr\loc

Re: [perl #41320] [PATCH] Added rename() method to os.pmc

2007-01-23 Thread Jonathan Worthington
Hi, Kay-Uwe Huell (via RT) wrote: needed rename() function, which I have implemented in os.pmc (POSIX only). Attached you will find the patch. Thanks, applied this as r16771. I'm hacking on a Win32 implementation now too; I'll close up the ticket when I'm done with that. Jonathan

[perl #41324] [PATCH] Eliminate '//'-style comments

2007-01-23 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #41324] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41324 > This patch was necessary for me to build parrot with my old Sun compiler. diff -r -u

[perl #41325] [PATCH] Fill in missing pointer cast in

2007-01-23 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #41325] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41325 > This patch was necessary for me to build parrot with my old Sun C compiler. Without

[perl #41326] [PATCH] Work around an optimization bug in Sun's WorkShop Compilers 4.2

2007-01-23 Thread via RT
# New Ticket Created by Andy Dougherty # Please include the string: [perl #41326] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41326 > This patch works around an obscure bug in Sun's WorkShop Compilers 4.2. With this pa

[perl #41323] [CAGE] convert C to C

2007-01-23 Thread via RT
# New Ticket Created by Jerry Gay # Please include the string: [perl #41323] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41323 > in november, there was a big cleanup of the different spellings of C, hovewer, anything lab

Re: Subject: Parrot 0.4.8 Released

2007-01-23 Thread Jarkko Hietaniemi
I think much of the needed work for Tru64 would be simply to add *at least one* 64-bit platform for Parrot's "core" platforms. Preferably an LP64 one, instead of an LLP64, since LP64 would be more likely to shake out bad assumptions. But if LLP64 is more easily available, so be it. Superplusgood

[perl #41320] [PATCH] Added rename() method to os.pmc

2007-01-23 Thread via RT
# New Ticket Created by Kay-Uwe Huell # Please include the string: [perl #41320] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41320 > -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi parrot-team, needed rename() functio