pdd19_pir.pod references the not-existing docs/imcc/macros.pod.
It would be nice if this documents shows up somewhere, as I found nothing
more about macros, besides the section in pdd19_pir.pod
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/
# New Ticket Created by dhruva
# Please include the string: [perl #58324]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58324 >
Hi,
I am trying to perl6 on windows XP. I get the following error as shown below.
I have act
On Sun, Aug 24, 2008 at 12:26 PM, Moritz Lenz
<[EMAIL PROTECTED]> wrote:
> Reini Urban wrote:
>> 2008/8/23 François Perrad <[EMAIL PROTECTED]>:
>>> 2008/8/23 Allison Randal <[EMAIL PROTECTED]>:
Moritz Lenz wrote:
>
> On #perl6 somebody just asked if there were up-to-date windows builds
On Sun, Aug 24, 2008 at 1:01 PM, Moritz Lenz via RT <
[EMAIL PROTECTED]> wrote:
>
> Thanks for the tests, I'll rewrite them in terms of Test.pm, and add
> them to the test suite.
I probably should learn how to do them the right way :-)
>
>
> Tests 34 to 36 were a bit overcritical:
>
> (0|undef
# New Ticket Created by "Stephen Simmons"
# Please include the string: [perl #58340]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58340 >
The attached fibonacci program seems to have some strange behavior in the
loop. Th
Moritz Lenz via RT wrote:
On Sun Aug 24 03:59:15 2008, bacek wrote:
Hello.
There is almost copy-pasted version of rindex.
... which breaks the build for me (after a realclean):
Or do I have to run some other commands except Configure.pl && make?
You probably missed second diff from patch.
Parrot Bug Summary
http://rt.perl.org/rt3/NoAuth/parrot/Overview.html
Generated at Mon Aug 25 13:00:01 2008 GMT
---
* Numbers
* New Issues
* Overview of Open Issues
* Ticket Status By Version
* Requestors with m
# New Ticket Created by "Stephen Simmons"
# Please include the string: [perl #58338]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58338 >
The attached program, primes.p6 seems to work correctly, except that after
processi
# New Ticket Created by "Carl Mäsak"
# Please include the string: [perl #58352]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58352 >
r30528:
$ ./perl6 -e 'while ("test" ~~ /(es)/) { say $0; exit; }'
Null PMC access in get
# New Ticket Created by [EMAIL PROTECTED]
# Please include the string: [perl #58354]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58354 >
Hello,
this patch removes the file "parrot-config" from parrot.spec, because it
wi
On Thu, Jul 31, 2008 at 8:19 PM, via RT Will Coleda
<[EMAIL PROTECTED]> wrote:
> Running `parrot_debugger` over the tcl library code generates either a
> segfault or a crash, depending.
It does not fail for me in r30535
Currently parrot_debugger does not disasseble automatically a pbc, but
execu
Stephen Simmons (via RT) wrote:
> # New Ticket Created by "Stephen Simmons"
> # Please include the string: [perl #58338]
> # in the subject line of all future correspondence about this issue.
> # http://rt.perl.org/rt3/Ticket/Display.html?id=58338 >
>
>
> The attached program, primes.p6 seems
I can't get it to segfault on that anymore either.
On Mon, Aug 25, 2008 at 9:59 AM, NotFound <[EMAIL PROTECTED]> wrote:
> On Thu, Jul 31, 2008 at 8:19 PM, via RT Will Coleda
> <[EMAIL PROTECTED]> wrote:
>
>> Running `parrot_debugger` over the tcl library code generates either a
>> segfault or a cr
# New Ticket Created by Will Coleda
# Please include the string: [perl #58358]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58358 >
Hitting enter immediately after successfully starting the debugger
throws an error.
$ ca
On Mon, Aug 25, 2008 at 04:10:28PM +0200, Moritz Lenz wrote:
> > The attached program, primes.p6 seems to work correctly, except that after
> > processing the numbers from 1-6000+, it segfaults
> > Here are the last few lines. Note that it had already output the first two
> > chunks, and so it was
On Mon, Aug 25, 2008 at 4:16 PM, via RT Will Coleda
<[EMAIL PROTECTED]> wrote:
> Hitting enter immediately after successfully starting the debugger
> throws an error.
Fixed in r30537
--
Salu2
docs/imcc/macros.pod was integrated into pdd19 some time ago. That's all
information available on macros, currently
kjs
On Mon, Aug 25, 2008 at 10:08 AM, Reini Urban <[EMAIL PROTECTED]> wrote:
> pdd19_pir.pod references the not-existing docs/imcc/macros.pod.
>
> It would be nice if this document
On Thu Aug 14 06:03:27 2008, [EMAIL PROTECTED] wrote:
> On my computer (OpenSuse 11.0) the Parrot Configure.pl hangs forever
> when
> checking for platfom support for AIO.
> It appears to be a neverending sleep(1) loop in the check.
> In the patch I have added a countdown to make it exit after some
Author: coke
Date: Mon Aug 25 10:29:09 2008
New Revision: 30540
Modified:
trunk/docs/pdds/pdd19_pir.pod
Log:
[docs] Remove reference to old file which this document superseded.
Modified: trunk/docs/pdds/pdd19_pir.pod
==
On Mon, Aug 25, 2008 at 11:25 AM, Klaas-Jan Stol <[EMAIL PROTECTED]> wrote:
> docs/imcc/macros.pod was integrated into pdd19 some time ago. That's all
> information available on macros, currently
>
> kjs
>
> On Mon, Aug 25, 2008 at 10:08 AM, Reini Urban <[EMAIL PROTECTED]> wrote:
>
>> pdd19_pir.pod
On Mon, Aug 25, 2008 at 1:00 PM, <[EMAIL PROTECTED]> wrote:
> Author: moritz
> Date: Mon Aug 25 10:00:25 2008
> New Revision: 30538
>
> Modified:
> trunk/Configure.pl
>
> Log:
> [config] reset MANIFEST.configure.generated before writing to it.
> Patch courtesy by Reini Urban
>
>
> Modified: trun
Will Coleda wrote:
> On Mon, Aug 25, 2008 at 1:00 PM, <[EMAIL PROTECTED]> wrote:
>> Author: moritz
>> Date: Mon Aug 25 10:00:25 2008
>> New Revision: 30538
>>
>> Modified:
>> trunk/Configure.pl
>>
>> Log:
>> [config] reset MANIFEST.configure.generated before writing to it.
>> Patch courtesy by R
Reini Urban wrote:
> pdd19_pir.pod references the not-existing docs/imcc/macros.pod.
>
> It would be nice if this documents shows up somewhere, as I found nothing
> more about macros, besides the section in pdd19_pir.pod
Actually I stumbled over quite a lot of dangling references in the docs.
In
Reini Urban schrieb:
2008/8/24 Allison Randal <[EMAIL PROTECTED]>:
Reini Urban wrote:
You want one patch only against HEAD? That's easy.
But I dislike the idea, as it violates the usage of single tickets.
This is different than the usual case as it's a collection of dependent
patches that can'
On Mon, Aug 25, 2008 at 1:52 PM, Moritz Lenz
<[EMAIL PROTECTED]> wrote:
> Reini Urban wrote:
>> pdd19_pir.pod references the not-existing docs/imcc/macros.pod.
>>
>> It would be nice if this documents shows up somewhere, as I found nothing
>> more about macros, besides the section in pdd19_pir.pod
Attached are updates to the cygwin070patches branch.
Forget it. The Data.pm errors were still in.
This is better.
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/
cygwin070patches_3.patch.gz
Description: GNU Zip compressed data
[EMAIL PROTECTED] (via RT) schrieb:
# New Ticket Created by [EMAIL PROTECTED]
# Please include the string: [perl #58354]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org/rt3/Ticket/Display.html?id=58354 >
this patch removes the file "parrot-config" fr
Reini Urban wrote:
> Attached are updates to the cygwin070patches branch.
> Thanks for applying the patches!
applied as r30543.
Moritz
--
Moritz Lenz
http://moritz.faui2k3.org/ | http://perl-6.de/
Moritz Lenz schrieb:
Reini Urban wrote:
Attached are updates to the cygwin070patches branch.
Thanks for applying the patches!
applied as r30543.
And this one also please.
fix cuddled else and some beautification.
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/
Index: src/library.c
=
Reini Urban wrote:
> patch -p0 -N < ports-cygwin.patch
> cd ports/cygwin
> svn rm postinstall.sh preremove.sh parrot-0.6.4-2.cygport
> parrot-0.6.4-2.src.patch
> svn add parrot-0.7.0-1.cygport parrot-0.7.0-1.src.patch
> parrot-0.7.0-1.cygwin.patch
> svn ci -m'ports/cygwin for 0.7.0-1'
>
> Thanks.
Reini Urban wrote:
> Moritz Lenz schrieb:
>> Reini Urban wrote:
>>> Attached are updates to the cygwin070patches branch.
>>> Thanks for applying the patches!
>>
>> applied as r30543.
>
> And this one also please.
>
> fix cuddled else and some beautification.
Also applied (r30547).
Will Coleda wrote:
Moritz Lenz wrote:
Reini Urban wrote:
Actually I stumbled over quite a lot of dangling references in the docs.
Including, but not limited to, references to PDDS that still live in
draft/, but are references to be in docs/pdds/ directly.
What should we do with all these?
You
Reini Urban wrote:
In lib/Parrot/Configure/Compiler.pm, I agree that 'CONDITIONED_LINE' and
'INVERSE_CONDITIONED_LINE' aren't the clearest names, but '+' and '-' are
far less clear. Change them to something meaningful like 'SHOW_LINE_IF' and
'HIDE_LINE_IF'. We can note the change in DEPRECATED.
James Keenan via RT wrote:
3. For future reference, submit bug reports to:
[EMAIL PROTECTED] I recommend beginning Subject line with:
[BUG]. And I recommend submitting patches as email attachment ending in
: .txt (because that seems to render best in browsers, mail, news
interfaces).
Ge
Moritz Lenz schrieb:
Reini Urban wrote:
Moritz Lenz schrieb:
Reini Urban wrote:
Attached are updates to the cygwin070patches branch.
Thanks for applying the patches!
applied as r30543.
And this one also please.
fix cuddled else and some beautification.
Also applied (r30547).
And one mor
Reini Urban wrote:
> Moritz Lenz schrieb:
>> Reini Urban wrote:
>>> Moritz Lenz schrieb:
Reini Urban wrote:
> Attached are updates to the cygwin070patches branch.
> Thanks for applying the patches!
applied as r30543.
>>> And this one also please.
>>>
>>> fix cuddled else and some
On Mon Aug 25 13:15:16 2008, [EMAIL PROTECTED] wrote:
>
> Generally recommend attaching patches as files ending in .patch (as
> documented in docs/submissions.pod) for the sanity of the patch
> monsters.
Well, since it's in the docs, I will withdraw the suggestion.
However, *I* am one of the
On Monday 25 August 2008 07:16:08 Will Coleda wrote:
> Hitting enter immediately after successfully starting the debugger
> throws an error.
>
> $ cat foo.pir
> .sub main
> say 'hi'
> .end
> $ ./parrot_debugger foo.pir
> Parrot 0.7.0-devel Debugger
>
> Please note: the debugger is currently under
On Mon, 25 Aug 2008, Reini Urban wrote:
> Reini Urban schrieb:
> > 2008/8/24 Allison Randal <[EMAIL PROTECTED]>:
> > > Reini Urban wrote:
> To clarify my bold statement:
> The ALGOL-like syntax is not "sane" because,
> * it is hard to parse,
> * it forbids our keywords AND, NOT and OR as config_h
Allison Randal wrote:
James Keenan via RT wrote:
3. For future reference, submit bug reports to:
[EMAIL PROTECTED] I recommend beginning Subject line with:
[BUG]. And I recommend submitting patches as email attachment ending in
: .txt (because that seems to render best in browsers, mail,
On Mon, Aug 25, 2008 at 10:38 PM, chromatic <[EMAIL PROTECTED]> wrote:
> I can't reproduce that, but does this patch fix it?
Done in r30558, that way is cleaner.
--
Salu2
41 matches
Mail list logo