On Mon Aug 11 18:10:30 2008, coke wrote:
>
> 'getclass' is dead, patch applied in r30176. All tests pass.
r30176 (and it's subsequent fix for builtins.h in r30179) cause Rakudo
to stop building with:
../../parrot -o perl6.pbc perl6.pir
error:imcc:The opcode 'exp_p_p' (exp<2>) was not found. Che
Addressed, if not fully fixed, in r30178.
This is an old test. Its svn log notwithstanding, I think it predates
kid51's involvement in configuration tests. When I'm more awake, I will
get an idea as to whether it is still needed at all.
Thank you very much.
kid51
# New Ticket Created by Will Coleda
# Please include the string: [perl #57826]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=57826 >
On feather (linux), I'm seeing the following output:
$ prove t/configure/036-config_step
# New Ticket Created by Will Coleda
# Please include the string: [perl #57824]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=57824 >
The following causes a segfault:
$ cat foo.pir
.sub main
$P0 = getinterp
$P1 = $P0['na
On Monday 11 August 2008 16:10:24 luben karavelov wrote:
> What confuses me a lot is that r30125 change to core.ops just replaces
> "string_from_literal" with "const_string" on one line. I thought that
> const_string is faster because it doesn't need to allocate memory and
> produces less garbage.
On Tue Aug 05 09:10:58 2008, coke wrote:
> On Tue Jul 01 18:56:40 2008, coke wrote:
> > On Thu Nov 29 22:08:11 2007, [EMAIL PROTECTED] wrote:
> > > Will Coleda wrote:
> > > >
> > > > 1) using getclass (aka, reject this ticket)
> > > > 2) doing something custom for the say method here (like, say,
>
Merged into trunk in r41508. A Smolder report of tests done just before
the merge is viewable at
http://smolder.plusthree.com/app/public_projects/report_details/3830.
The coding standards test failures were addressed before the merge.
I'll allow a couple days for road testing, then resolve the t
Hello,
In order to measure function call performance I am using simple and dumb
fibonacci numbers calculation. It is equivalent to the PIR example in
examples/benchmark/fib.pir
The perl6 code is :
use v6;
sub fib ($n){
return $n if $n<2;
return fib($n-1)+fib($n-2);
}
say fib(22);
H
On Mon Aug 11 07:26:33 2008, coke wrote:
>
> With this patch, the probe now reports using the ccflags I passed in on
> the command line, thanks.
Thanks. I'll do the merging this evening.
kid51
On Sat Aug 09 07:02:16 2008, [EMAIL PROTECTED] wrote:
> Last weekend tetragon and I had considerable discussion on #parrot about
> this problem. My diagnosis was that we should not be handling
> command-line options at all in 'hints' files; they should be handled in
> inter::progs.
>
> The patch
Parrot Bug Summary
http://rt.perl.org/rt3/NoAuth/parrot/Overview.html
Generated at Mon Aug 11 13:00:01 2008 GMT
---
* Numbers
* New Issues
* Overview of Open Issues
* Ticket Status By Version
* Requestors with m
fixed in r30169.
apologies for messing up.
# New Ticket Created by Will Coleda
# Please include the string: [perl #57796]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=57796 >
When adding new files to the repository, please be sure to not only
add them to the manif
# New Ticket Created by Will Coleda
# Please include the string: [perl #57794]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=57794 >
Since I've already fixed this once, I'll leave it to the original
author to fix this time
# New Ticket Created by "jason switzer"
# Please include the string: [perl #57776]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=57776 >
[EMAIL PROTECTED] perl6 $ gdb ./perl6
GNU gdb 6.8
Copyright (C) 2008 Free Software Fo
Closing ticket.
16 matches
Mail list logo