Automated smoke report for patch 9921 O = OK s = Skipped, cause tested in an earlier configuration - = not tested, cause unable to build ? = still running or...
H.M. Brand
merijn@...
May 1, 2001 8:41 am
84998
From: Alan Burlison [mailto:Alan.Burlison@...] ... FWIW, Win32 has these two features, and Perl on Win32 is fully relocatable - inasmuch as I can insert...
Moore, Paul
Paul.Moore@...
May 1, 2001 8:49 am
84999
... I've requested the HP machines be left on for over the (long) weekend, so I think I might be able to address it here. I'm heavily stuck with my attempt to ...
... applied, Thanks. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen...
Jarkko Hietaniemi
jhi@...
May 1, 2001 3:03 pm
85002
... Thanks, applied. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen...
Jarkko Hietaniemi
jhi@...
May 1, 2001 3:15 pm
85003
The attached file replaces t/lib/b-deparse.t .robin. #!./perl BEGIN { chdir 't' if -d 't'; if ($^O eq 'MacOS') { @INC = qw(: ::lib ::macos:lib); } else { @INC...
Robin Houston
robin@...
May 1, 2001 3:34 pm
85004
The patch below: * Fixes the recognition of for(;;) loops which broke with my patch 9139 (this solves the scoping problem which I mentioned in an earlier email...
Robin Houston
robin@...
May 1, 2001 3:44 pm
85005
The patch below: * Replaces the ugly caller() kludge with a cleaner implementation which works better in certain cases (eg while w/ continue) * Improves...
Robin Houston
robin@...
May 1, 2001 4:11 pm
85006
This patch allows the optimised sort expressions to be deparsed: sort {$a <=> $b} @foo; # numeric sort {$b <=> $a} @foo; # reversed numeric sort {$b cmp...
Robin Houston
robin@...
May 1, 2001 4:24 pm
85007
... Thanks, replaced. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen...
Jarkko Hietaniemi
jhi@...
May 1, 2001 4:30 pm
85008
... Thanks, applied. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen...
Jarkko Hietaniemi
jhi@...
May 1, 2001 4:43 pm
85009
... Thanks, applied. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen...
Jarkko Hietaniemi
jhi@...
May 1, 2001 4:50 pm
85010
... Unfortunately this didn't help for my HP-UX 11.00 problem :-( palisanteri:/tmp/jhi/t ; ./perl -P comp/cpp.aux Scalar found where operator expected at...
... Thanks, applied. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen...
Jarkko Hietaniemi
jhi@...
May 1, 2001 5:35 pm
85013
... Okay. ... This seemed to do the trick, excellent. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is...
This one is proving very difficult to isolate, since it seems to depend on minor details of memory shuffling. Unfortunately, I haven't managed to remove the...
Hugo
hv@...
May 1, 2001 8:17 pm
85016
This originally showed as lib/class-struct......ok lib/complex...........FAILED at test 616 lib/cpan-loadme.......ok and behaving in a very...
Mike Guy
mjtg@...
May 1, 2001 8:53 pm
85017
... Does this cut-down case produce the same output every time? Please could you send -Dr output from an occasion when it fails? Cheers, Hugo...
Hugo
hv@...
May 1, 2001 9:47 pm
85018
... Unless I'm missing some nuance, Linux does as long as the proc filesystem is mounted at /proc (it is in every distribution I've seen): ...
sfink@...
May 1, 2001 9:53 pm
85019
... Thanks, applied. -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is 'dead'. -- Jack Cohen...
Jarkko Hietaniemi
jhi@...
May 1, 2001 10:29 pm
85020
Hugo <hv@...> wrote ... It's failed consistently for the few (about 6) times I've tried it. But obviously there *is* some temperature...
Mike Guy
mjtg@...
May 1, 2001 10:30 pm
85021
... lib/complex...........ok ... Any idea why there are so many different first tests failing in lib/complex? It just seems very very odd. Nicholas Clark...
Nicholas Clark
nick@...
May 1, 2001 10:54 pm
85022
Jarkko Hietaniemi <jhi@...> wrote ... It isn't that change which is the problem. See my recent report which tracks it down to a regex problem. I...
Mike Guy
mjtg@...
May 1, 2001 11:15 pm
85023
Hi Nick, It seems PerlIOScalar_unread() does not honour the current offset into the target scalar's buffer when writing. This can cause consecutive writes to ...
Benjamin Sugars
bsugars@...
May 1, 2001 11:19 pm
85024
... Hmm, I see the need, but I am not sure implementation is ideal. It would be better to let PerlIOBase_pushed() decode mode and set PERLIO_F_APPEND flag and...
nick@...
May 1, 2001 11:21 pm
85025
... Ahhh, okay. Just an unlucky coincidence, then... ... You mean we shouldn't have code as "spaghetty" as normal production code as a part of the our test...
Jarkko Hietaniemi
jhi@...
May 1, 2001 11:28 pm
85026
... Naaah, a regex bug, just freshly fixed by Hugo. ... -- $jhi++; # http://www.iki.fi/jhi/ # There is this special biologist word we use for 'stable'. # It is...