Re: [PARROT] [PROPOSED PATCH lib/Parrot/Vtable.pm] Generate src/extends.c

2005-10-09 Thread Chip Salzenberg
On Mon, Oct 03, 2005 at 06:24:30PM -0700, chromatic wrote: > Nothing uses it yet; it's just there to test against in whatever > generates the file for embedders. Someone'll have to enable it > manually with some Makefile magic. Would you like to propose such magic, at least a model? ("It's only

Re: [PROPOSED PATCH lib/Parrot/Vtable.pm] Generate src/extends.c

2005-10-03 Thread chromatic
On Mon, 2005-09-26 at 22:04 +0200, Leopold Toetsch wrote: > > > Well, besides a nitpick regarding: > > +=item C > + > + [ snipped ] > + > +sub vtbl_embed > > ... I'm fine with that patch. Okay, I checked it in. > But the ultimate word should speak actual > users of Parrot extend/embed, an

Re: [PROPOSED PATCH lib/Parrot/Vtable.pm] Generate src/extends.c

2005-09-26 Thread Leopold Toetsch
On Sep 19, 2005, at 20:26, chromatic wrote: Well, besides a nitpick regarding: +=item C + + [ snipped ] + +sub vtbl_embed ... I'm fine with that patch. But the ultimate word should speak actual users of Parrot extend/embed, and of course, if it should be included in the upcoming release

[PROPOSED PATCH lib/Parrot/Vtable.pm] Generate src/extends.c

2005-09-19 Thread chromatic
Hi all, Here is a patch I promised Nicholas a while ago to generate src/extends.c automatically. It's not complete and it's not perfect, but it's a good first step that someone (including potentially myself) can refine as we see where and how it fails. -- c Index: lib/Parrot/Vtable.pm