recent svn issues

2008-02-02 Thread Robert
Dear parroteers- A small number of people have reported periodic issues committing to the parrot subversion repository. As of yet, we've been unable to create a repeatable test, find anything obviously wrong that might be causing this issue, or even logs that show a horrible error on our side.

How to Remove PARROT_API from PMC Vtable Entries

2008-02-02 Thread chromatic
libparrot exports over 16,000 symbols. Half of those are the vtable functions in our PMCs. For now, they get exported because of the way we build the vtables when we initialize PMCs. Look in src/pmc/class.c in a built Parrot source tree for now. Parrot_Class_class_init() creates the Class PM

[perl #50472] [RFE][PAST] register/result node referencing (or something)

2008-02-02 Thread via RT
# New Ticket Created by Klaas-Jan Stol # Please include the string: [perl #50472] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt3/Ticket/Display.html?id=50472 > hi, consider the next scenario (using lua as HLL) -- create a new table object (just

Re: t/postconfigure/03-revision test 1 taking forever?

2008-02-02 Thread Andy_Bach
> ok 3 - Able to make Parrot dir > ok 4 - Able to copy Parrot::Revision > > After a C^c > > ok 5 - Got numeric value for reversion number Let me guess - you've got svk installed, but never used it. Try 'n' instead of Ctrl-C. svk is asking (unnecessarily, one might conclude) if you want to create

Re: A PAST Building Blocks document?

2008-02-02 Thread Klaas-Jan Stol
On Feb 1, 2008 9:49 PM, Will Coleda <[EMAIL PROTECTED]> wrote: > On Feb 1, 2008 3:24 PM, Klaas-Jan Stol <[EMAIL PROTECTED]> wrote: > > hi, > > > > for people starting to use PAST nodes, it might be difficult to get > started, > > or not very clear what you can do with it. For instance, suppose you

Re: More pruning

2008-02-02 Thread Bernhard Schmalhofer
Andy Lester schrieb: I'm also suggesting that we prune old unused docs, starting with: =head1 HISTORY Initial version 2004.06.11 by Matt Fowles Not to pick on Matt (since much of these are by Leo), but I see zero value in this used-once boilerplate. Anyone mind if I get rid of it as

Re: t/postconfigure/03-revision test 1 taking forever?

2008-02-02 Thread Andy_Bach
> >> svk is asking (unnecessarily, one might conclude) > >> if you > >> want to create the local Replica before it answers the question 'svk > >> info' > >> on a newly created test dir. >> But shouldn't the test be non-interactive? :) > The test could check for the existence of $HOME/.svk or $SV