Re: [perl #48555] [PATCH] Fixed svk commands example in parrotcode.org/source.html

2007-12-13 Thread chromatic
On Thursday 13 December 2007 12:38:41 Cosimo Streppone wrote: > Here is the tiny patch that fixes > the order of arguments in the "svk mirror" command. Thanks, applied to the website repository. -- c

[perl #48549] [PROPOSAL][PIR] Let .namespace (no args) have empty brackets

2007-12-13 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #48549] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48549 > to specify a namespace, say, "foo", one would write: .namespace ["foo"] in order to

Re: Bite-sized Tasks for the Interested (was Re: Standards bearers)

2007-12-13 Thread Paul Hodges
Sounds like a good plan to me. It's one of those bite-sized tasks that will grow with time, but will make the overall process move along. Feel free to tag me offlist for help, too. --- ispyhumanfly <[EMAIL PROTECTED]> wrote: > chromatic wrote: > > On Tuesday 11 December 2007 09:20:22 Paul Hodges

[perl #48555] [PATCH] Fixed svk commands example in parrotcode.org/source.html

2007-12-13 Thread via RT
# New Ticket Created by Cosimo Streppone # Please include the string: [perl #48555] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48555 > Here is the tiny patch that fixes the order of arguments in the "svk mirror" command

[svn:parrot-pdd] r23873 - in trunk: . docs/pdds

2007-12-13 Thread coke
Author: coke Date: Thu Dec 13 19:42:08 2007 New Revision: 23873 Modified: trunk/docs/pdds/pdd22_io.pod Changes in other areas also in this revision: Modified: trunk/DEPRECATED.pod Log: [docs] Add a ticket for a deprecated opcode in PDD22. Modified: trunk/docs/pdds/pdd22_io.pod =

[perl #48589] [DEPRECATED] opcode pioctl

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48589] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48589 > >From PDD22: This opcode has been replaced with methods on the ParrotIO object, but is k

[svn:parrot-pdd] r23872 - in trunk: . docs/pdds

2007-12-13 Thread coke
Author: coke Date: Thu Dec 13 19:34:28 2007 New Revision: 23872 Modified: trunk/docs/pdds/pdd17_pmc.pod Changes in other areas also in this revision: Modified: trunk/DEPRECATED.pod Log: [docs] Create RT tickets for all the deprecated features in PDD17 and mark them as fair game for the nex

[perl #48587] [BUG] pmc.num contains missing PMCs

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48587] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48587 > For example, parrotclass.pmc, parrotobject.pmc. ... Should this file be auto-generated??

[perl #48585] [DEPRECATED] vtable set_attr

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48585] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48585 > >From PDD17: void set_attr(INTERP, PMC* self, INTVAL idx, PMC* value) [deprecated] Stor

[perl #48583] [DEPRECATED] vtable get_attr

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48583] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48583 > from PDD17: PMC* get_attr(INTERP, PMC* self, INTVAL idx) [deprecated] Retrieve an att

[perl #48581] [DEPRECATED] vtable type_keyed_str

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48581] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48581 > >From PDD17: INTVAL type_keyed_str(INTERP, PMC* self, STRING* key) [NOTE: To be depre

[perl #48579] [DEPRECATED] vtable type_keyed_int

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48579] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48579 > >From PDD17: INTVAL type_keyed_int(INTERP, PMC* self, INTVAL key) [NOTE: To be depre

[perl #48577] [DEPRECATED] vtable type_keyed

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48577] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48577 > >From PDD17: INTVAL type_keyed(INTERP, PMC* self, PMC* key) ... [NOTE: To be depreca

[perl #48575] [DEPRECATED] get_bool_keyed_str

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48575] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48575 > >From PDD17: =item get_bool_keyed_str [deprecated] Return the boolean value for the ele

[perl #48573] [DEPRECATED] vtable get_bool_keyed_int

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48573] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48573 > >From PDD17: =item get_bool_keyed_int [deprecated] Return the boolean value for the ele

[perl #48571] [DEPRECATED] vtable get_bool_keyed

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48571] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48571 > >From PDD17: =item get_bool_keyed [deprecated] Return the boolean value for the element

[perl #48569] [DEPRECATED] vtable subtype

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48569] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48569 > >From PDD17: =item subtype [deprecated] UINTVAL subtype(INTERP, PMC* self, INTVAL typ

[perl #48567] [DEPRECATED] vtable type

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48567] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48567 > >From PDD17: =item type INTVAL type(INTERP, PMC* self) Return the type of the PMC. T

[perl #48565] [DEPRECATED] METHOD vs PCCMETHOD in PMC declarations

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48565] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48565 > >From PDD17: Methods are declared in the body of the C or C declaration with C. METHO

[svn:parrot-pdd] r23870 - in trunk: . docs/pdds/draft

2007-12-13 Thread coke
Author: coke Date: Thu Dec 13 18:52:14 2007 New Revision: 23870 Modified: trunk/docs/pdds/draft/pdd19_pir.pod Changes in other areas also in this revision: Modified: trunk/DEPRECATED.pod Log: [docs] Add some ticket numbers for more deprecated items. Modified: trunk/docs/pdds/draft/pdd19

[perl #48563] [TODO] .macro_const

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48563] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48563 > >From PDD19: =item * C<.macro_const> The C<.macro_const> directive is a special type of

[perl #48561] [DEPRECATED] .constant

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48561] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48561 > >From PDD19: {{ NOTE: C<.constant> is deprecated, replaced by C<.macro_const>. }} -- W

Re: Bite-sized Tasks for the Interested (was Re: Standards bearers)

2007-12-13 Thread cdumont
ispyhumanfly wrote: Hello list, I've created a group on www.hiveminder.org for Perl6 collaborative task tracking and management. I've done some thinking and I've come up with a way in which I would like to maintain this group, its organizers and its members. Organizers ( moderators ) -

Re: [perl #47828] [TODO] Implement the 'copy' opcode

2007-12-13 Thread chromatic
On Tuesday 11 December 2007 20:41:08 chromatic wrote: > Here's a first step. I added a stripped-down version of the code in RT > #48467 as a second test, and it fails for me with: > > set_pmc() not implemented in class 'Num' > > I tried to debug it, but I have what they call "Stupid Fingers

Re: Bite-sized Tasks for the Interested (was Re: Standards bearers)

2007-12-13 Thread Chas. Owens
On Dec 13, 2007 4:37 PM, ispyhumanfly <[EMAIL PROTECTED]> wrote: > Hello list, > > I've created a group on www.hiveminder.org for Perl6 collaborative > task tracking and management. I've done some thinking and I've come up > with a way in which I would like to maintain this group, its organize

Re: Bite-sized Tasks for the Interested (was Re: Standards bearers)

2007-12-13 Thread Chas. Owens
On Dec 13, 2007 6:30 PM, ispyhumanfly <[EMAIL PROTECTED]> wrote: snip > This task list is available via an rss feed. I think this will help > solve the problem in the way you described. snip What is the URL for this feed?

Re: Bite-sized Tasks for the Interested (was Re: Standards bearers)

2007-12-13 Thread ispyhumanfly
chromatic wrote: On Thursday 13 December 2007 13:37:19 ispyhumanfly wrote: Any questions? :) Is it possible to see a list of tasks without the barrier of creating an account, requesting an invite, or logging in? I understand that a little bit of administrative overhead is useful, b

Re: Bite-sized Tasks for the Interested (was Re: Standards bearers)

2007-12-13 Thread chromatic
On Thursday 13 December 2007 13:37:19 ispyhumanfly wrote: > Any questions? :) Is it possible to see a list of tasks without the barrier of creating an account, requesting an invite, or logging in? I understand that a little bit of administrative overhead is useful, but I'd also like to see as

Re: Bite-sized Tasks for the Interested (was Re: Standards bearers)

2007-12-13 Thread ispyhumanfly
Hello list, I've created a group on www.hiveminder.org for Perl6 collaborative task tracking and management. I've done some thinking and I've come up with a way in which I would like to maintain this group, its organizers and its members. Organizers ( moderators ) - A group organizer

[TODO] delete deprecated files src/objects.c include/parrot/objects.h

2007-12-13 Thread Allison Randal
The files src/objects.c and include/parrot/objects.h are deprecated. Most of the routines, structs, etc. are no longer used and will be deleted. A few routines are still used, and will be moved to src/oo.c, with names changed to match the 'Parrot_oo..' naming scheme of that file. Part of the t

[perl #48547] 0.5.2 Release

2007-12-13 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #48547] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=48547 > This ticket is a placeholder for all issues related to the 0.5.2 release planned for Janu

[svn:parrot-pdd] r23841 - trunk/docs/pdds/draft

2007-12-13 Thread kjs
Author: kjs Date: Thu Dec 13 04:22:18 2007 New Revision: 23841 Modified: trunk/docs/pdds/draft/pdd19_pir.pod Log: [pdd19] add #line directive. Also add a proposal to change this into .line. (ticket ref. included). Modified: trunk/docs/pdds/draft/pdd19_pir.pod

[svn:parrot-pdd] r23844 - trunk/docs/pdds

2007-12-13 Thread allison
Author: allison Date: Thu Dec 13 04:52:30 2007 New Revision: 23844 Modified: trunk/docs/pdds/pdd24_events.pod Log: [events] Add way to retrieve the type value of an event handler. Modified: trunk/docs/pdds/pdd24_events.pod =

[perl #45857] [IMCC][RFC] #line vs .line

2007-12-13 Thread Patrick R. Michaud via RT
On Sat Sep 29 08:57:28 2007, kjs wrote: > A few months ago, the "#line" directive was implemented. > > I'm wondering what the reason was why it looks like a comment (as # will > start a comment). > Is there any reason to not replace this by ".line"? A directive typically > tells the assembler/comp

Re: Chain Smoker

2007-12-13 Thread Will Coleda
On Dec 12, 2007 5:03 PM, Ron Blaschke <[EMAIL PROTECTED]> wrote: > I've started to hack up a little script to chain smoke Parrot. It's > quite simple, all it currently does is: > > for each test configuration > * copy (a hopefully clean) 'trunk' to a smoke directory > > * wipe the environm

Re: [perl #48529] [TODO] Update website; remove 2 links to documents

2007-12-13 Thread Will Coleda
On Dec 12, 2007 2:49 PM, via RT Klaas-Jan Stol <[EMAIL PROTECTED]> wrote: > # New Ticket Created by Klaas-Jan Stol > # Please include the string: [perl #48529] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt3/Ticket/Display.html?id=48529 > > > > hi

bellied

2007-12-13 Thread Rotundo Holtmeier
Ciao, Virus found in this message, please delete it without futher reading Cities made impenetrable, o king, by the creator that knoweth no end. They that desire their own rests upon sacrifice, and sacrifice rests upon.