Re: CREDITS where credit is due

2005-12-14 Thread Joshua Hoblitt
Committed as r10529. -J -- On Mon, Dec 12, 2005 at 09:59:59AM -0800, Chip Salzenberg wrote: > On Sat, Dec 10, 2005 at 05:39:14PM -1000, Joshua Hoblitt wrote: > > I'd like to propose that we change submissions.pod to ask that patch > > submissions (at least from those without CI rights) include a

Re: [perl #37947] Patch to give yet more output on smoke

2005-12-14 Thread chromatic
On Wednesday 14 December 2005 12:09, Alberto Simoes wrote: > +   printf STDERR "$stats{ok} OK from $stats{tests} tests (%.2f%% > ok)\n\n", Interpolating into a sprintf() string apart from %s is a minor security oopsie. In this case, it's not so bad if you trust the data coming back from Te

[perl #37947] Patch to give yet more output on smoke

2005-12-14 Thread via RT
# New Ticket Created by Alberto Simoes # Please include the string: [perl #37947] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37947 > Basically, count tests, count tests ok, give rate. Useful if you want to run smoke

Call For Pumpking: Do you want a Ponie?

2005-12-14 Thread jesse
Two and a half years ago, Fotango announced their sponsorship of the Perl 6 effort, in the form of the "Ponie" project to port the Perl 5 runtime to the Parrot Virtual Machine. For the past year, Nicholas Clark has worked as the pumpking for Ponie as part of his work for Fotango. He's recently move

[perl #37949] String PMC get_string Method Doesn't Copy Internal String

2005-12-14 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #37949] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37949 > Can you guess what the following prints (hint: read the subject): .sub main :main

Re: [perl #37940] substr and memory issues

2005-12-14 Thread Roger Browne
Leopold Toetsch wrote: > We will need tr///, if we want that benchmark complete in reasonable time. Better still, we could add some new opcodes, each of which performs one entire shootout benchmark :-) Regards, Roger Browne

Re: [perl #37940] substr and memory issues

2005-12-14 Thread Leopold Toetsch
On Dec 14, 2005, at 18:08, Leopold Toetsch wrote: ... You should also avoid the extra $S0 copy and just work inside 'line' and substr in width chunks just for printing. Oops. That would create the same problem but worse - 'line' aka 'seq' would be reallocated. leo

Re: [perl #37940] substr and memory issues

2005-12-14 Thread Leopold Toetsch
Joshua Isom (via RT) wrote: For the reverse-compliment benchmark, I've gotten it working(albeit not well), but with one major caveat. Since, to my knowledge, parrot has no equivalent of perl's tr///, We will need tr///, if we want that benchmark complete in reasonable time. .. I implement

[perl #37940] substr and memory issues

2005-12-14 Thread via RT
# New Ticket Created by Joshua Isom # Please include the string: [perl #37940] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37940 > For the reverse-compliment benchmark, I've gotten it working(albeit not well), but with

[perl #37934] [TODO] build - log file

2005-12-14 Thread via RT
# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37934] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37934 > - A usable log file would be handy -J -- pgpidP67ENIag.pgp Description: PGP signa

[perl #37933] [TODO] build - tracing cleanup

2005-12-14 Thread via RT
# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37933] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37933 > - The debugging traces could be neater -J -- pgpTzkmKvK3iA.pgp Description: PGP s

[perl #37923] [TODO] build - configure framework needs tests

2005-12-14 Thread via RT
# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37923] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37923 > - The framework itself needs tests!!! Parrot::Configure::Data should be low hanging

[perl #37931] [TODO] build - Configure.pl option cleanup

2005-12-14 Thread via RT
# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37931] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37931 > - CLI options need some minor tweaks -J -- pgp1bJiaGogbR.pgp Description: PGP sig

[perl #37935] [TODO] build - CLI option to step passing

2005-12-14 Thread via RT
# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37935] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37935 > The current mechanism is clumsy. Something more like Parrot::Configure::Data but in

Re: [perl #37940] substr and memory issues

2005-12-14 Thread Joshua Isom
Forgot the file. revcomp.pir Description: Binary data

[perl #37930] [TODO] build - bailout mechanism

2005-12-14 Thread via RT
# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37930] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37930 > - A clean bailout mechanisms. Currently there is no 'nice' way for a step to signa

[perl #37932] [TODO] build - step consolidated/split

2005-12-14 Thread via RT
# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37932] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37932 > - Many steps should be broken up A few, like the cc tests, should be merged. -J --

[perl #37929] [TODO] build - step configuration mechanism

2005-12-14 Thread via RT
# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37929] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37929 > - Steps need an option passing mechanism to specifying things like, we require vers

[perl #37928] [TODO] build - Parrot::Configure::RunSteps rename

2005-12-14 Thread via RT
# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37928] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37928 > - Parrot::Configure::RunSteps renamed to Parrot::Configure and the list of steps to

[perl #37927] [TODO] build - progs from env vars

2005-12-14 Thread via RT
# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37927] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37927 > - It should be possible to specify the paths to all utilities via environment varia

[perl #37925] [TODO] build - Parrot::Configure::Step cleanup

2005-12-14 Thread via RT
# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37925] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37925 > - Parrot::Configure::Step needs to be cleaned up. -J -- pgpm6adc6mYhl.pgp Descrip

[perl #37926] [TODO] build - step cleanup

2005-12-14 Thread via RT
# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37926] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37926 > - Most of the steps need both style and logical clean ups. Even just fixing the inde

[perl #37924] [TODO] build - load steps by namespace

2005-12-14 Thread via RT
# New Ticket Created by Joshua Hoblitt # Please include the string: [perl #37924] # in the subject line of all future correspondence about this issue. # https://rt.perl.org/rt3/Ticket/Display.html?id=37924 > - Each step needs to have it's own namespace. This is when the switch to Module::P

Re: parrot directory reorganization (phase 2 mark 3)

2005-12-14 Thread Joshua Hoblitt
Done. Committed as r10516 & r10517. -J -- On Mon, Dec 12, 2005 at 05:31:02PM -1000, Joshua Hoblitt wrote: > On Mon, Dec 12, 2005 at 06:14:21PM -0800, jerry gay wrote: > > specifically, joshua, when do you think you'll have tuits to dive into > > the jit config system? no pressure--if it waits un

Re: [PATCH] Fix :flat arg miscounting

2005-12-14 Thread Leopold Toetsch
Bob Rogers wrote: If you enable PARROT_ERRORS_PARAM_COUNT_FLAG, parrot_pass_args miscounts a :flat array as a single argument, leading to inappropriate errors. This patch fixes arg counting, adds tests to cover, and improves the error messages. Excellent, applied r10518 ..If parrot_pas