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
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
# 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)
# 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)
# 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)
# 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
# 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)
# 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
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
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
# 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
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
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
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
$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
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
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
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
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.
# 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
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
> 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
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/
23 matches
Mail list logo