[perl #41122] ParrotObjects don't call init_pmc vtable

2006-12-23 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #41122] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41122 > The init_pmc vtable function doesn't seem to work with ParrotObjects. The code below

[svn:perl6-synopsis] r13499 - doc/trunk/design/syn

2006-12-23 Thread larry
Author: larry Date: Sat Dec 23 02:10:28 2006 New Revision: 13499 Modified: doc/trunk/design/syn/S03.pod Log: Ruminations on defining the limits of what are considered metatokens. Modified: doc/trunk/design/syn/S03.pod ==

pmc2c.pl's print_tree() subroutine: Does it have a purpose other than diagnosis?

2006-12-23 Thread James E Keenan
My problems running 'make' having been allayed, I've gotten back on track in my work on refactoring and testing tools/build/pmc2c.pl. In an earlier posting I reported that my first attempt at patches failed because I had not understood that tests of some of the subroutines in that program will

[svn:perl6-synopsis] r13500 - doc/trunk/design/syn

2006-12-23 Thread larry
Author: larry Date: Sat Dec 23 12:10:42 2006 New Revision: 13500 Modified: doc/trunk/design/syn/S03.pod Log: Clarification on which forms of infix:<~~> are provided dynamically if compile-time recognition fails over to multiple dispatch. Clarification on limits to metaoperator size. Modi

[svn:perl6-synopsis] r13501 - doc/trunk/design/syn

2006-12-23 Thread larry
Author: larry Date: Sat Dec 23 12:50:23 2006 New Revision: 13501 Modified: doc/trunk/design/syn/S02.pod doc/trunk/design/syn/S06.pod Log: Housekeeping move of basic types section from S06 to S02, no other changes. Modified: doc/trunk/design/syn/S02.pod

Re: Building Parrot::Embed on Windows XP / Visual C++

2006-12-23 Thread Ron Blaschke
chromatic wrote: > On Friday 22 December 2006 12:54, Ron Blaschke wrote: >> >> -void Parrot_register_pmc(Parrot_INTERP, Parrot_PMC); >> -void Parrot_unregister_pmc(Parrot_INTERP, Parrot_PMC); >> +PARROT_API void Parrot_register_pmc(Parrot_INTERP, Parrot_PMC); >> +PARROT_API void Parrot_unregis

Re: Building Parrot::Embed on Windows XP / Visual C++

2006-12-23 Thread chromatic
On Saturday 23 December 2006 11:32, Ron Blaschke wrote: > It would be great if you could make the change right away. I thought it > was just too small of a change to submit an official patch. Thanks, applied as of r16229. > > This is generally only tricky when building in-tree, as there's no >

[perl #41128] [PATCH] Fix #41122: ParrotObjects don't call init_pmc vtable

2006-12-23 Thread via RT
# New Ticket Created by Matt Diephouse # Please include the string: [perl #41128] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=41128 > This patch addresses #41122: ParrotObjects don't call init_pmc vtable. As it turns ou

[svn:perl6-synopsis] r13502 - doc/trunk/design/syn

2006-12-23 Thread larry
Author: larry Date: Sat Dec 23 18:37:23 2006 New Revision: 13502 Modified: doc/trunk/design/syn/S03.pod Log: More attempts to make smartmatch semantics consistent with multiple dispatch. Regex matching now does not "autogrep" an Array since we're trying to extend Regex matching to sequences of

[svn:perl6-synopsis] r13503 - doc/trunk/design/syn

2006-12-23 Thread larry
Author: larry Date: Sat Dec 23 18:57:20 2006 New Revision: 13503 Modified: doc/trunk/design/syn/S05.pod Log: removed "is from" in favor of ":= cat" which composes better. Modified: doc/trunk/design/syn/S05.pod == ---

Re: [perl #41128] [PATCH] Fix #41122: ParrotObjects don't call init_pmc vtable

2006-12-23 Thread chromatic
On Saturday 23 December 2006 16:49, Matt Diephouse wrote: > This patch changes those occurrences to use the init_pmc vtable   > function with non-:optional parameters and changes the calling code   > so that init_pmc is called if a parameter is passed. All tests pass   > when applied. > > I didn't