Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Need a roundup of pending object stuff
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Dan Sugalski  
View profile  
 More options Apr 6 2004, 11:49 am
Newsgroups: perl.perl6.internals
From: d...@sidhe.org (Dan Sugalski)
Date: Tue, 6 Apr 2004 11:42:38 -0400
Local: Tues, Apr 6 2004 11:42 am
Subject: Need a roundup of pending object stuff
So we can get the damn thing nailed down and done. If there's
something pending throw it on as a reply and we'll gather them up and
see about making it work.
--
                                         Dan

--------------------------------------"it's like this"-------------------
Dan Sugalski                          even samurai
d...@sidhe.org                         have teddy bears and even
                                       teddy bears get drunk


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jarkko Hietaniemi  
View profile  
 More options Apr 6 2004, 11:49 am
Newsgroups: perl.perl6.internals
From: j...@iki.fi (Jarkko Hietaniemi)
Date: Tue, 06 Apr 2004 18:47:21 +0300
Local: Tues, Apr 6 2004 11:47 am
Subject: Re: Need a roundup of pending object stuff

Dan Sugalski wrote:
> So we can get the damn thing nailed down and done. If there's
> something pending throw it on as a reply and we'll gather them up and
> see about making it work.

Someone conversant with the OO bits of the Python bytecode should do a
side-by-side feature comparison to see which way the pie is likely to
fly. (Not that urgent, but a similar exercise for the Java bytecode
wouldn't hurt overmuch.)

 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Chromatic  
View profile  
 More options Apr 6 2004, 12:48 pm
Newsgroups: perl.perl6.internals
From: chroma...@wgz.org (Chromatic)
Date: Tue, 06 Apr 2004 09:42:20 -0700
Local: Tues, Apr 6 2004 12:42 pm
Subject: Re: Need a roundup of pending object stuff

On Tue, 2004-04-06 at 08:42, Dan Sugalski wrote:
> So we can get the damn thing nailed down and done. If there's
> something pending throw it on as a reply and we'll gather them up and
> see about making it work.

I'd like to:

        - pass arguments to a constructor (or initializer, or whatever you want
to call it) without calling a separate method explicitly.  The BUILD
property Leo suggested looks like it'll work.

        - free memory for external data from an object finalizer (or
destructor, or whatever you want to call it), again without calling a
separate method explicitly.  Throwing a FINALIZE property on the class
looks like it'll also work.  I don't need reliable time of destruction,
as long as it's not a slow memory leak.

        - use nested namespaces properly, though what I have now will work for
now.

-- c


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Leopold Toetsch  
View profile  
 More options Apr 7 2004, 3:00 am
Newsgroups: perl.perl6.internals
From: l...@toetsch.at (Leopold Toetsch)
Date: Wed, 7 Apr 2004 07:55:45 +0200
Local: Wed, Apr 7 2004 1:55 am
Subject: Re: Need a roundup of pending object stuff

Dan Sugalski <d...@sidhe.org> wrote:
> So we can get the damn thing nailed down and done. If there's
> something pending throw it on as a reply and we'll gather them up and
> see about making it work.

1) Done: [gs]etattribute do use vtable functions as pdd15 documents it,
   as well as the getclass opcode. [1]

2) Todo: call BUILD and/or CONSTRUCT instead of __init

I've posted a working patch to get that running. If we change to that
scheme I'd rather have it in now then later--P6E2 deadline is coming
RSN.

3) Unsolved: diamond parent problem s. t/pmc/object-meths_17

leo

[1] We will probably need it for multi language interoperbility. It's
one more indirection, but saves an C<if> to test for a valid object.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »