> Cool; thanks for this. Can you add a row to your smoke configuration
> which does *not* change the default type sizes?
Sure. WRT segfaults, I think I found the cause for the problems:
The files inf cvs.perl.org/snapshots seem out of date.
$ diff -u parrot/assemble.pl ../parrot.cvs/assemble.pl | head -n 20
--- parrot/assemble.pl Fri Sep 21 09:00:00 2001
+++ ../parrot.cvs/assemble.pl Sat Sep 22 23:45:32 2001
@@ -7,6 +7,8 @@
use strict;
use Getopt::Long;
use Parrot::Opcode;
+use Parrot::Types;
+use Parrot::PackFile::ConstTable;
use Parrot::Config;
use Symbol;
parrot/assemble.pl ( Fri Sep 21 09:00:00 2001 ) is from
parrot-latest.tar.gz ( 23-Sep-2001 06:00 ), while
../parrot.cvs/assemble.pl ( Sat Sep 22 23:45:32 2001 )
if from a fresh CVS checkout: notice that the file from CVS
is a day newer than the one in parrot-latest.tar.gz ( either
the tgz and the rsync ).
Sorry for the false alarm.
Mattia