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
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
# 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
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
# 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
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
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
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
# 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
# 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
# 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
# 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
# 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
# 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
Forgot the file.
revcomp.pir
Description: Binary data
# 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
# 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
--
# 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
# 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
# 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
# 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
# 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
# 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
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
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
25 matches
Mail list logo