At 12:26 PM -0400 5/27/04, Gordon Henriksen wrote:
Dan Sugalski wrote:
Gordon Henriksen wrote:
> So, for GUI events, could calling into parrot and doing the
> following from the OS event handler work to synchronously dispatch
> an event?
>
> ... parrot-ify a mouse-moved event into $P5 ...
Dan Sugalski wrote:
> Gordon Henriksen wrote:
>
> > So, for GUI events, could calling into parrot and doing the
> > following from the OS event handler work to synchronously dispatch
> > an event?
> >
> > ... parrot-ify a mouse-moved event into $P5 ...
> > post $P5
> > checkevent
>
At 11:29 PM -0400 5/26/04, Gordon Henriksen wrote:
On May 24, 2004, at 15.20, Dan Sugalski wrote:
Event Ops
=
The opcodes in this section are a combination of event requests and
event handling ops. It doesn't include the IO ops--those are
separate.
Most of the event request ops have two
At 3:35 PM +0100 5/27/04, Nicholas Clark wrote:
On Wed, Apr 28, 2004 at 06:36:34PM -0400, Dan Sugalski wrote:
At 2:56 PM -0700 4/28/04, Larry Wall wrote:
>On Wed, Apr 28, 2004 at 05:20:53PM -0400, Dan Sugalski wrote:
>: The second question is "if we do, how do we figure which method is
>: clos
On Wed, Apr 28, 2004 at 06:36:34PM -0400, Dan Sugalski wrote:
> At 2:56 PM -0700 4/28/04, Larry Wall wrote:
> >On Wed, Apr 28, 2004 at 05:20:53PM -0400, Dan Sugalski wrote:
> >: The second question is "if we do, how do we figure which method is
> >: closest?"
> >:
> >: Personally I'm of the geomet
# New Ticket Created by Will Coleda
# Please include the string: [perl #29891]
# in the subject line of all future correspondence about this issue.
# http://rt.perl.org:80/rt3/Ticket/Display.html?id=29891 >
bash-2.05a$ cat a.imc
.include "b.imc"
bash-2.05a$ cat b.imc
.sub _m
print "eek\n"
b
I've been trying to wrap my head around freezing and objects. My current
understanding is that:
o parrotclass extends delegate
o delegate's freeze vtable entry is Parrot_delegate_freeze
o Parrot_delegate_freeze should delegate the freeze vtable method to PASM.
However, when parrotclass.pmc is comp