[svn:perl6-synopsis] r13488 - doc/trunk/design/syn

2006-12-05 Thread larry
Author: larry Date: Tue Dec 5 09:37:26 2006 New Revision: 13488 Modified: doc/trunk/design/syn/S03.pod doc/trunk/design/syn/S06.pod Log: Clarify Set/Bag relationship to KeyHash. Clarify default precedence when creating infix via ::=. Modified: doc/trunk/design/syn/S03.pod ===

Re: [perl #40966] [BUG] Parrot core dumps in perl6 (possible GC/pointer bug?)

2006-12-05 Thread Matt Diephouse
via RT Patrick R. Michaud <[EMAIL PROTECTED]> wrote: With the latest changes to the perl6 compiler I'm starting to see miscellaneous core dumps from Parrot. I think it's likely GC or pointer related, as the program in question runs correctly with the -G flag present. The core dump appears for m

Re: [perl #40966] [BUG] Parrot core dumps in perl6 (possible GC/pointer bug?)

2006-12-05 Thread Leopold Toetsch
Am Dienstag, 5. Dezember 2006 20:39 schrieb Matt Diephouse: > The portion of the assertion that > fails is > >     !(((s)->obj.flags) & b_PObj_on_free_list_FLAG > > which means that this string has been garbage collected. I saw a > couple different instances of this problem and in all of them, the

Re: Re: [perl #40966] [BUG] Parrot core dumps in perl6 (possible GC/pointer bug?)

2006-12-05 Thread Matt Diephouse
Leopold Toetsch <[EMAIL PROTECTED]> wrote: Am Dienstag, 5. Dezember 2006 20:39 schrieb Matt Diephouse: > The portion of the assertion that > fails is > > !(((s)->obj.flags) & b_PObj_on_free_list_FLAG > > which means that this string has been garbage collected. I saw a > couple different instances

[perl #41051] [PATCH]: Configure.pl: Spell out what 'ICU' means

2006-12-05 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #41051] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41051 > In this posting to the list ... http://beta.nntp.perl.org/group/perl.perl6.internals/200

[svn:perl6-synopsis] r13489 - doc/trunk/design/syn

2006-12-05 Thread larry
Author: larry Date: Tue Dec 5 17:19:40 2006 New Revision: 13489 Modified: doc/trunk/design/syn/S04.pod doc/trunk/design/syn/S06.pod Log: C now allows any statement, just like C. Modified: doc/trunk/design/syn/S04.pod ===

Re: [perl #41051] [PATCH]: Configure.pl: Spell out what 'ICU' means

2006-12-05 Thread Will Coleda
On Dec 5, 2006, at 7:16 PM, James Keenan (via RT) wrote: # New Ticket Created by James Keenan # Please include the string: [perl #41051] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41051 > In this posting to the list .

[perl #41052] [PATCH]: docs/configuration.pod: Small grammatical corrections

2006-12-05 Thread via RT
# New Ticket Created by James Keenan # Please include the string: [perl #41052] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41052 > Some of these are corrections for the proper use of "it's" and "its". Others are for

[svn:parrot-pdd] r16022 - trunk/docs/pdds/clip

2006-12-05 Thread allison
Author: allison Date: Tue Dec 5 22:04:43 2006 New Revision: 16022 Modified: trunk/docs/pdds/clip/pdd22_io.pod Log: [pdd]: A partial revision of the I/O PDD. Modified: trunk/docs/pdds/clip/pdd22_io.pod == --- trunk/d

Bug Day!

2006-12-05 Thread chromatic
We have too many bugs. We could use more programmers and testers and documenters. We need a bug day! By rough consensus, we'll gather virtually on the 16th in #parrot on irc.perl.org to walk through the bug database, closing all resolved or invalid tickets, verifying what we can verify, fixin