James Keenan via RT schrieb:
On Fri Jul 13 09:58:33 2007, bernhard wrote:
There are several config probes that are only used for language
implementations.
Examples are config/auto/m4.pm and config/auto/python.pm.
Please find attached two files. The first greps the repository for
men
On Sun, Jun 22, 2008 at 3:38 AM, Bernhard Schmalhofer
<[EMAIL PROTECTED]> wrote:
> James Keenan via RT schrieb:
>>
>> On Fri Jul 13 09:58:33 2007, bernhard wrote:
>>
>>>
>>> There are several config probes that are only used for language
>>> implementations.
>>> Examples are config/auto/m4.pm and c
Hi again,
Ovid wrote:
> --- Moritz Lenz <[EMAIL PROTECTED]> wrote:
>
>> Attached is an updated version, as well as an example chart it
>> creates.
>> This is not as pretty as the previous version, but it's more
>> informative.
>> If there are significant number of failed tests, I could also inclu
On Sunday 22 June 2008 09:04:53 [EMAIL PROTECTED] wrote:
> Modified: trunk/compilers/imcc/pbc.c
> ===
> --- trunk/compilers/imcc/pbc.c (original)
> +++ trunk/compilers/imcc/pbc.c Sun Jun 22 09:04:48 2008
> @@ -1032,12 +1032,3
On Sun Jun 22 10:04:58 2008, [EMAIL PROTECTED] wrote:
>
> One thing I don't understand: In config/gen/makefiles/root.in, I see
> the following variable assignment:
>
> OPS_FILES = @ops@ $(GEN_OPSFILES)# line 455
>
> There currently are no generated .ops files (I think):
>
> GEN_OPSFILE
# New Ticket Created by Vasily Chekalkin
# Please include the string: [perl #56214]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56214 >
Hello.
Almost trivial implementation of Str.index attached.
S29-str/index.t passin
# New Ticket Created by Stephane Payrard
# Please include the string: [perl #56224]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56224 >
just add this regex to whatever grammar you use to trigger the bug
token cut { =cu
# New Ticket Created by Patrick R. Michaud
# Please include the string: [perl #56226]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56226 >
I've just removed S29-num/roots.t from spectest_regression,
since all of the tests
# New Ticket Created by Christopher Nehren
# Please include the string: [perl #56206]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56206 >
Per #parrot:
I'm trying to submit a smoke for parrot 0.6.3 on FreeBSD and
I'm
On Sat Jun 21 07:33:57 2008, [EMAIL PROTECTED] wrote:
> Mark: Do you have any objection to closing this RT?
No objection here, my needs regarding g++ builds have been satisfied.
Thanks!
Mark
Applied in r28627, with modifications to avoid the duplicate function sub.
Thanks!
Pm
# New Ticket Created by Vasily Chekalkin
# Please include the string: [perl #56216]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56216 >
Hello.
Attached patch handles parrot's exception on substr invocations and
returns
Hi,
there is something I do not understand.
I reduced the code to a minimal case.
If I do:
my $a = 23;
my $b = $a; # copy
$a = 42;
say $b; # 23
$b is 23,
and if I do:
my $a = 23;
my $b := $a; # reference
$a = 42;
say $b; # 42
$b is 42 because it is just a r
# New Ticket Created by Vasily Chekalkin
# Please include the string: [perl #56208]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56208 >
Hello.
There is implementation of sprintf. Only src/classes/Str.pir affected.
BTW,
On Sun, Jun 22, 2008 at 2:59 PM, Frederik Schwarzer
<[EMAIL PROTECTED]> wrote:
> Hi,
>
> there is something I do not understand.
> I reduced the code to a minimal case.
>
> If I do:
>my $a = 23;
>my $b = $a; # copy
>$a = 42;
>say $b; # 23
> $b is 23,
> and if I do:
>my $a =
Will Coleda wrote:
> On Sun, Jun 22, 2008 at 2:59 PM, Frederik Schwarzer
> <[EMAIL PROTECTED]> wrote:
>> Hi,
>>
>> there is something I do not understand.
>> I reduced the code to a minimal case.
>>
>> If I do:
>>my $a = 23;
>>my $b = $a; # copy
>>$a = 42;
>>say $b; # 23
>> $b i
Moritz Lenz wrote:
> Will Coleda wrote:
>> On Sun, Jun 22, 2008 at 2:59 PM, Frederik Schwarzer
>> <[EMAIL PROTECTED]> wrote:
...
>>> But if I do:
>>>my @arr = (23, 42);
>>>my $temp = @arr[0]; # copy?
>>>@arr[0] = @arr[1];
>>>say $temp; # 42
>>> $temp is 42 ...
>>> I expected $te
On Monday 23 June 2008 00:19:14 Moritz Lenz wrote:
> Will Coleda wrote:
Hi,
> > Which implementation of Perl 6 are you using here? In Rakudo,
> > everything works as you describe except for the last example which
> > dies on the last line with:
Erm, totally forgot that.
I am using a recent (rea
On Sat Jun 21 17:49:51 2008, [EMAIL PROTECTED] wrote:
> Per #parrot:
>
> I'm trying to submit a smoke for parrot 0.6.3 on FreeBSD and
> I'm getting this error: * Sending data to smokeserver
> "http://smoke.parrotcode.org/smoke/
> "... error: The submitted smoke has an invalid format! Am I
>
On Wed Jun 18 20:00:25 2008, packy wrote:
>
> I'm submitting a patch, adding the "#CONDITIONED_LINE(darwin):export
> MACOSX_DEPLOYMENT_TARGET := @osx_version@" line (and an explanatory
> comment) in all the config/makefiles/root.in files for all the
> languages in languages/ AND updating t
On Tue Jun 10 11:55:31 2008, coke wrote:
> Any tickets you plan to work on at the hackathon, have this ticket
> refer to them, so we can keep track of what's done. Ditto any tickets
> that are closed as a result of hackathon work.
>
All the "children" of this ticket have been resolved. Can the
# New Ticket Created by Vasily Chekalkin
# Please include the string: [perl #56230]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56230 >
Hello.
There is implementation of prefix:+, prefix:-, sqrt, exp for Complex.
More
# New Ticket Created by luben karavelov
# Please include the string: [perl #56228]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56228 >
There is some parse error for this simpe case:
==code
use v6;
sub ok ($num){
$nu
On Wed Jun 18 20:00:25 2008, packy wrote:
> On my OSX PPC 10.4.11 platform I did a "make perl6" from languages/
> perl6, and I got the following:
>
> cd src/pmc && perl /usr/local/source/parrot/tools/build/dynpmc.pl
> linklibs perl6str mutable perl6scalar mutablevar
> c++ -o perl6_group.bundle
The config step to which this RT corresponds has been removed from
trunk, so we can mark this ticket resolved.
This ticket has been open for nearly 2-1/2 years now. I'm wondering if
we could reformulate it to more specifically identify ways pmc2c.pl
could be optimized, break those specific objectives into separate RTs,
and close this ticket.
Otherwise, this ticket is likely to be uncloseable.
Can those w
On Sun Jun 22 03:39:37 2008, bernhard wrote:
>
> So 'has_gnu_m4' is not essential to the implementation of 'Parrot m4'.
> In r28633 I removed the use of 'has_gnu_m4' and the config step
> auto::m4.pm can now be removed.
>
Done. Patch applied in r28656
> But the real scope of ticket RT#43857
# New Ticket Created by James Keenan
# Please include the string: [perl #56236]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=56236 >
I know my iBook G4 is slow, but this is ridiculous!
perl Configure.pl, make and make te
So I tried the pdd25cx branch at r28617 with Kea Common Lisp and got
17 subtest failures, 15 of which appear to be due to transfer of control
to the wrong error handler. The attached code illustrates the problem:
[EMAIL PROTECTED]> ./parrot eh-test.pir
got bar
test err:
29 matches
Mail list logo