Cwd inconsistent with File::Spec

2001-09-20 Thread Michael G Schwern
of a good reason why this is so or why Cwd and File::Spec shouldn't agree on this? It's been doing this since at least 5.004. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One IMHO bugs in Perl 5

Re: Untested libraries update

2001-09-20 Thread Michael G Schwern
On Wed, Sep 19, 2001 at 04:37:41PM +0100, Paul Marquess wrote: From: Rafael Garcia-Suarez [mailto:[EMAIL PROTECTED]] Michael G Schwern listed: [...] warnings::register (almost no docs) Hmm, would a see Lwarnings and Lperllexwarn. do? I've always been a fan of putting the docs near

Re: [PATCH] Re: [BUG PATCH pp_sys.c MANIFEST t/op/utime.t] utime() works?

2001-09-19 Thread Michael G Schwern
space is FAT (OK, this one is fairly unlikely). It's also possible that I might try to build Perl on my Linux/PowerPC machine from the HFS partition I have. That sure would confuse quite a few tests. But ya know, somehow I can sleep at night even knowing that might happen. -- Michael G. Schwern

Re: portability.pm (was Re: 1 while unlink file)

2001-09-13 Thread Michael G Schwern
. If it ballons out into something more grand later, that's fine. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One And it's made from all-natural baby skin, so you know it's good for the environment

1 while unlink file (was Re: [REPATCH] Re: [PATCH] new test lib/blib.t)

2001-09-09 Thread Michael G Schwern
vmsperl CC'd On Sun, Sep 09, 2001 at 05:16:00PM +0300, Jarkko Hietaniemi wrote: On Sun, Sep 09, 2001 at 10:13:59AM -0400, Michael G Schwern wrote: On Sun, Sep 09, 2001 at 02:19:09PM +0200, Rafael Garcia-Suarez wrote: Besides this... I'm not familiar at all with VMS, but isn't 1 while

[BUG] DBI 1.20, bleadperl and 64 bit ints not mixing too well

2001-09-07 Thread Michael G Schwern
:11 @INC: /usr/local/bleadperl/lib/5.7.2/ppc-linux-64int /usr/local/bleadperl/lib/5.7.2 /usr/local/bleadperl/lib/site_perl/5.7.2/ppc-linux-64int /usr/local/bleadperl/lib/site_perl/5.7.2 /usr/local/bleadperl/lib/site_perl . -- Michael G. Schwern [EMAIL PROTECTED

Re: [BUG] DBI 1.20, bleadperl and 64 bit ints not mixing too well

2001-09-07 Thread Michael G Schwern
On Fri, Sep 07, 2001 at 04:27:10PM -0400, Michael G Schwern wrote: DBI 1.20 bleadperl seems to have some trouble with 64bit integers, at least on Linux. DBI 1.19 is having similar problems, but passing all tests. I've attached the differences between the generated DBI.c file in 1.19 and 1.20

Re: [BUG test PATCH] getcwd() is not tainted!

2001-09-04 Thread Michael G Schwern
be the taintedness of various ops, not individual libraries. I don't want to have to pile every single taint check into one file. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One There's so much more to me

[PATCH lib/Cwd.pm] Trimming the Cwd synopsis.

2001-09-03 Thread Michael G Schwern
$VERSION = '2.05'; +our $VERSION = '2.06'; use base qw/ Exporter /; our @EXPORT = qw(cwd getcwd fastcwd fastgetcwd); -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One BOFH excuse #325: Your

Re: [PATCH lib/Cwd.pm] Trimming the Cwd synopsis.

2001-09-03 Thread Michael G Schwern
Hold up, that patch inexplicibly broke Cwd.pm. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One Monkey tennis

Re: [PATCH lib/Cwd.pm] Trimming the Cwd synopsis.

2001-09-03 Thread Michael G Schwern
On Mon, Sep 03, 2001 at 11:35:17AM -0400, Michael G Schwern wrote: Hold up, that patch inexplicibly broke Cwd.pm. Ok. Why does changing the $VERSION of Cwd.pm cause it to no longer find it's XS code? *eyes XSLoader suspiciously* -- Michael G. Schwern [EMAIL PROTECTED]http

Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests

2001-08-21 Thread Michael G Schwern
, they're the only tests of $] we've got. So if you delete those tests, you've got to add some explicit $] tests. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One Let's face it, said bearded Rusty Simmons

bleadperl on fire, Win95+4NT

2001-08-17 Thread Michael G Schwern
of]--- | [( )==_==[ .counter attack. ]==] . () ( ) .() - End forwarded message - -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One How can I stoop so low

Re: perlmodstyle

2001-08-08 Thread Michael G Schwern
by their positions. And it makes it easier (hence faster) on the named parameter parsing code in general. Speed isn't really the issue, clarity of interface is. You don't want to confuse things in first-time module author docs by bringing up efficiency arguments. It just confuses things. -- Michael G

sub NAME BLOCK as rvalue?

2001-07-18 Thread Michael G Schwern
(). If I have the name, I can get the ref, but vice-versa is harder. You might be able to get away with searching the symbol table for the code ref... my($name) = grep { \{${caller.'::'}{$_}} eq $ref } keys %{caller.'::'}; but that's nasty. Thoughts? -- Michael G. Schwern [EMAIL PROTECTED

Asking for a reprieve on new core modules (was Re: Case for XML-RPC)

2001-07-17 Thread Michael G Schwern
be able to slacken the temptation to bundle My Pet Module with Perl. Remember, once you put a module into the core you can *NEVER* get it out. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One You're

Re: [rrothenberg@notes.cc.sunysb.edu: longmess and shortmess? (was Re: This Week on perl5-porters)]

2001-07-06 Thread Michael G Schwern
as adding to it. long/shortmess were never published. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One The eye opening delightful morning taste of expired cheese bits in sour milk!

Re: [PATCH] -I and MakeMaker again

2001-07-06 Thread Michael G Schwern
(). -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One gigaconway: a hypothetical unit of mind expansion, so disturbing it is likely to change the fundemental nature of the universe. Some contend

Re: a report on perl@10930 results on a couple of Alphas

2001-06-28 Thread Michael G Schwern
On Thu, Jun 28, 2001 at 12:43:23PM -0500, Jarkko Hietaniemi wrote: I think I have somewhere a VMS tutorial booklet... in Finnish :-) Won't be any more comprehensible in English. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL

[PATCH t/run/exit.t] END { $? = 42 } broken on VMS?

2001-06-28 Thread Michael G Schwern
}'}); +is( $exit 8, 42, 'Changing $? in END block' ); -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One That which stirs me, stirs everything. -- Squonk Opera, Spoon

Re: [PATCH t/run/exit.t] END { $? = 42 } broken on VMS?

2001-06-28 Thread Michael G Schwern
42'}); +is( $exit 8, 42, 'Non-zero exit' ); + +$exit = system($PERL.q{ -e 'END { $? = 42 }'}); +is( $exit 8, 42, 'Changing $? in END block' ); -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED

[PATCH universal.c] utf8::native_to_unicode?

2001-05-30 Thread Michael G Schwern
) + Perl_croak(aTHX_ Usage: utf8::unicode_to_native(sv)); + ST(0) = sv_2mortal(newSViv(UNI_TO_NATIVE(uv))); XSRETURN(1); } -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One The desired effect

[PATCH xsutils.c] Quieting warnings

2001-05-30 Thread Michael G Schwern
(attributes::_modify_attrs, XS_attributes__modify_attrs,file); newXSproto(attributes::_guess_stash, XS_attributes__guess_stash, file, $); -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One How

Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]

2001-05-27 Thread Michael G Schwern
to this: if (system $make $tobitbucket) { print not ok 2 # $make failed\n; # Bail out? } else { print ok 2\n; } Why not just: () = `$make`; if( $? 8 ) { print not ok 2 # $make failed } else { print ok 2\n; } -- Michael G. Schwern [EMAIL PROTECTED]http

Re: Making perl with -Wall

2001-05-24 Thread Michael G Schwern
int Perl___notused +# ifdef HASATTRIBUTE +#define dTHX extern int Perl___notused __attribute__ ((unused)) +# else +#define dTHXextern int Perl___notused +# endif # define WITH_THX(s) s # endif # ifndef PERL_GET_INTERP -- Michael G

Re: [ID 20010522.003] Time::Local module bug

2001-05-22 Thread Michael G Schwern
(2**31 - 1)], [localtime(-2**31)], ); unless( $Time_Bounds[0][5] $year $year $Time_Bounds[1][5] ) { # exercise for the reader } I suppose I should be patching this. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL

Re: Must pseudo-hashes die?

2001-05-17 Thread Michael G Schwern
unless I was actually experimenting. And if I say no warnings 'experimental', I deserve what I get. I think I like this idea. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One Now your neurons

Re: [ID 20010422.007] Not OK: perl v5.7.1 +DEVEL9761 on ppc-linux-64int 2.2.18pre21

2001-04-22 Thread Michael G Schwern
On Sun, Apr 22, 2001 at 11:11:52PM -0500, Jarkko Hietaniemi wrote: On Mon, Apr 23, 2001 at 05:02:20AM +0100, Michael G Schwern wrote: t/pragma/overload.t appears to have been released with the wrong test count. This means patches are being applied without running the tests. This is Bad

Re: [PATCH t/TestInit.pm] MacOS special test handling?

2001-04-21 Thread Michael G Schwern
!! -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] Kwalitee Is Job One AY! The ground beef, she is burning my groin! http://sluggy.com/d/990105.html

Re: Untested libraries.

2001-04-21 Thread Michael G Schwern
On Sat, Apr 21, 2001 at 10:39:23PM +0100, Nicholas Clark wrote: Are there prizes for every regression test added? :-) What a thoroughly wonderful idea!!! Excuse me while I get carried away for a moment... I, Michael G Schwern, HERE and NOW do declare that I will donate FIVE HUNDRED UNITED

Re: [PATCH pp_ctl.c and others] Exit via last, part 2

2001-04-18 Thread Michael G Schwern
ommand in piped open"); And not have to worry about the incidental? Same way we can just call "warn" in Perl and not have to check the warning state. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ Perl6 Quality Assurance [EMAIL PROTECTED] K

Re: [ID 20010204.004] [FAIL 5.7.0 t/op/numconvert.t] Debian Linux/PPC

2001-02-06 Thread Michael G Schwern
5.7.0/ppc-linux-64all /usr/local/perl-current/lib/site_perl/5.7.0 /usr/local/perl-current/lib/site_perl /usr/local/lib/site_perl . -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ If you have to shoot, shoot! Don't talk. -- Tuco, "The Good, The Bad And The Ugly"

[PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules

2001-02-06 Thread Michael G Schwern
. I'm going to put the idea of an object-persistence tutorial to the POOP-group and see what falls out. Perhaps we should compile a list of really useful OO modules and stick them in perlobj? -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ You see, in this world

Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules

2001-02-06 Thread Michael G Schwern
Sorry, my brane is elsewhere. This one has the patch attached. -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ That which stirs me, stirs everything. -- Squonk Opera, "Spoon" --- pod/perlboot.pod2001/02/05 01:53:43 1.1 +++ pod/perlboot.p

[PATCH Test::Harness] Third time's a charm?

2001-02-03 Thread Michael G Schwern
for... not $29.95... not $19.95... but absolutely FREE! Order now! -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ But folks don't get me wrong. Jews are not antichrists. Only Karl Marx was for he has created communism. --Alex Chiu, Immortality Guy --- lib/Test

chop(LIST) inconsistency?

2001-02-02 Thread Michael G Schwern
why this is so, or is it a bug? -- Michael G. Schwern [EMAIL PROTECTED]http://www.pobox.com/~schwern/ The eye opening delightful morning taste of expired cheese bits in sour milk!

Bug or Feature? Warnings about logical 'and' for bad 'if' statements

2000-02-09 Thread Michael G Schwern
d. Occurs the same on 5.005_03 and 5.5.640 -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern /(?:(?:(1)[.-]?)?\(?(\d{3})\)?[.-]?)?(\d{3})[.-]?(\d{4})(x\d+)?/i

Re: [ID 20000123.003] [BUG our() 5.005_63] Lexical scoping problems.

2000-01-23 Thread Michael G Schwern
ts, I probably should be using something else. -- Michael G Schwern [EMAIL PROTECTED] http://www.pobox.com/~schwern /(?:(?:(1)[.-]?)?\(?(\d{3})\)?[.-]?)?(\d{3})[.-]?(\d{4})(x\d+)?/i

Re: [NEW TEST t/op/our.t 5.005_63] scope tests for our()

2000-01-23 Thread Michael G Schwern
On Sun, Jan 23, 2000 at 09:44:15PM -0800, Gurusamy Sarathy wrote: Tests for our are in t/pragma/strict-vars. Ooops! I was only looking at .t files when I looked for our() tests. Sorry about that. -- Michael G Schwern [EMAIL PROTECTED

<    4   5   6   7   8   9