Re: Is there a tuple? -- WAS: RE: :)

2004-08-16 Thread Larry Wall
On Thu, Jul 22, 2004 at 08:43:19AM -0700, Austin Hastings wrote: : --- "Adam D. Lopresto" <[EMAIL PROTECTED]> wrote: : > The modifier to turn off warnings on a line would be ;), winking at : > us to let us know it's up to something. : : I wondered about paren-after-semi, and thought about C. Which

Re: Parrot interfaces

2004-08-16 Thread chromatic
On Mon, 2004-08-16 at 11:30, Michel Pelletier wrote: > I've noticed there are ops for interfaces, but no implementation or ppd > yet. Perl 6 has roles which are much more useful than interfaces -- in fact, interfaces are degenerate roles. See Apocalypse 12 for more. http://www.perl.com/

Re: [perl #31162] [TODO] Debugger - Attach to a running program

2004-08-16 Thread Michel Pelletier
> From: Will Coleda (via RT) <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Reply-To: [EMAIL PROTECTED] > Subject: [perl #31162] [TODO] Debugger - Attach to a running program > Date: Sun, 15 Aug 2004 18:11:58 -0700 > > # New Ticket Created by Will Coleda > # Please include the string: [perl #31

Parrot interfaces

2004-08-16 Thread Michel Pelletier
I've noticed there are ops for interfaces, but no implementation or ppd yet. Is it too premature to start thinking about this? Interfaces happen to be something I take a lot of interest in, I was one of Zope developers who first worked on Jim Fulton's "scarecrow" Python interface implementation a

[perl #31197] literal.t

2004-08-16 Thread via RT
# New Ticket Created by Danny Werner # Please include the string: [perl #31197] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31197 > Hi bugtracker, Examples from the 2th aoudad book (page 127) did not turn out as expe

Updates to modules-related pod

2004-08-16 Thread Kirrily Skud Robert
In looking through perlnewmod, perlmodlib, perlmodstyle, and other related POD today, I found that most of them are out of date and not in keeping with recent trends in module writing, testing/QA, etc. So, with a due sense of foreboding, I have dived in once again. Errr, hi, long time no p5p. He

Absence of summary

2004-08-16 Thread The Perl 6 Summarizer
You may have noticed that the mailing lists weren't working for a large chunk of last week. So I'm taking a break in summarizing this week. I'll catch up next week.

Re: NCI and callback functions

2004-08-16 Thread Stephane Peiry
On Mon, Aug 16, 2004 at 10:20:46AM +0200, Leopold Toetsch wrote: > "gtk-signal-connect" or "g-signal-connect" isn't found here. I can't > check the symbols of the lib, this dam** OS has symbols stripped. The > other box has only gtk-1.2. actually it should run as well against gtk-1.2 if "g_signal

Re: Popping an empty stack

2004-08-16 Thread Dan Sugalski
At 10:51 AM -0700 8/16/04, Larry Wall wrote: On Mon, Aug 16, 2004 at 05:09:45AM -0700, Michel Pelletier wrote: : : $P0 = new .PerlArray : pop $P1, $P0 : : kills the process with a 'Array index out of bounds!'. Is there a way : to get an exception I can catch out of this? Right now I check the : d

Re: Popping an empty stack

2004-08-16 Thread Larry Wall
On Mon, Aug 16, 2004 at 05:09:45AM -0700, Michel Pelletier wrote: : : $P0 = new .PerlArray : pop $P1, $P0 : : kills the process with a 'Array index out of bounds!'. Is there a way : to get an exception I can catch out of this? Right now I check the : depth every time I want to pop, which adds a

Popping an empty stack

2004-08-16 Thread Michel Pelletier
$P0 = new .PerlArray pop $P1, $P0 kills the process with a 'Array index out of bounds!'. Is there a way to get an exception I can catch out of this? Right now I check the depth every time I want to pop, which adds a lot of overhead per pop. TIA, -Michel

Another small C task

2004-08-16 Thread Dan Sugalski
I should [TODO] this, but I think it might get lost in the recent blast 'o TODO items. (All of which I'd be thrilled if someone took on. A big thanks to Will for diving into the queue and website and getting things in a semblance of order) This one's pretty simple. The functions we expose to em

[PATCH] Remove glossary from todo.html

2004-08-16 Thread William Coleda
Parrotcode's TODO list http://www.parrotcode.org/todo.html Has a reference to the glossary.pod. I presume this was supposed to be reference to the TODO file in the source, which, pending another patch, is now empty. This patch removes the ref to the TODO file instead of updating it. (I saw a tick

Re: [perl #31183] [PATCH] New TODO file

2004-08-16 Thread William Coleda
The easiest way to get to this that I'm aware of is the URL listed in the TODO file: http://www.parrotcode.org/todo.html Which, peering at parrotcode's source, is refreshed every 10m from: http://rt.perl.org/rt3/NoAuth/parrot/ParrotTODO.html Hurm. Why is the glossary showing up on the first URL? Se

[perl #31186] [PATCH] Various pod nits

2004-08-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31186] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31186 > Nothing serious, just trying to clean up a few nits in assorted POD. Index: classes

Re: [perl #31183] [PATCH] New TODO file

2004-08-16 Thread Nicholas Clark
On Mon, Aug 16, 2004 at 07:58:56AM -0400, William Coleda wrote: > BAH. And of course I don't notice the grammatico until it gets to the list. > > Should end with "entered as a TODO item." Is there a URL that gives all the open TODO tickets in RT directly? If not, is it possible to make a master T

Re: [perl #31183] [PATCH] New TODO file

2004-08-16 Thread William Coleda
BAH. And of course I don't notice the grammatico until it gets to the list. Should end with "entered as a TODO item." Regards. Will Coleda (via RT) wrote: # New Ticket Created by Will Coleda # Please include the string: [perl #31183] # in the subject line of all future correspondence about this

[perl #31183] [PATCH] New TODO file

2004-08-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31183] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31183 > Now that all the TODO items are in RT, here's a new, shortened TODO file: -- All speci

[perl #31182] [TODO] Vtables - PythonInteger/String/Object

2004-08-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31182] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31182 > PythonInteger/String/Object? (from the TODO file)

[perl #31181] [TODO] Strings - character class & properties testing

2004-08-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31181] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31181 > Implement character class & properties testing (for regular expressions) (From th

[perl #31180] [TODO] Strings - user iterators where applicable

2004-08-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31180] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31180 > Use string iterators where applicable. (From the TODO file)

[perl #31179] [TODO] IO - Documentation

2004-08-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31179] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31179 > Docs! (From the TODO file)

[perl #31178] [TODO] IO - Give it a full going-over

2004-08-16 Thread via RT
# New Ticket Created by Will Coleda # Please include the string: [perl #31178] # in the subject line of all future correspondence about this issue. # http://rt.perl.org:80/rt3/Ticket/Display.html?id=31178 > Full going-over to make sure it works (From the TODO file)

Re: NCI and callback functions

2004-08-16 Thread Leopold Toetsch
Stephane Peiry <[EMAIL PROTECTED]> wrote: > The problem is that as soon as it goes onto installing the callback > parrot returns with a "get_string() not implemented in class > 'UnManagedStruct'". > So what is happening there? "gtk-signal-connect" or "g-signal-connect" isn't found here. I can't

Re: [perl #31141] [TODO] opcodes - mark branch arguments

2004-08-16 Thread Leopold Toetsch
Will Coleda <[EMAIL PROTECTED]> wrote: > Mark branch arguments in ops files, e.g. addr/constaddr INT instead of > in/inconst INT. That one is done. > (From the TODO file) I'll drop it there. leo