On Sun, May 05, 2002 at 08:43:17PM -0700, Steve Fink wrote: > On Sat, May 04, 2002 at 11:14:06PM -0400, Jeff wrote: > > Daniel Grunblatt wrote: > > > > > > On Sat, 4 May 2002, Steve Fink wrote: > > > > > > > Applied, with one change: the alignments of the three pools are now > > > > #defined. > > > > > > > > > > I believe your commit was incomplete. > > > > I'd have to agree. Some of the code appears to use 'last_PMC_Arena', > > which isn't defined yet in include/parrot/resources.h. 'last_Arena' > > appears to exist but is unused. > > Doh! Sorry. How the heck did my 'make test' succeed? (Yes, I should > have done a make clean of some sort, but didn't.) > > How's that make.pl coming along? ;-)
Argh! No, it was that annoying CVS problem again -- it often does partial commits. Seems to be related to commits with multiple directories in them. In this case, it only committed stuff in include/parrot, and skipped all the stuff at the toplevel. Only I have done many multi-directory commits to parrot successfully, too, so it's not a reliable problem. I keep forgetting that this might happen (because I use CVS constantly for my day job, and it never happens there.) Must be something to do with the specialized access control stuff?