Re: [perl #19143] Another GC bug?

2002-12-15 Thread Leopold Toetsch
Simon Glover (via RT) wrote: iii) Since there's no properties hash, a new PerlHash is created. v) The key is (erroneously) placed on the free list; at this point, the only flag it has set is the PObj_on_free_list_FLAG Hope this analysis is useful, It is really, thanks. (Hopefully)

silly test error

2002-12-15 Thread Joshua Hoblitt
While running 'make test' on parrot-HEAD... t/src/manifest..NOK 4# Failed test (t/src/manifest.t at line 38) # Missing files in Manifest: # languages/brainfuck/README # languages/brainfuck/brainfuck.pasm # languages/brainfuck/countdown.bf # languages/brainfuck/hello

Re: [ANNOUNCE] Parrot is feature-frozen until Wednesday

2002-12-15 Thread Leopold Toetsch
Simon Glover wrote: ... but I'm not sure quite why we were skipping all of the tests in nci.t in the first place; would anybody more knowledgeable care to comment? The nci tests need a shared library, which we can't reliably build on all platforms (s. #18832), so it isn't in the test_prep

Re: silly test error

2002-12-15 Thread Leopold Toetsch
Joshua Hoblitt wrote: While running 'make test' on parrot-HEAD... t/src/manifest..NOK 4# Failed test (t/src/manifest.t at line 38) # Missing files in Manifest: # languages/brainfuck/README Please remove the directory. (Or better run always update -dP in the first place). leo

Re: silly test error

2002-12-15 Thread Joshua Hoblitt
> Please remove the directory. (Or better run always update -dP in the > first place). Pulling direct from CVS got rid of 'bf'. t/src/manifest..NOK 4# Failed test (t/src/manifest.t at line 38) # Missing files in Manifest: # languages/jako/lib/Jako/Construct/Statement/Bitwise.pm # L

Re: silly test error

2002-12-15 Thread Leopold Toetsch
Joshua Hoblitt wrote: # languages/jako/lib/Jako/Construct/Statement/Bitwise.pm Thanks, corrected. rsync -av --delete cvs.perl.org::parrot-HEAD parrot ... # Missing files in Manifest: ... though I don't know, what the problem here is. leo

CVSMonitor

2002-12-15 Thread Robert Spier
I've upgraded the CVS Monitor installation on perl.org http://bugs6.perl.org/cgi-bin/cvsmonitor/cvsmonitor.pl?cmd=viewBrowse It provides a pretty, changeset oriented view of the repositories, with pretty graphs and stuff. I recommend checking it out. -R --

Re: CVSMonitor

2002-12-15 Thread Dan Sugalski
At 10:08 AM -0800 12/15/02, Robert Spier wrote: I've upgraded the CVS Monitor installation on perl.org http://bugs6.perl.org/cgi-bin/cvsmonitor/cvsmonitor.pl?cmd=viewBrowse It provides a pretty, changeset oriented view of the repositories, with pretty graphs and stuff. I recommend checking it o

RE: CVSMonitor

2002-12-15 Thread Brent Dax
Dan Sugalski: # Wow, really spiffy. Can we get all the back-end infrastructure # watching stuff (this, bonsai, tinderbox, RT) linked together # somewhere central? http://www.parrotcode.org/resources --Brent Dax <[EMAIL PROTECTED]> @roles=map {"Parrot $_"} qw(embedding regexen Configure) "If yo

Scratchpad/lexicals test failures on TD-Camry

2002-12-15 Thread Simon Glover
I've been looking into the cause of these failures, and it seems to be yet another GC bug (or more likely another symptom of the same underlying bug). The problem in this case is in scratchpad_new (in sub.c). This creates a new Scratchpad PMC, and subsequently also creates two new lists (one

RE: CVSMonitor

2002-12-15 Thread Charles L Bunders
> http://www.parrotcode.org/resources > > --Brent Dax <[EMAIL PROTECTED]> Why don't you add a link on the resources page to the CVS Monitor page? Maybe that is what you are implying is the right place for it. http://bugs6.perl.org/cgi-bin/cvsmonitor/cvsmonitor.pl Thanks, ChuckB

Re: silly test error

2002-12-15 Thread Robert Spier
> >The checkout that rsync is returning must be getting stale. Yeah. Fixed. -R

Re: [perl #18832] [PATCH] nci test lib

2002-12-15 Thread Steve Fink
On Dec-03, Leopold Toetsch wrote: > # New Ticket Created by Leopold Toetsch > # Please include the string: [perl #18832] > # in the subject line of all future correspondence about this issue. > # http://rt.perl.org/rt2/Ticket/Display.html?id=18832 > > > > Attached patch tries to append buildi

Re: [perl #18832] [PATCH] nci test lib

2002-12-15 Thread Steve Fink
On Dec-15, Steve Fink wrote: > On Dec-03, Leopold Toetsch wrote: > > # New Ticket Created by Leopold Toetsch > > # Please include the string: [perl #18832] > > # in the subject line of all future correspondence about this issue. > > # http://rt.perl.org/rt2/Ticket/Display.html?id=18832 > > > >

[perl #19163] configure probe for va_list*

2002-12-15 Thread via RT
# New Ticket Created by Steve Fink # Please include the string: [perl #19163] # in the subject line of all future correspondence about this issue. # http://rt.perl.org/rt2/Ticket/Display.html?id=19163 > I'm a little confused by the va_list* stuff for sprintf*. At one point, people were saying

Re: Scratchpad/lexicals test failures on TD-Camry

2002-12-15 Thread Leopold Toetsch
Simon Glover wrote: I've been looking into the cause of these failures, and it seems to be yet another GC bug (or more likely another symptom of the same underlying bug). The problem in this case is in scratchpad_new (in sub.c). This creates a new Scratchpad PMC, and subsequently also creat